接入sa-token

This commit is contained in:
TinyAnts
2022-11-16 11:35:52 +08:00
parent 956bf841b3
commit a5d63d6c96
23 changed files with 243 additions and 225 deletions

View File

@@ -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<>());
}