简要描述:

  • 获取参数列表

接口版本:

版本号 制定人 制定日期 修订日期
3.6.0 朱小乾 2023-03-13 -

请求URL:

-/api/mobileGuide/systemShortcutKey/GetMessageParams

请求方式:

  • GET

请求头:

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

请求参数:

参数名 是否必须 类型 说明
type int 类型 1:用户参数 2:插入参数

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [
  5. {
  6. "id": 1,
  7. "createTime": "2023-03-13T10:30:15",
  8. "updateTime": "2023-03-13T10:30:18",
  9. "code": "@outNo",
  10. "name": "体检编号",
  11. "type": 1
  12. }
  13. ]
  14. }

错误时返回:

返回参数说明:

参数名 类型 说明
code int 代码
name string 名称
type int 类型

备注:

-

文档更新时间: 2023-03-13 10:34