|
|
|
@ -10,7 +10,7 @@ import javax.servlet.http.HttpServletResponse;
|
|
|
|
|
|
|
|
|
|
public class AuthAjax extends Ajax {
|
|
|
|
|
|
|
|
|
|
public BaseResponse login(String param) {
|
|
|
|
|
public BaseResponse login(String jsonParam) {
|
|
|
|
|
BaseResponse baseResponse = new BaseResponse();
|
|
|
|
|
|
|
|
|
|
// todo 设置cookie
|
|
|
|
|