说明

余利宝账户收益查询

请求地址

环境 请求地址
测试环境 https://m.umxnt.com/api/mybank/yulibaoquery
正式环境 https://xy.umxnt.com/api/mybank/yulibaoquery

请求参数

参数 类型 是否必填 最大长度 描述
token string 令牌
store_id string 门店id
  • 返回值示例 成功请求示例:

    {
      "status": 1,
      "data": {
        "TotalAmount": "1226",
        "TotalProfit": "1226",
        "DayProfit": "0",
        "Currency": "CNY",
        "FreezeAmount": "0",
        "CurrentAmont": "",
        "AvailableAmount": "1226",
        "SysFreezeAmount": "0",
        "WeekProfit": "0",
        "MonthProfit": "0",
        "WeekList": [
          {
            "Amount": "100",
            "ProfitDate": "20160107"
          },
          {
            "Amount": "200",
            "ProfitDate": "20160108"
          }
        ],
        "MonthList": [
          {
            "Amount": "100",
            "ProfitDate": "20160107"
          },
          {
            "Amount": "200",
            "ProfitDate": "20160108"
          }
        ]
      }
    }
    

    | 参数名 | 参数描述 | 数据类型 | 长度 | 出现要求 | | :--- | :--- | :--- | :--- | :--- | | RespInfo | 返回码组件 | [返回码]对象 | | M | | TotalAmount | 账户总额。消费币种的最小货币单位(分)。 | number(15,0) | 15 | M | | TotalProfit | 累计收益。消费币种的最小货币单位(分)。 | number(15,0) | 15 | M | | DayProfit | 昨日收益。消费币种的最小货币单位(分)。 | number(15,0) | 15 | M | | Currency | 币种:CNY | String | 10 | M | | FreezeAmount | 冻结金额,消费币种的最小货币单位(分)。 | number(15,0) | 15 | M | | CurrentAmount | 当前份额,消费币种的最小货币单位(分)。该字段暂无须使用。 | number(15,0) | 15 | M | | AvailableAmount | 可用金额,消费币种的最小货币单位(分)。ISV显示此金额反映客户当前可用份额。 | number(15,0) | 15 | M | | SysFreezeAmount | 系统冻结金额,消费币种的最小货币单位(分)。 | number(15,0) | 15 | M | | WeekProfit | 近一周收益合计,消费币种的最小货币单位(分) | number(15,0) | 15 | M | | MonthProfit | 近一月收益合计,消费币种的最小货币单位(分) | number(15,0) | 15 | M | | WeekList | 近一周收益明细。List返回,json格式 | List | | M | | MonthList | 近一月收益明细。List返回,json格式 | List | | M |

weekList、monthList中元素

参数名 参数描述 数据类型 长度 出现要求
Amount 收益金额,消费币种的最小货币单位(分) number(15,0) 15 M
ProfitDate 收益日期 date 10 M
  • 失败请求示例

    {
        "msg":"无效参数",
        "status":0
    }
    

results matching ""

    No results matching ""