作者 郭文星

123

... ... @@ -23,13 +23,8 @@ class Login extends Base
*/
public function get_user_by_shouquan()
{
$appid = $this->AppID;
$AppSecret = $this->AppSecret;
print_r(config("site.wxxcx_AppID"));
print_r("============");
print_r($AppSecret);
return;
$appid = "wx58ceff4e93cfc523";
$AppSecret = "baf744d21875280a5e98611f66adaf91";
$post = $this->request->post();
$code = $post['code'];// I('post.code');
$encryptedData = $post['encryptedData'];//I('post.encryptedData');
... ...