文 档 中 心 / Document Center
搜索 管理中心
壹川接口文档V3
首页数据统计
更新时间:2018-08-09 16:09:01   更新人员:叶洋   文档状态: #415    测试接口
摘要
  1. 接口基本信息
    接口名称:首页数据统计
    请求方法:GET
    接口地址:statistics/home
    登录验证:是
  2. 响应数据参数
    参数名 参数 数据类型 示例值 说明
    usable_amount 账户余额 float
    freeze_amount 冻结金额 float
    need_recharge 需充值金额 float
    need_pay_waybill_count 需支付运单数量 float
    nosign_waybill_fee 未签收运单金额 float
    nosign_waybill_count 未签收运单数量 float
    noreceipt_waybill_fee 未完成回单金额 float
    noreceipt_waybill_count 未完成回单数量 float
    penalty_month_fee 本月罚款金额 float
    penalty_total_fee 累计罚款金额 float
  3. 请求示例
    请求例子:
     
    apirq('statistics/home') 
    
    返回数据结果:
     
    {
        "code": 0,
        "msg": "ok",
        "time": "1533808873",
        "data": {
            "usable_amount": 2419.8,
            "freeze_amount": 0,
            "need_recharge": 2072.2,
            "need_pay_waybill_count": 34,
            "nosign_waybill_fee": 5585.98,
            "nosign_waybill_count": 44,
            "noreceipt_waybill_fee": 601,
            "noreceipt_waybill_count": 4,
            "penalty_month_fee": 0,
            "penalty_total_fee": 0
        }
    } 
    
本书创建于 2018-03-30 12:03:13 ?如有疑问,请联系技术人员