{
"orderId": "string",
"skuId": "string"
}curl --location --request POST 'https://w.xiaoliebian.com/api/xiaoliebian-shipinhao/open/api/promoter/order/detail' \
--header 'Authorization: Bearer xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"skuId": "string"
}'{
"orderId": "",
"skuId": "",
"createTime": 0,
"updateTime": 0,
"status": 0,
"orderDetail": {
"shopInfo": {
"appid": ""
},
"productInfo": {
"productId": "",
"title": "",
"thumbImg": "",
"actualPayment": 0
},
"orderInfo": {
"status": 0
},
"buyerInfo": {
"openId": "",
"unionId": ""
},
"commissionInfo": {
"serviceRatio": 0,
"serviceAmount": 0,
"profitShardingSucTime": 0,
"sharerInfo": {
"sharerAppid": "",
"nickname": "",
"ratio": 0,
"amount": 0
},
"talentInfo": {
"talentAppid": "",
"nickname": "",
"ratio": 0,
"amount": 0
},
"miniSharerInfo": {
"nickname": "",
"avatar": ""
}
}
}
}