From afa0dbb4f54e7244835dd67ec33c3e545f122f71 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 17 一月 2025 16:40:43 +0800 Subject: [PATCH] bug修改 --- ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java index 24fb50d..aa8df85 100644 --- a/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java +++ b/ruoyi-api/ruoyi-api-system/src/main/java/com/ruoyi/system/api/constant/AppErrorConstant.java @@ -12,6 +12,8 @@ String USER_NOT_LOGIN = "用户没有登录或登录已失效"; + String USER_BINDING_ERROR = "用户已绑定其他店铺"; + String USER_NO_SHOP = "未查询到用户关联商户"; String USER_NO_SYSTEM = "员工没有录入系统"; @@ -74,7 +76,7 @@ String SHOP_USER_DOUBLE = "账号已经关联其他商户登录"; - String SHOP_CLOSED = "商户在审核中暂时无法购买商品"; + String SHOP_CLOSED = "商户在资质审核中暂时无法购买商品"; String COUPON_AUDIT_EDIT = "只能编辑审核拒绝的优惠券"; @@ -87,6 +89,8 @@ String ACTIVITY_NO_START = "活动还未开始"; String ACTIVITY_END = "活动已经结束"; + + String ACTIVITY_DEL = "活动已被删除"; String ACTIVITY_SE_ERROR = "开始时间不能大于结束时间"; @@ -115,4 +119,10 @@ String GOODS_SURE_FAILED = "商品没有确认次数"; String BIRTHDAYCARD_NO_GIFT = "请先配置礼物再开启"; + + String SYSTEM_FAILED = "系统正忙,请稍后再试"; + + String SHOP_NO_VERIFY = "商户暂无核销权限"; + + String SHOP_NO_ACTIVITY = "商户没有参与活动"; } -- Gitblit v1.7.1