作者 郭文星

123

@@ -25,6 +25,10 @@ class Login extends Base @@ -25,6 +25,10 @@ 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);
  29 + print_r("============");
  30 + print_r($AppSecret);
  31 + return;
28 $post = $this->request->post(); 32 $post = $this->request->post();
29 $code = $post['code'];// I('post.code'); 33 $code = $post['code'];// I('post.code');
30 $encryptedData = $post['encryptedData'];//I('post.encryptedData'); 34 $encryptedData = $post['encryptedData'];//I('post.encryptedData');