用户工具

站点工具


en:balance

Check the balance of all platform of member games

* Interface address: * Domain name/v1/user/all-balance

* Request parameters:

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

* Response parameters

Field name type illustrate
statusCode string Whether it is successful. 01:Success; Other failures;
message string Information corresponding to code
data string Balance of game platforms that members have played

* Return data content

{

"statusCode": "01",
"data": {
	"ags": "10",
	"vr": "0",
	"mg": "20",
	"ibc": "0",
	"eg": "0",
	"hc": "0",
	"og": "0",
	"mw": "0",
	"ag": "2",
	"bg": "0",
	"bbin": "0",
	"sw": "0",
	"cq9": "0",
	"ky": "0",
	"lebo": "0"
},

“message”: “Success” }

en/balance.txt · 最后更改: 2019/12/15 21:49 由 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki