en:getadminurl
Get the background url
* Interface address: * Domain name/v1/user/getadminurl
* Request parameters:
| Field name | type | length | Must-choose | illustrate |
|---|---|---|---|---|
| sign_key | string | 32 | yes | Encrypted signature |
| code | string | 32 | yes | md5(sign_key+api_account) |
* Response parameters
| Field name | type | illustrate |
|---|---|---|
| statusCode | string | Whether it is successful. 01:Success; Other failures; |
| message | string | Information corresponding to code |
| data | string | Backend address |
* Return data content
{
"statusCode": "01",
“data”: “aHR0cDovL2FkbWluLm5nLWFwaS5jb20=”, base64 decryption “message”: “Success” }
en/getadminurl.txt · 最后更改: 2020/02/15 01:29 由 127.0.0.1