简要描述:
- 微信导检
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
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 | 结束时间 |
返回示例:
正确时返回:
{
"code": 1,
"message": "操作成功",
"data": [
{
"officalAccounts": null,
"isExternalNet": false,
"h5Url": null,
"isOfficialAccount": false,
"isPrintQRCode": false,
"qcTemplateUrl": null,
"qcTemplateName": null,
"applets": null,
"copyright": null
}
]
}
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
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