3公积金购买列表.md 1.5 KB

#3公积金购买列表

我购买的公积金列表,所有参保人的。

请求

URI

/sbl/order/fund/list/v2         POST

参数

 String key         用户标识
 Integer year       年份 2001
 Integer sbuId      参保用户标识

##响应

状态码

600        参数异常
601        无效的用户标识
10004      需要登录

DATA字段说明

List
    String order_no;    // 订单号
    String for_month;   // 购买月份
    Double shebaos;     // 社保金额
    Double shebao_charge;   // 社保服务费
    Double funds;       // 公积金金额
    Double fund_charge; // 公积金服务费
    Double card_charge; // 新办社保卡服务费
    Integer pay_status; // 订单状态
    String remark;      // 状态描述
    String pay_time;    // 成功购买时间
    String city;        // 城市名称 
    String pay_channel; // 支付渠道
    String user_name;   // 参保人姓名
    int coupon_price;   // 现金券金额
    double pay_actual;  // 实付金额
    String pay_no;      // 第三方的支付流水号

数据范例

{
    "data": {
        "stop": null,
        "list": [{
            "order_no": "010000000146201510",
            "city": "广州",
            "for_month": "2015年10月",
            "shebaos": 1035.67,
            "shebao_charge": 59.0,
            "funds": 0.0,
            "fund_charge": 0.0,
            "card_charge": 0.0,
            "pay_status": 12,
            "pay_time": "2015-10-13 20:50:29",
            "remark": "",
            "pay_channel": "微信支付",
            "user_name": "涂冠杰",
            "coupon_price": 10,
            "pay_actual": 1084.67,
            "pay_no": "2016082221001004560288998559"
        }]
    },
    "msg": "",
    "code": 200
}