1. 编写短信模板的前端

This commit is contained in:
YunaiV
2021-04-10 01:39:27 +08:00
parent 9f794ecb15
commit 73a2f4d84c
21 changed files with 181 additions and 58 deletions

View File

@ -74,7 +74,7 @@ public class CommonResult<T> implements Serializable {
@JsonIgnore // 避免 jackson 序列化
public boolean isSuccess() {
return isSuccess(GlobalErrorCodeConstants.SUCCESS.getCode());
return isSuccess(code);
}
@JsonIgnore // 避免 jackson 序列化