{
"id": 264,
"consignee": "测试测试",
"address": "测试地址",
"region_ids": [
360000,
360100,
360102
],
"mobile": "13000001423",
"email": "1321608716@qq.com",
"postcode": ""
}
curl --location --request POST '/adminapi/order/order/modify_consignee' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 264,
"consignee": "测试测试",
"address": "测试地址",
"region_ids": [
360000,
360100,
360102
],
"mobile": "13000001423",
"email": "1321608716@qq.com",
"postcode": ""
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "订单收货人信息已修改"
}
}