优化代码

main
gzydong 2021-05-24 12:42:53 +08:00
parent c524de007a
commit dabf8b39c9
1 changed files with 0 additions and 11 deletions

View File

@ -204,15 +204,4 @@ class AuthController extends CController
return $this->response->success($data, '验证码发送成功...');
}
/**
* 发送验证码
* @RequestMapping(path="test", methods="get")
*/
public function test()
{
//$user = User::first();
//$name = $user->yuanodng;
var_dump($name);
}
}