优化代码
parent
c524de007a
commit
dabf8b39c9
|
@ -204,15 +204,4 @@ class AuthController extends CController
|
||||||
|
|
||||||
return $this->response->success($data, '验证码发送成功...');
|
return $this->response->success($data, '验证码发送成功...');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 发送验证码
|
|
||||||
* @RequestMapping(path="test", methods="get")
|
|
||||||
*/
|
|
||||||
public function test()
|
|
||||||
{
|
|
||||||
//$user = User::first();
|
|
||||||
//$name = $user->yuanodng;
|
|
||||||
var_dump($name);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue