Add earnings adjustments, withdrawal reject, and auth guard
This commit is contained in:
@@ -52,6 +52,10 @@ public class TypedR<T> implements Serializable {
|
||||
return new TypedR<>(ResultCodeEnum.SUCCESS.getCode(), true, msg, data);
|
||||
}
|
||||
|
||||
public static <T> TypedR<T> accepted(T data) {
|
||||
return new TypedR<>(202, true, "请求处理中", data);
|
||||
}
|
||||
|
||||
/**
|
||||
* Build a list response from MyBatis-Plus page while flattening records/total/pageInfo.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user