From e557ae3f3046f77805f490219ea447eebcd7355d Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期四, 10 十一月 2022 17:02:48 +0800 Subject: [PATCH] #feat 商品接口提交 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java index 878b710..d42859f 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/constants/Constants.java @@ -37,11 +37,6 @@ public static final Integer FAIL = 500; /** - * 失败标记-微信提示违规记录消息状态码 - */ - public static final Integer NOTICE_FAIL = 501; - - /** * 登录成功 */ public static final String LOGIN_SUCCESS = "Success"; @@ -257,6 +252,10 @@ public static final String QUERY="query"; public static final String DELETE="delete"; public static final String VILLAGE="村"; + /** + * 超管街道id + * */ + public static final Integer ADMIN_STREET_ID=999999999; /** * 天府通办解密私钥 -- Gitblit v1.7.1