文档
测试

订单确认

POST
http://yun-pay.hs499.com/app/order/preSubmit

接口描述

订单确认接口(原来的老接口)

请求参数

参数名
类型
描述
必填
user_id
String
当前登录用户id 示例:1c1fa12253494122b181508baf39671a
必填
cart_ids
int
购物车ID,多个逗号分割
必填
type
int
购物车类型 1:机具购物车,2:地推物料购物车 3.充电宝设备购物车
必填

响应参数

参数名
类型
描述
必填
code
number
示例:0 成功 -1 失败
必填
errors
object
数据字典
必填
msg
string
示例:操作成功
必填
result
object
数据字典
必填
total_price
decimal
总价格
必填
cart_list
list
购物列表
必填
id
string
购物车ID
必填
title
string
设备名称
必填
img_path
string
设备图片
必填
price
decimal
设备价格
必填
min_num
int
最小购买数量
必填
num
int
用户输入购买数量
必填
default_address
Object
收货地址
必填
id
string
收货地址ID
必填

说明 / 示例

{ "code": 0, "errors": {}, "msg": "操作成功", "result": { "cart_list": [ { "buy_type": 1, "user_id": "00cf2bd018c143f9855878049796226f", "img_path": "upload//202008/1596873503008.jpg", "pos_id": "78dbc5cce65744f2b5aa1ea9f25b8151", "price": 880, "min_num": 0, "num": 1, "id": "05d0714ede224e338594f8f69d05859f", "goods_spec": "", "type": 3, "title": "纷米智电E6", "oem_id": "5988" } ], "default_address": { "address_area": "湖南省长沙市雨花区", "address_detail": "广东省茶山镇园中一路8号好煮意食品有限公司", "recieve_name": "张学友", "user_id": "00cf2bd018c143f9855878049796226f", "id": "fb5d109a353d4eb8a1df06729ca19801", "is_default": 1, "recieve_phone": "15111335558" }, "total_price": 880, "gift_pos_id": "" } }