Authorization: Bearer ********************
{
"id": 1,
"snroTypeCode": "编码类型代码",
"snroTypeName": "编码类型名称"
}
curl --location --request PUT '/encodingtype/modify-encodingtype' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"snroTypeCode": "编码类型代码",
"snroTypeName": "编码类型名称"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}