简要描述:

  • 接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2022-01-07

请求URL:

请求方式:

  • GET

请求头:

参数名 是否必须 类型 说明
token string 授权凭证

请求参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "status": 200,
    "msg": "成功",
    "data": {
        "allPrice": 0,
        "allUsefulCount": 1,
        "allUselessCount": 1,
        "balance": 0
    },
    "other": []
}

错误时返回:

{
    "status": 0,
    "msg": "提交失败"
}

返回参数说明:

参数名 类型 说明
allPrice string 总金额
allUsefulCount int 总有用数
allUselessCount int 总无用数
balance string 可提现金额

备注:

文档更新时间: 2022-01-20 16:52   作者:admin