43004:模板消息返回,用户尚未关注公众号。
48001:
做转发的时候,参数scope要设为snsapi_userinfo
如下:
$getCodeUrl = "https://open.weixin.qq.com/connect/oauth2/authorize".
"?appid=" . $CONF['__APPID__'].
"&redirect_uri=" . $CONF['__CALL_URL__'].
"&response_type=code".
"&scope=snsapi_userinfo".
"&state={$state}";
ps:出现这个错误,是因为我scope设置的是snsapi_base,这是静默授权用的。
40125:
开发者密码(AppSecret)失效,重置可解决。