云立方报错信息修改

This commit is contained in:
苏竹红
2024-06-05 16:29:50 +08:00
parent ccc5d4b608
commit 3f88f78745
5 changed files with 11 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ public class CommonConstants {
//十秒
public static final int TEN_SECONDS = 10000;
public static final int ONE_SECONDS = 1000;
/**
* 跟进任务通知缓存时间 1小时
*/

View File

@@ -212,6 +212,7 @@ public enum ErrorCodeEnum {
XFSG_SERVICE_ERROR(103099,"鲜丰服务调用失败",null),
GET_FIRST_ORDER(103021,"获取鲜丰首批订货金失败",null),
YLF_ERROR(110001, "云立方接口异常!异常信息:{0}", null),
YLF_DATA_IS_NULL(110002, "请联系工程维护云立方系统门店信息!", null),
//装修
THREE_ACCEPTANCE(121001,"提交三方验收失败",null),
CHECK_ITEM(12002,"插入检查项失败",null),