copy request body from your browser
then get this text
{"operationName":"ParkBaseEquipmentInfo","variables":{},"query":"query ParkBaseEquipmentInfo {\n parkBaseEquipmentInfo {\n allMeterWorkingStatus {\n normalAmount\n normalRate\n }\n parkInstalledCapacity\n stationAmount\n meterAmount\n }\n}\n"}
.. WAS CONVERTED TO ...
query{
parkBaseEquipmentInf){
allMeterWorkingStatus {
normalAmount
normalRate
}
parkInstalledCapacity
stationAmount
meterAmount
}
}
git pull this repository, then open the index.html
in your chrome