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