# 生成二维码

# 接口调用请求说明

接口强制校验来源IP

http请求方式:POST
https://api.weixin.qq.com/shop/funds/qrcode/gen?access_token=xxxxxxxxx

# 请求参数示例

{
    "identity_type":1
}

# 回包示例

{
    "errcode": 0,
    "errmsg":"ok",
    "qrcode_ticket":"xxxxx"
}

# 请求参数说明

参数 类型 是否必填 说明
identity_type number 需要验证的身份

# 回包参数说明

参数 类型 说明
errcode number 错误码
errmsg string 错误信息
qrcode_ticket string 二维码ticket,可用于获取二维码检查扫码状态

# 枚举值-identity_type

枚举值 描述
1 管理员

# 返回码

返回码 错误类型
-1 系统异常