体验版出错:fail url not in domain list
同样的代码
使用开发版没有此问题
使用体验版就出错
开发环境不校验请求域名及 TLS 版本 勾选不勾选是一样的
我只是调用微信的接口而已,怎么也会出现此问题?
两个接口地址:
openIdUrl: `https://api.weixin.qq.com/sns/jscode2session`
accessTokenUrl : ‘https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=’ + appid + ‘&secret=’ + AppSecret;