mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-25 14:37:40 +08:00
接入sa-token
This commit is contained in:
@@ -156,6 +156,7 @@ public class AjaxResult<T> {
|
||||
* @return AjaxResult
|
||||
*/
|
||||
public static AjaxResult<Object> failed(Integer code, String msg) {
|
||||
System.out.println(msg);
|
||||
return new AjaxResult<>(code, msg, new ArrayList<>());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user