Get the background url

* Interface address: * Domain name/v1/user/getadminurl

* Request parameters:

Field name type length Must-choose illustrate
sign_key string 32 yesEncrypted signature
code string 32 yesmd5(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” }