stanley-king 8 éve
szülő
commit
ad2722c198
1 módosított fájl, 6 hozzáadás és 2 törlés
  1. 6 2
      helper/third_author/wxauthor.php

+ 6 - 2
helper/third_author/wxauthor.php

@@ -16,8 +16,12 @@ use Log;
 
 class wxauthor
 {
-    const appid = 'wx6b42e00ecaade538';
-    const appsecret ='ee64233b3144d76217161666f8cb4c86';
+//    const appid = 'wx6b42e00ecaade538';
+//    const appsecret ='ee64233b3144d76217161666f8cb4c86';
+
+    const appid = 'wx24c5645aa986234a';
+    const appsecret ='41f93fef3207e917e742b9ebcd540cb2';
+
     const authorize_url = 'https://open.weixin.qq.com/connect/oauth2/authorize';
     const access_token_url = 'https://api.weixin.qq.com/sns/oauth2/access_token';
     const userinfo_url = 'https://api.weixin.qq.com/sns/userinfo';