小程序二维码创建
POST
http://crm.houcaller.com/m/auth/wxQrcode
请求头
参数名
类型
描述
必填
Content-Type
text/plain
必填
请求参数
参数名
类型
描述
必填
appid
String
小程序appid
必填
page
String
小程序页面地址
必填
scene
String
参数
必填
width
String
图片大小
必填
响应参数
参数名
类型
描述
必填
data
String
图片转成base64的字符串
必填
msg
String
错误说明
必填
result
int
1:成功,其他表示失败
必填