{ "phone":"18678651212" }
curl --location 'https://test-openapi.qstsc.com/api/v1/gold/balance' \ --header 'appKey: f3134d92-b5c8-11ee-812f-00163e32fd5d' \ --header 'token: ' \ --header 'nonce: ' \ --header 'timestamp: ' \ --header 'signature: ' \ --header 'Content-Type: application/json' \ --data '{ "phone":"18678651212" }'
{ "status": 200, "msg": "请求成功", "requestId": "c54d6bb4-8d74-11f1-a928-00163e16989e", "content": { "phone": "13065055666", "balance": 523, "goldName": "金币" } }