作者 郭文星

123

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