简要描述:
- 微信导检
接口版本:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 3.5.2 | 朱小乾 | 2022-12-29 | - |
请求URL:
- /api/mobileGuide/weChatGuide/UpdateWeChatGuide
请求方式:
- POST
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| Content-Type | 是 | string | 请求类型: application/json |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| column | 是 | string | 列名 |
| value | 是 | string | 值 |
[
{
"column": "h5Url",
"value": "2"
}
]
返回示例:
正确时返回:
{"code": 1,"message": "操作成功","data": null}
错误时返回:
返回参数说明:
备注:可更新列
| 参数名 | 类型 | 说明 |
|---|---|---|
| officalAccounts | string | 公众号 |
| isExternalNet | bool | 是否外网 |
| h5Url | string | h5地址 |
| isOfficialAccount | bool | 公众号接入 |
| isPrintQRCode | bool | 是否打印二维码 |
| qcTemplateUrl | string | 模板地址 |
| qcTemplateName | string | 模板名称 |
| applets | string | 小程序码 |
| copyright | string | 公司 |
-
文档更新时间: 2023-10-30 17:06