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