{
"id": 39,
"sort_order": 50,
"is_show": 1,
"logistics_code": "ming",
"logistics_name": "冥界速运",
"logistics_desc": "九幽黄泉",
"customer_name": "面单测试测试公司", //客户编码
"customer_pwd": "面单测试123456", //密码
"month_code": "面单测试YJ123", //月结号
"send_site": "面单测试12345", //网点编码
"send_staff": "面单测试吾悦广场",//网点名称
"exp_type":2 //快递业务类型
}
curl --location --request POST '/adminapi/setting/logistics_company/update' \
--header 'Content-Type: application/x-msgpack' \
--data-raw '{
"id": 39,
"sort_order": 50,
"is_show": 1,
"logistics_code": "ming",
"logistics_name": "冥界速运",
"logistics_desc": "九幽黄泉",
"customer_name": "面单测试测试公司", //客户编码
"customer_pwd": "面单测试123456", //密码
"month_code": "面单测试YJ123", //月结号
"send_site": "面单测试12345", //网点编码
"send_staff": "面单测试吾悦广场",//网点名称
"exp_type":2 //快递业务类型
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "物流公司更新成功"
}
}