{
"station_name": "名称的撒的撒上打",
"business": "21",
"station_address": "地址",
"lng": "109.99",
"lat": "22.99",
"contact_name": "weeks",
"phone": "13222223333",
"username": "",
"password": "",
"status": 0,
"city_name": "西安",
"business_date": [1,2,3,4,5],
"business_time_start": "09:00",
"business_time_end": "18:00",
"swtich_ctiy": 1,
"swtich_take": 0
}
curl --location --request POST '/delivery/station/update/' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"station_name": "名称的撒的撒上打",
"business": "21",
"station_address": "地址",
"lng": "109.99",
"lat": "22.99",
"contact_name": "weeks",
"phone": "13222223333",
"username": "",
"password": "",
"status": 0,
"city_name": "西安",
"business_date": [1,2,3,4,5],
"business_time_start": "09:00",
"business_time_end": "18:00",
"swtich_ctiy": 1,
"swtich_take": 0
}'
{"status":200,"message":"编辑成功"}