Authorization: Bearer ********************
curl --location --request GET '/encodingtype/query-encodingtype'
{
"code": 10000,
"data": {
"pageIndex": 1,
"pageSize": 10,
"pages": 100,
"rows": [
{
"id": 1,
"snroTypeCode": "编码类型代码",
"snroTypeName": "编码类型名称"
}
],
"total": 100000
},
"message": "提示消息内容"
}