支持的项目类型
不同类型需要传参数不同,区别在于qrCode,请对照下表确定是否需要qrCode,qrCode什么格式
类型名 | 下单参数 | 域名和端口请做出来,可自定义---------------------------------------------------------------------------------------------------- |
---|---|---|
app授权(code) | token,appId,qrCode,orderId | qrCode=留空不用提交 |
app授权(扫码) | token,appId,qrCode,orderId | qrCode格式为https://open.weixin.qq.com/connect/confirm?uuid=xxxxxx |
微信网页 | token,appId,qrCode,orderId | qrCode示例:https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxfe19ff97e6f04472&redirect_uri=https%3A%2F%2Fcsbj.linkroutes.com%2Fapi%2Fwx%2FaccessToken&response_type=code&scope=snsapi_userinfo&state=https://csbj.linkroutes.com/2021/gaokao/index.html?sid=o2jAcwMGnJCSZl7FT9KBQSdMy47w&connect_redirect=1#wechat_redirect |
小程序授权 | token,appId,qrCode,orderId,miniAuthType | qrCode=提交1返回code,encryptedData,iv,nick_name,avatarUrl,signature ,提交2只返回code miniAuthType=小程序授权类型 1.只返回code 2.code,encryptedData,iv,nick_name,avatarUrl,signature 3.小程序绑定任意手机号,返回 code,encryptedData,iv,mobile,4.返回 1 2 3 中所有参数 |
联合授权 | token,appId,qrCode,orderId,andId | andId= 填写小程序的appid wx开头 |