1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
{ "code": 1, "msg": "订单添加成功", "time": "1616053430", "data": { "id": 2211, "type": "goods", "order_sn": "202103435113298140569200", "user_id": 5692, "activity_type": "", "goods_amount": "765.00", "dispatch_amount": "0.00", "phone": "17736524151", "consignee": "haha", "province_name": "北京市", "city_name": "北京市", "area_name": "东城区", "address": "1002", "province_id": 110000, "city_id": 110100, "area_id": 110101, "status": 0, "memo": null, "remark": "", "total_amount": "765.00", "score_amount": 0, "total_fee": "765.00", "discount_fee": "0.00", "coupon_fee": "0.00", "pay_fee": "0.00", "score_fee": 0, "goods_original_amount": "566.00", "coupons_id": 0, "transaction_id": null, "payment_json": null, "pay_type": null, "paytime": null, "ext": "{\"buy_type\":\"alone\",\"groupon_id\":0,\"expired_time\":1616054331}", "platform": "H5", "createtime": 1616053431, "status_code": "nopay", "status_name": "待付款", "status_desc": "等待买家付款", "btns": ["cancel", "pay"], "ext_arr": { "buy_type": "alone", "groupon_id": 0, "expired_time": 1616054331 } } }
|