{
"DeliveryID": 0,
"Phone": "string"
}curl --location --request POST '/api/CaiHua_Business_App_WMSBO/GetDeliveryUser' \
--header 'Content-Type: application/json' \
--data-raw '{
"DeliveryID": 0,
"Phone": "string"
}'{
"Result": [
{
"UserId": 0,
"UserName": "string",
"RealName": "string"
}
],
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}