{
"city_id": 440100,
"taxi": 1,
"start_km": 2,
"start_price": 12,
"continue_price": 5,
"bus": 1,
"bus_start_time": "6:00",
"bus_end_time": "23:30",
"bus_fare": 8
}curl --location --request POST 'adminapi/setting.city/edit' \
--header 'Content-Type: application/json' \
--data-raw '{
"city_id": 440100,
"taxi": 1,
"start_km": 2,
"start_price": 12,
"continue_price": 5,
"bus": 1,
"bus_start_time": "6:00",
"bus_end_time": "23:30",
"bus_fare": 8
}'{
"code": 1,
"show": 1,
"msg": "添加成功",
"data": []
}