stanley-king 8 年之前
父节点
当前提交
ad2722c198
共有 1 个文件被更改,包括 6 次插入2 次删除
  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';