文档
测试

提交特色商品订单[2019年5月27]

POST
https://www.lzjia.com/api/index.php/user/order/order_post_goods

接口描述

提交订单 https://www.lzjia.com/api/index.php/

提交数据

Array( [order_from] = "3";//订单来源1:PC2:小程式3:微信公众号 4:手机网页版 5:ios6:安卓 [sku_id_and_num] => '546|1|555,547|6|555';//"sku_id|数量|门店ID" [order_receiving_method] => "1";//收货方式:1快递 2:自提 [order_phone] => '15622262396';//收货手机号码 [order_name] => "林晓鸿";//收货名字 [order_address] => '广东省东莞市凤岗镇官井头河背2路';//收货详细地址(ps:自提:无需填写) [order_province_id] => '11';//省 [order_city_id] => '22';//城市 [order_area_id] => '33';//镇 [order_delivery_time] => Array( [0] => '2019-5-27', [1] => '2019-5-26' ) ;//提货时间 [remark] => Array( [0] => '这个是备注1', [1] => '这个是备注2' )//订单备注:传序列化(json格式) )