# 检查是否创建过二维码

请求方式: POST

请求地址: https://nbd-api.myscrm.cn/bff-nbd-qw-openapi/v1/channel-code/check

请求参数说明:

参数 类型 必须 说明
app_id string 中台应用 id
creator_id string 创建人 id

请求参数示例:

{
  "app_id": "3a04daf7-xxxx-xxxx-93b7-353ddc82cde1",
  "creator_id": "xxxx"
}

返回数据:

{
  "errcode": 0,
  "errmsg": "ok",
  "exist": true
}

返回参数说明:

参数 类型 说明
exist bool 是否存在 true-是 false-否