正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -25,6 +25,7 @@ class Login extends Base | @@ -25,6 +25,7 @@ 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; | ||
28 | $post = $this->request->post(); | 29 | $post = $this->request->post(); |
29 | $code = $post['code'];// I('post.code'); | 30 | $code = $post['code'];// I('post.code'); |
30 | $encryptedData = $post['encryptedData'];//I('post.encryptedData'); | 31 | $encryptedData = $post['encryptedData'];//I('post.encryptedData'); |
-
请 注册 或 登录 后发表评论