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

This commit is contained in:
Fu Diwei
2022-06-19 22:05:16 +08:00
parent f9b7e0a765
commit 870f5b339b
4 changed files with 527 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
{
"errcode": 0,
"errmsg": "ok",
"total": 1,
"orderList": [
{
"orderInfo": {
"orderId": "2010887254486876164",
"outOrderId": "1000010000100200",
"transactionId": "893921061043139",
"payTime": 1629450566,
"orderPrice": 28,
"freight": 0,
"discountedPrice": 0,
"additionalPrice": 0,
"additionalRemarks": "",
"status": 20,
"shopInfo": {
"nickname": "测试小程序",
"username": "gh_6e10896a3",
"appid": "wx539e0b4872f1"
},
"createTime": 1629450491,
"statusUpdateTime": null,
"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": 9,
"productCnt": 2,
"productId": "411622998",
"outProductId": "1625194252000",
"skuId": "350263118",
"outSkuId": "1625194251990",
"ratio": 9000,
"commissionValue": 14,
"commissionStatus": "COMMISSION_SHOP_WAIT_DEDUCTION",
"commissionStatusUpdateTime": 1629450992,
"promotionInfo": {
"promotionSourcePid": "o1HGp5LzEFLWDuQpPcpahurEZ2m0_12662",
"promotionSourceName": "这里"
}
}
]
}
]
}