Authorization: Bearer ********************
{
"orderCode": "string",
"goodsOrderId": "string",
"receiverName": "string",
"orderStatus": 0,
"receivingType": 0,
"userId": "string"
}
curl --location --request POST '/back/goodOrder/selfPick/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderCode": "string",
"goodsOrderId": "string",
"receiverName": "string",
"orderStatus": 0,
"receivingType": 0,
"userId": "string"
}'
{
"total": 0,
"rows": [
{}
],
"code": 0,
"msg": "string"
}