作者 郭文星

123

@@ -25,7 +25,6 @@ class Login extends Base @@ -25,7 +25,6 @@ class Login extends Base
25 { 25 {
26 $appid = $this->AppID; 26 $appid = $this->AppID;
27 $AppSecret = $this->AppSecret; 27 $AppSecret = $this->AppSecret;
28 - print_r([$appid,$AppSecret]);return;  
29 $post = $this->request->post(); 28 $post = $this->request->post();
30 $code = $post['code'];// I('post.code'); 29 $code = $post['code'];// I('post.code');
31 $encryptedData = $post['encryptedData'];//I('post.encryptedData'); 30 $encryptedData = $post['encryptedData'];//I('post.encryptedData');