浏览代码

sunguidong

zhangguidong 2 年之前
父节点
当前提交
ebb0d5cfe0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/api/controller/User.php

+ 2 - 2
application/api/controller/User.php

@@ -530,8 +530,8 @@ class User extends Api
         $this->success('意见反馈已提交');
     }
     public function wx_openid($code){
-        $appid = 'wx30e9e4bccd4cd489';
-        $secret = 'd1acd6a8562daf6ab7d3e1e02e048b5a';
+        $appid = 'wxdc450b7c5d0a0f80';
+        $secret = '4b9c3c1507d8fe2d8f7c46c36b57c436';
         $url = "https://api.weixin.qq.com/sns/jscode2session?appid=" . $appid . "&secret=" . $secret . "&js_code=" . $code . "&grant_type=authorization_code";
         $weixin = $this->curlRequest($url);
         return $weixin['openid'];