尝试创建刷卡订单返回msg常量

This commit is contained in:
ZZ 2022-01-20 11:11:50 +08:00
parent ae660ec67e
commit 3010407176

View File

@ -106,4 +106,9 @@ public class Constants
* 资源映射路径 前缀 * 资源映射路径 前缀
*/ */
public static final String RESOURCE_PREFIX = "/profile"; public static final String RESOURCE_PREFIX = "/profile";
public static final String INSUFFICIENT_ACCOUNT = "insufficient account";
public static final String LOCKED_ACCOUNT = "locked account";
} }