feat(wxapi): 新增小程序联盟小程序推广订单明细查询接口

This commit is contained in:
fudiwei
2022-12-01 23:15:30 +08:00
parent 60a395fb6e
commit 3116e90cea
8 changed files with 659 additions and 110 deletions

View File

@@ -0,0 +1,74 @@
{
"errcode": 0,
"errmsg": "ok",
"total": 1,
"orderList": [
{
"orderInfo": {
"orderId": "2020966986280665096",
"outOrderId": "1000010000100301",
"transactionId": "893921061043139",
"payTime": 1630051304,
"orderPrice": 40,
"freight": 10,
"discountedPrice": 0,
"additionalPrice": 0,
"additionalRemarks": "",
"status": 200,
"createTime": 1630051290,
"statusUpdateTime": 0,
"path": "/pages/commercePlace/index"
},
"productList": [
{
"title": "219 男女同款鞋",
"headImg": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SH/reserved/60e32624000cf9e50000000023e74f09000000a000004f50?imageView2/3/w/544",
"salePrice": 10,
"realPrice": 10,
"productCnt": 2,
"productId": "411628841",
"outProductId": "1625138165000",
"outSkuId": "411628841",
"skuAttrs": [],
"ratio": 8800,
"commissionValue": 17,
"commissionStatus": "COMMISSION_SHOP_FINISH_DEDUCTION",
"commissionStatusUpdateTime": 1630932191,
"promoterInfo": {
"appId": "wx1cea54f8a2094",
"nickName": "旗舰店"
}
},
{
"title": "219 男女同款鞋",
"headImg": "https://store.mp.video.tencent-cloud.com/161/20304/snscosdownload/SH/reserved/60e32624000cf9e50000000023e74f09000000a000004f50?imageView2/3/w/544",
"salePrice": 1,
"realPrice": 10,
"productCnt": 2,
"productId": "411622998",
"outProductId": "1625194252000",
"skuId": "350263118",
"outSkuId": "1625194251990",
"skuAttrs": [
{
"attrKey": "选择颜色",
"attrValue": "红蓝主机"
},
{
"attrKey": "选择套装",
"attrValue": "主机+保护套"
}
],
"ratio": 9000,
"commissionValue": 0,
"commissionStatus": "COMMISSION_PAY_CANCEL",
"commissionStatusUpdateTime": 1630058665,
"promoterInfo": {
"appId": "wx1cea54f8a2094",
"nickName": "旗舰店"
}
}
]
}
]
}