简要描述:

  • 微信导检

接口版本:

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

请求URL:

  • /api/mobileGuide/weChatGuide/GetWeChatGuide

请求方式:

  • POST

请求头:

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

请求参数:

参数名 是否必须 类型 说明
nurseId int 护士Id
keyWord string 关键字
start datetime 起始时间
end datetime 结束时间

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": [
  5. {
  6. "officalAccounts": null,
  7. "isExternalNet": false,
  8. "h5Url": null,
  9. "isOfficialAccount": false,
  10. "isPrintQRCode": false,
  11. "qcTemplateUrl": null,
  12. "qcTemplateName": null,
  13. "applets": null,
  14. "copyright": null
  15. }
  16. ]
  17. }

错误时返回:

返回参数说明:

参数名 类型 说明
officalAccounts string 公众号
isExternalNet bool 是否外网
h5Url string h5地址
isOfficialAccount bool 公众号接入
isPrintQRCode bool 是否打印二维码
qcTemplateUrl string 模板地址
qcTemplateName string 模板名称
applets string 小程序码
copyright string 公司
isOfficialAccountPrivate bool 是否私有接入
isOfficialAccountServer bool 是否公网服务接入

备注:

-

文档更新时间: 2023-10-30 17:07