多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# 获取会员订单列表 ~~~[api] post:http://yinshimei.data.cuci.cc/store/v2.groups/getList.html *deviceid=8DB1F67F-153D-449C-AD34-AC06472129B7#授权设备ID order_no=674867163#订单号(可选) groups_no=56130700#拼团订单号(可选) page=1#指定分页 <<< 操作成功 { "code": 1, "msg": "获取订单列表成功!", "data": { "total": 1, "per_page": 15, "current_page": 1, "last_page": 1, "data": [ { "id": 1, "mid": 1, "rmid": 1, "type": 4, "order_no": 674867163, "number_people": 3, "number_success": 0, "groups_no": 56130700, "groups_id": 4, "groups_title": "34512342314", "groups_image": "http://oydmhthmx.bkt.clouddn.com/6085d57b5ee06ac7/f793fa5f0f052cb5.jpg", "goods_id": 37, "goods_title": "因诗美西柚洗护套组", "goods_spec": "洗护旅行组套:洗发乳50g、沐浴露50g、护发乳30g", "real_price": "234523.00", "freight_price": "0.00", "datetime_start": "2018-03-30 14:27:02", "is_pay": 0, "pay_at": null, "pay_type": "", "pay_no": "", "pay_price": "0.00", "status": 1, "is_deleted": 0, "create_at": "2018-03-30 14:24:28", "gift": [ { "id": 1, "mid": 1, "order_no": 674867163, "title": "礼品测试", "image": "http://oydmhthmx.bkt.clouddn.com/f47b8fe06e38ae99/08e8398da45583b9.png", "status": 1, "is_deleted": 0, "create_at": "2018-03-30 14:24:28" }, { "id": 2, "mid": 1, "order_no": 674867163, "title": "礼品", "image": "http://oydmhthmx.bkt.clouddn.com/f47b8fe06e38ae99/08e8398da45583b9.png", "status": 1, "is_deleted": 0, "create_at": "2018-03-30 14:24:28" } ], "member": { "id": 1, "pre_pid": 0, "pid": 0, "team_id": 1, "team_at": null, "spreat": "-", "spreat_code": "AURSGZ", "deviceid": "8DB1F67F-153D-449C-AD34-AC06472129B7", "unionid": "ozGHaw82MgtO18MEfbF4XLKwUx4k", "phone": "15957766222", "password": "", "salt": "", "nickname": "美美", "headimg": "http://yinshimei.wx.cuci.cc/static/upload/headimg/863581039963595.png", "province": "", "city": "", "area": "", "sex": "女", "level": 2, "remark": "因诗美,因你而美!", "total_integral": 4400, "used_integral": 0, "total_amount": "0.00", "rebate_amount": "162199.41", "no_account_amount": "0.00", "rebate_money": "162199.41", "spreat_num": 49, "spreat_two_num": 909, "spreat_thr_num": 2327, "spreat_team_num": 0, "team_num": 7966, "team_amount": "4830084.00", "fans_num": 0, "is_pay": 1, "pay_at": "2017-11-01 12:02:37", "is_pass": 1, "pass_at": "2017-11-01 12:02:37", "status": 1, "create_at": "2017-11-01 12:02:37" }, "rmember": { "id": 1, "pre_pid": 0, "pid": 0, "team_id": 1, "team_at": null, "spreat": "-", "spreat_code": "AURSGZ", "deviceid": "8DB1F67F-153D-449C-AD34-AC06472129B7", "unionid": "ozGHaw82MgtO18MEfbF4XLKwUx4k", "phone": "15957766222", "password": "", "salt": "", "nickname": "美美", "headimg": "http://yinshimei.wx.cuci.cc/static/upload/headimg/863581039963595.png", "province": "", "city": "", "area": "", "sex": "女", "level": 2, "remark": "因诗美,因你而美!", "total_integral": 4400, "used_integral": 0, "total_amount": "0.00", "rebate_amount": "162199.41", "no_account_amount": "0.00", "rebate_money": "162199.41", "spreat_num": 49, "spreat_two_num": 909, "spreat_thr_num": 2327, "spreat_team_num": 0, "team_num": 7966, "team_amount": "4830084.00", "fans_num": 0, "is_pay": 1, "pay_at": "2017-11-01 12:02:37", "is_pass": 1, "pass_at": "2017-11-01 12:02:37", "status": 1, "create_at": "2017-11-01 12:02:37" }, "express": { "id": 13862, "type": 4, "mid": 1, "order_no": "674867163", "express_type": 0, "express_title": "顺丰", "express_code": "shunfeng", "real_express_title": "顺丰", "real_express_code": "shunfeng", "real_express_no": "465465134436", "real_express_at": "2018-04-02 17:11:24", "express_username": "陈毅", "express_phone": "13751888855", "express_province": "广东省", "express_city": "广州市", "express_area": "天河区", "express_address": "珠江西路5号", "express_desc": "641321656", "send_username": "", "send_phone": "", "send_province": "", "send_city": "", "send_area": "", "send_address": "", "eorder": "", "origincode": null, "destcode": null, "status": 1, "is_deleted": 0, "create_at": "2018-03-30 14:24:28" } } ] } } <<< 登录异常 { "code": 0, "msg": "还没有登录哦,请登录后再来访问!", "data": [] } <<< 参数异常 { "code": 0, "msg": "接口异常,缺少必要参数!", "data": [] } ~~~