en:wallet_status

Check the status of the update of the wallet without transfer

* Interface address: * Domain name/v1/wallet/status * Very important: The timeout time for the quota conversion request must be set to be greater than 30 seconds.

* Request parameters:

Field name type length Must-choose illustrate
username string 5-11 yesMember name, no prefix required
sign_key string 32 yesEncrypted signature
client_transfer_id string 32 yesMerchant Order Number
code string 32 yesmd5(sign_key+api_account+username+client_transfer_id)

* Response parameters

Field name type illustrate
statusCode string Whether it is successful. 01:Success; Other failures;
message string Information corresponding to code
data string information

* Return data content

{

"statusCode": "01",
"data": {
	"client_transfer_id": "255b74fda3765c0",
	"create_time": "2018-08-16 12:29:28",
	"ip": "119.96.202.154",
	"after_score": "300.00",
	"score": "-1700.00",
	"before_score": "2000.00",
	"username": "test001"
},

“message”: “Success” }

* Return field description:

Field name illustrate
client_transfer_id Merchant Order Number
create_time Creation time
ip ip
before_scoreWallet updates the forehead
after_score Wallet update amount
score Update quota
username username
en/wallet_status.txt · 最后更改: 2019/12/15 21:56 由 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki