Authorization: Bearer ********************{
"id": "402881e55af64f07015af68356550004",
"typegroupCode": "tms_thfs",
"typegroupName": "送货方式"
}curl --location --request PUT '/sysmanager/typegroup/modify' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "402881e55af64f07015af68356550004",
"typegroupCode": "tms_thfs",
"typegroupName": "送货方式"
}'{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}