Authorization: Bearer ********************{
"buss_type_name": "string",
"buss_type_code": "string",
"buss_type_text": "string",
"create_name": "string",
"create_by": "string",
"create_date": "string",
"update_name": "string",
"update_by": "string",
"update_date": "string",
"sys_org_code": "string",
"sys_company_code": "string",
"id": "string"
}curl --location --request PUT '/busstypemodify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"buss_type_name": "string",
"buss_type_code": "string",
"buss_type_text": "string",
"create_name": "string",
"create_by": "string",
"create_date": "string",
"update_name": "string",
"update_by": "string",
"update_date": "string",
"sys_org_code": "string",
"sys_company_code": "string",
"id": "string"
}'{
"code": 10000,
"message": "success",
"data": 0
}