多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 创建买赠订单记录 ~~~[api] post:https://zhongcaojitest.xd.cuci.cc/store/api.member.gifts_order/add *string:mid=2#会员ID *string:openid=oJmTm5ffiAF7nbdE0WEEtGBL5dAU#会员绑定的OPENID *string:gid=155064554287#商品ID <<< 下单成功 { "code": 1, "info": "买赠订单下单成功!", "data": { "id": 12, "mid": 2, "gid": 155064554287, "order_no": 65074572012932, "groups_no": 6507457204236, "is_master": 1, "type": 3, "title": "买赠券测试商品", "logo": "https://cuci-zhongcaoji.oss-cn-shenzhen.aliyuncs.com/4fee25f782519e62/60546bf3d6b51556.jpg", "image": [ "" ], "content": "<p><img border=\"0\" src=\"https://cuci-zhongcaoji.oss-cn-shenzhen.aliyuncs.com/4fee25f782519e62/60546bf3d6b51556.jpg\" style=\"max-width:100%\" title=\"image\" />test2</p>\r\n", "real_price": "22.00", "retail_price": "33.00", "selling_price": "22.00", "wait_hours": 24, "num_limit": 0, "num_people": 1, "num_people_success": 0, "end_datetime": null, "yes_detetime": null, "pay_state": 0, "pay_type": "", "pay_price": "0.00", "pay_no": "", "pay_at": null, "cancel_state": 0, "cancel_at": null, "cancel_desc": "", "refund_state": 0, "refund_at": null, "refund_no": "", "refund_price": "0.00", "refund_desc": "", "is_sync": 0, "status": 1, "is_deleted": 0, "create_at": "2019-02-21 18:42:00", "list": [ { "id": 17, "mid": 2, "order_no": 65074572012932, "groups_no": 6507457204236, "gid": 155064554287, "cid": 28, "number": 1, "name": "面部护理体验券", "type": "服务券", "bgimg": "https://cuci-zhongcaoji.oss-cn-shenzhen.aliyuncs.com/ec1fa2a86c7b6b83/1a534c3f62d03187.png", "price": "9.90", "point": 1, "content": "价格:9.9元\r\n护理项目:深层清洁\r\n护理产品:中草集温和卸妆水、清肌保湿补水液、净致毛孔深海泥去黑头面膜、舒缓保湿洗面奶\r\n使用规则:每人限购一张\r\n有效日期:领取日起,30天内请到门店使用\r\n护理时间:请提前与店里约定时间\r\n温馨提醒:体验门店不限,美容师随机安排", "effective_days": 30, "status": 1 }, { "id": 18, "mid": 2, "order_no": 65074572012932, "groups_no": 6507457204236, "gid": 155064554287, "cid": 27, "number": 1, "name": "人参养肤补水面膜体验券", "type": "产品券", "bgimg": "https://cuci-zhongcaoji.oss-cn-shenzhen.aliyuncs.com/60b6fd7d1801b524/fb3b611eff38dc68.png", "price": "1.00", "point": 2, "content": "产品:人参养肤补水面膜\r\n价格:1元/片\r\n使用规则:每人限购一片\r\n有效日期:领取日起,30天内请到门店领取", "effective_days": 30, "status": 1 } ] } } <<< 无效的商品 { "code": 0, "info": "无效的团购信息,请重新下单!", "data": [] } <<< 无效的会员 { "code": 0, "info": "无效的会员信息,请重新登录授权!", "data": [] } ~~~