文档
测试

确认订单(已整合)

POST
/userOrder/add/confirmOrder

请求头

参数名
类型
描述
必填
Content-Type
string
application/json
必填

请求参数

参数名
类型
描述
必填
userInfoId
int
用户id
必填
productJson
JSONObject
信息列表
必填
storeId
int
店铺id
必填
products
array
商品列表
必填
productId
int
商品id
必填
skuId
int
库存id
必填
productPrice
double
价格
必填
productCount
int
购买数量
必填
taxes
double
税费
必填
postage
double
运费
必填

公共响应参数

参数名
类型
描述
必填
code
int
响应码
必填
msg
string
响应信息
必填
data
object
响应数据
必填

响应参数

参数名
类型
描述
必填
productJson
JSONObject
必填
products
JSONArray
商品列表
必填
totalPrice
double
总金额
必填
totalCount
int
订单购买总数
必填
orderPostage
double
订单总运费
必填
orderTaxes
double
订单总税费
必填
totalPrice
double
订单总价格
必填
actualPayment
double
小计金额(实付款金额)
必填

请求 / 示例

```language { "1":{ "userInfoId":39, "productJson":{ "storeId":1, "products":[ { "productId":35777, "skuId":1, "productPrice":55.55, "productCount":100, "taxes":10, "postage":10 }, { "productId":35778, "skuId":24, "productPrice":55.55, "productCount":100, "taxes":10, "postage":10 } ] }, "storeDiscount": 5.0, "platformDiscount": 6.0, "couponDiscount": 7.0 }, "2":{ "userInfoId":39, "productJson":{ "storeId":1, "products":[ { "productId":35777, "skuId":1, "productPrice":55.55, "productCount":100, "taxes":10, "postage":10 } ] } } } ```

说明 / 示例

### 单个订单 ```language { "code": 1000, "msg": "操作成功", "data": { "1": { "id": 0, "logisticsStatus": null, "logisticNumber": null, "expressType": null, "orderCode": null, "userInfoId": 39, "productJson": { "storeImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/nationalFlag/中国.jpg", "storeType": "normal", "storeAvatar": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/某宝/avatar/-test4-20211101120449078.jpg", "storeName": "某宝", "storeId": 1, "products": [ { "productId": 35777, "skuId": 1, "productName": "测试商品11", "productSpecs": { "尺码": "34", "颜色分类": "白色" }, "productService": "支持七天无理由退货", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "productPrice": 55.55, "productCount": 100, "postage": 10.0, "taxes": 10.0, "discount": 0.0, "totalPrice": 5555.0 }, { "productId": 35778, "skuId": 24, "productName": "测试商品12", "productSpecs": { "尺码": "37", "颜色分类": "黑色" }, "productService": "支持七天无理由退货", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "productPrice": 55.55, "productCount": 100, "postage": 10.0, "taxes": 10.0, "discount": 0.0, "totalPrice": 5555.0 } ] }, "totalCount": 200, "storeDiscount": 0.0, "platformDiscount": 0.0, "couponDiscount": 0.0, "totalDiscount": 0.0, "orderPostage": 20.0, "orderTaxes": 20.0, "thanksFee": 0.0, "totalPrice": 11110.0, "actualPayment": 11150.0, "orderStatus": null, "orderType": null, "createDate": null, "paymentDate": null, "deliveDate": null, "dealDate": null, "remark": null, "consignee": null, "phone": null, "address": null, "detailedAddress": null, "whetherComment": false } } } ``` ### 多个订单 ```language { "code": 1000, "msg": "操作成功", "data": { "1": { "id": 0, "logisticsStatus": null, "logisticNumber": null, "expressType": null, "orderCode": null, "userInfoId": 39, "productJson": { "storeImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/nationalFlag/中国.jpg", "storeType": "normal", "storeAvatar": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/某宝/avatar/-test4-20211101120449078.jpg", "storeName": "某宝", "storeId": 1, "products": [ { "productId": 35777, "skuId": 1, "productName": "测试商品11", "productSpecs": { "尺码": "34", "颜色分类": "白色" }, "productService": "支持七天无理由退货", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "productPrice": 55.55, "productCount": 100, "postage": 10.0, "taxes": 10.0, "discount": 0.0, "totalPrice": 5555.0 }, { "productId": 35778, "skuId": 24, "productName": "测试商品12", "productSpecs": { "尺码": "37", "颜色分类": "黑色" }, "productService": "支持七天无理由退货", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "productPrice": 55.55, "productCount": 100, "postage": 10.0, "taxes": 10.0, "discount": 0.0, "totalPrice": 5555.0 } ] }, "totalCount": 200, "storeDiscount": 0.0, "platformDiscount": 0.0, "couponDiscount": 0.0, "totalDiscount": 0.0, "orderPostage": 20.0, "orderTaxes": 20.0, "thanksFee": 0.0, "totalPrice": 11110.0, "actualPayment": 11150.0, "orderStatus": null, "orderType": null, "createDate": null, "paymentDate": null, "deliveDate": null, "dealDate": null, "remark": null, "consignee": null, "phone": null, "address": null, "detailedAddress": null, "whetherComment": false }, "2": { "id": 0, "logisticsStatus": null, "logisticNumber": null, "expressType": null, "orderCode": null, "userInfoId": 39, "productJson": { "storeImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/nationalFlag/中国.jpg", "storeType": "normal", "storeAvatar": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/store/某宝/avatar/-test4-20211101120449078.jpg", "storeName": "某宝", "storeId": 1, "products": [ { "productId": 35777, "skuId": 1, "productName": "测试商品11", "productSpecs": { "尺码": "34", "颜色分类": "白色" }, "productService": "支持七天无理由退货", "coverImage": "https://norben-storage.oss-cn-hangzhou.aliyuncs.com/tests/用户.jpg", "productPrice": 55.55, "productCount": 100, "postage": 10.0, "taxes": 10.0, "discount": 0.0, "totalPrice": 5555.0 } ] }, "totalCount": 100, "storeDiscount": 0.0, "platformDiscount": 0.0, "couponDiscount": 0.0, "totalDiscount": 0.0, "orderPostage": 10.0, "orderTaxes": 10.0, "thanksFee": 0.0, "totalPrice": 5555.0, "actualPayment": 5575.0, "orderStatus": null, "orderType": null, "createDate": null, "paymentDate": null, "deliveDate": null, "dealDate": null, "remark": null, "consignee": null, "phone": null, "address": null, "detailedAddress": null, "whetherComment": false } } } ```