简要描述:

  • 获取快捷键

接口版本:

版本号 制定人 制定日期 修订日期
3.5.2 朱小乾 2022-12-29 -

请求URL:

  • /api/mobileGuide/systemShortcutKey/GetList

请求方式:

  • Get

请求头:

参数名 是否必须 类型 说明
Content-Type string 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
systemCode string 系统代码

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [
  5. {
  6. "id": 1,
  7. "createTime": "2022-12-29T17:48:31",
  8. "updateTime": "2022-12-29T17:48:33",
  9. "code": "1",
  10. "name": null,
  11. "shortcutKey": "1",
  12. "systemCode": "1"
  13. }
  14. ]
  15. }

错误时返回:

返回参数说明:

参数名 类型 说明
code string 代码
shortcutKey string 代码
content string 内容
name string 名称

备注:

-

文档更新时间: 2022-12-29 17:53