ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
##直接购买、订单确认 * RSA加密接口 ~~~[api] post:http://global.aumalls.com/apiorder/confirm *user_id#填写用户ID *token#用户登录标识 *goods_no#商品编号拼接字符串 num#直接购买数量 addr_id#收货人地址id regiment#拼团id regiment_id#成团id ticket_id#优惠券ID <<< success { "code": 20000, "msg": "success", "data":"加密数据" } <<< error { "code": 40000, "msg": "错误提示", } ~~~ #### 说明: 1. 提交数据:和注册登录一致; 2. 参数说明 拼团参数 * regiment:对应商品详情一页返回字段regiment->info->id * regiment_id:对应商品详情一页返回字段regiment->list->id 3. 返回数据说明: {"amount":199,"final_sum":199,"proReduce":0,"count":3,"sum":199,"tariff":0,"reduce":0,"weight":1290,"freight":{"name":"快递","description":"直接由第三方物流公司配送","if_delivery":0,"org_price":20,"price":0,"protect_price":0},"promotion":"满¥88 免运费","address":{"id":"20","user_id":"9","accept_name":"张三","zip":"","telphone":"","country":null,"province":"120000","city":"120100","area":"120101","address":"永和","mobile":"15890050627","is_default":"1","card":"410204198409021111","province_val":"天津市","city_val":"市辖区","area_val":"和平区"},"list":[{"id":"1","true_name":"nulax海外旗舰店","head_ico":"upload/2017/08/23/20170823162003635.png","goods_list":[{"name":"NU-LAX乐康膏500g澳洲膳食纤维防便秘清毒排宿便","cost_price":"0.00","goods_id":"1","img":"upload/2017/06/29/20170629131325954.jpg","sell_price":"75.00","point":"0","weight":"545.00","store_nums":"449","exp":"0","goods_no":"9310214000064","product_id":"0","goods_tax":"1","goods_tax_desc":"","type":"2","is_self":"1","reduce":0,"count":2,"sum":150,"isSelect":1}],"ticket":[{"id":"21","name":"满100减5元","money":"100.00","value":"5.00","is_choose":"0","is_can":1},{"id":"24","name":"满50减3元","money":"50.00","value":"3.00","is_choose":"1","is_can":1},{"id":"12","name":"满200减10元","money":"200.00","value":"10.00","is_choose":"0","is_can":0},{"id":"16","name":"满300减30元","money":"300.00","value":"30.00","is_choose":"0","is_can":0}]},{"id":"2","true_name":"Soulful海外旗舰店","head_ico":"upload/2017/08/23/20170823161952259.png","goods_list":[{"name":"Soulful首富芒果干200g*烘焙原料水果干果脯","cost_price":"34.00","goods_id":"9","img":"upload/2017/06/29/20170629135503886.jpg","sell_price":"49.00","point":"0","weight":"200.00","store_nums":"94","exp":"0","goods_no":"9350593000026","product_id":"0","goods_tax":"1","goods_tax_desc":"","type":"2","is_self":"1","reduce":0,"count":1,"sum":49,"isSelect":1}],"ticket":[{"id":"25","name":"优惠券2","money":"40.00","value":"1.00","is_choose":"1","is_can":1},{"id":"15","name":"优惠券2","money":"100.00","value":"5.00","is_choose":"0","is_can":0}]}],"ticket":[{"id":"22","name":"满100减5元","money":"100.00","value":"5.00","is_choose":"0","is_can":1},{"id":"23","name":"满200减10元","money":"200.00","value":"10.00","is_choose":"1","is_can":0}]} * amount=》总计 * final_sum=》金额总计(不含运费,关税费) * promotion=》优惠活动信息 * proReduce=》促销活动优惠多少钱 * sum=》商品总金额 * tariff=》关税费 * count=》商品总数 * reduce=》商品优惠多少 * weight=》商品总重量 * freight=》运费情况 &nbsp;&nbsp; &nbsp; &nbsp;if_delivery:1不支持快递,0支持 &nbsp;&nbsp; &nbsp; &nbsp;price:邮费价格,免邮费时值为汉字“免邮费” * address=》收货地址array * ticket=》平台优惠券(格式同list下ticket一致) * list=》商品列表array 1. &nbsp;&nbsp; &nbsp; &nbsp;id:商铺id(当id等于0时自营,无商铺信息) 2. &nbsp;&nbsp; &nbsp; &nbsp;true_name:商铺名称 3. &nbsp;&nbsp; &nbsp; &nbsp;head_ico:商铺头像 4. &nbsp;&nbsp; &nbsp; &nbsp;goods_list: &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;goods_id:商品id, &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; name:商品名称, &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;sell_price:商品价格, &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; img:商品图片 &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;type:1直邮,2保税仓 &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp;is_selft:1是,0否 5. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ticket:优惠券array &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; is_choose:选中1,否0、 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; is_can:能使用1,否0 &nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; value:优惠金额 "ticket":[{"id":"21","name":"满100减5元","money":"100.00","value":"5.00","is_choose":"0","is_can":1},{"id":"24","name":"满50减3元","money":"50.00","value":"3.00","is_choose":"1","is_can":1},{"id":"12","name":"满200减10元","money":"200.00","value":"10.00","is_choose":"0","is_can":0},{"id":"16","name":"满300减30元","money":"300.00","value":"30.00","is_choose":"0","is_can":0} 6. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;seller_sum:店铺小计