{ "phone":"18678651212" }
curl --location --request POST 'https://test-openapi.qstsc.com/api/v1/stored/balance' \ --header 'appKey: f3134d92-b5c8-11ee-812f-00163e32fd5d' \ --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 } }