|
@@ -7,7 +7,8 @@ return [
|
|
|
"tokenKeyName" => "tongyuekeji",
|
|
|
"getOpenIdUrl" => "https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code",
|
|
|
"setWebHookUrl" => "https://open.weixin.qq.com/connect/oauth2/authorize?appid=%s&redirect_uri=%s&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect",
|
|
|
- "redirectUrl" => "https://tyapi.qingyaokeji.com/wxapi/getUnionid?uri=%s¶m=%s",
|
|
|
- "redirectFrontEndUrl" => "https://ty.qingyaokeji.com/#/wxGet?uri=%s&openid=%s¶m=%s",
|
|
|
+ "redirectUrl" => "https://tykjapi.qingyaokeji.com/wxapi/getUnionid?uri=%s¶m=%s",
|
|
|
+// "redirectFrontEndUrl" => "https://tykj.qingyaokeji.com/#/wxGet?uri=%s&openid=%s¶m=%s",
|
|
|
+ "redirectFrontEndUrl" => "https://tykjapi.qingyaokeji.com/api/test",
|
|
|
];
|
|
|
|