{ "phone":"18678651212" }
curl --location --request POST 'https://test-openapi.qstsc.com/api/v1/red_pkg/balance' \ --header 'appKey;' \ --header 'token;' \ --header 'nonce;' \ --header 'timestamp;' \ --header 'signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "phone":"18678651212" }'
{ "status": 200, "msg": "请求成功", "requestId": "90f27264-5bae-11ef-a182-59db745a702f", "content": { "phone": "18678651212", "balance": 9900 } }