Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

点击进入【丹里科技官网】注册即送1000点数,加微信好友再送5000点数

余额查询

请求地址

测试地址:http://api.zjdanli.com/user/v1/getBalance

POST application/json

请求参数

属性

类型

必须

说明

参考值

appid

String

【丹里科技官网】注册之后获得

cc9c18d3e263515c2c072b36a7125eecc078618f

请求示例

{
  "appid": "cc9c18d3e263515c2c072b36a7125eecc078618f"
}

响应参数

属性

类型

说明

code

String

0:成功

appid_err:appid认证失败

msg

string

返回值中文说明

data

Map<String,Integer>

两个值:

balance 余额

userToday 今日使用点数

返回示例

{
    "code": "0",
    "data": {
        "balance": 1110002,
        "useToday": 23095
    },
    "msg": "成功",
    "succ": true
}

 

  • No labels