{
"param": {
"nunberType": 0,
"numberNo": "string"
},
"uuid": "string"
}
curl --location --request POST '/commonApi/dropshipping/queryDropshippingFeeItem' \
--header 'token: 123123123242342' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"nunberType": 0,
"numberNo": "string"
},
"uuid": "string"
}'
{
"code": 0,
"data": [
{
"receivableId": 0,
"objectId": 0,
"houseId": 0,
"busType": 0,
"settleOrderId": 0,
"clientId": 0,
"settleType": 0,
"settleNunmber": "string",
"feeType": 0,
"feeTypeName": "string",
"feeRemark": "string",
"unitPrice": "string",
"receivableFee": "string",
"ccy": "string",
"qty": "string",
"status": "string",
"createDate": "string",
"createBy": "string",
"rate": 0
}
],
"msg": "string",
"errorMsg": "string",
"actionMsg": "string",
"solution": "string",
"msgCode": "string"
}