简要描述:

  • 微信导检

接口版本:

版本号 制定人 制定日期 修订日期
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" } ]

返回示例:

正确时返回:

  1. {
  2. "code": 1,
  3. "message": "操作成功",
  4. "data": null
  5. }

错误时返回:

返回参数说明:

备注:可更新列

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

-

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