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';