# 生成二维码
# 接口调用请求说明
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 | 是 | 需要验证的身份 |
# 回包参数说明
# 枚举值-identity_type
枚举值 | 描述 |
---|---|
1 | 管理员 |
# 错误码
错误码 | 错误信息 |
---|---|
公共错误码 | 点击查看 |