{
"code": "string",
"name": "李四",
"logo": "string",
"sort": 0,
"status": 1,
"id": 6592
}curl --location --request PUT '/admin-api/trade/delivery/express/update' \
--header 'Content-Type: application/json' \
--data '{
"code": "string",
"name": "李四",
"logo": "string",
"sort": 0,
"status": 1,
"id": 6592
}'{
"code": 0,
"data": true,
"msg": "string"
}