{ "phone":"18678651212" }
curl --location --request POST 'https://test-openapi.qstsc.com/api/v1/stored/balance' \ --header 'appKey;' \ --header 'token;' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone":"18678651212" }'
{ "status": 200, "msg": "请求成功", "requestId": "cf254574-5baf-11ef-8928-08002763b2f5", "content": { "phone": "18678651212", "balance": 0 } }