接口名称:
获取多语言列表
接口描述:
获取多语言列表
请求路径:
/system/mulLan/get
请求方式:
GET
请求参数:
- Header
参数名 | 参数值 | 必填 | 描述 |
---|---|---|---|
Content-Type | application/x-www-form-urlencoded | Y | application/x-www-form-urlencoded |
- Param
参数名 | 类型 | 必选 | 描述 |
---|---|---|---|
pageNo | Integer | N | 页数 |
rowCount | Integer | N | 行数 |
lanSn | Integer | N | 语言编号 |
subSysSn | Integer | N | 子系统编号 |
textId | Integer | N | 文本id |
- Body
请求示例:
&pageNo=null&rowCount=null&lanSn=null&subSysSn=null&textId=null
返回参数:
参数名 | 类型 | 必选 | 描述 |
---|---|---|---|
data | List |
N | 响应内容 |
└─element | MulLanVo | Y | |
└─└─lanSn | Integer | Y | 语言编号 |
└─└─subSysSn | Integer | Y | 子系统编号 |
└─└─textId | Integer | Y | 文本id |
└─└─textInfo | String | Y | 文本内容 |
└─└─memo | String | N | 备注 |
count | long | N | 总数 |
code | int | N | 响应码 |
message | String | N | 响应信息 |
返回示例:
{
"data": {
"records": [
{
"lanSn": 1,
"subSysSn": 3,
"textId": 3014058,
"textInfo": "使用方法",
"memo": ""
},
{
"lanSn": 2,
"subSysSn": 3,
"textId": 3014058,
"textInfo": "Manual",
"memo": "使用方法"
}
],
"total": 2,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
},
"code": 0,
"message": "请求成功"
}
文档更新时间: 2023-10-11 14:42 作者:吴温立