云立方接口

This commit is contained in:
苏竹红
2024-04-28 17:03:17 +08:00
parent c7be552149
commit 8173be5e60

View File

@@ -180,7 +180,9 @@ public enum ErrorCodeEnum {
SHOP_ID_NOT_EXIST(103010,"shopId不存在",null), SHOP_ID_NOT_EXIST(103010,"shopId不存在",null),
FIRST_ORDER_PARAM_NULL(103020,"首批订货金参数为空",null), FIRST_ORDER_PARAM_NULL(103020,"首批订货金参数为空",null),
XFSG_SERVICE_ERROR(103099,"鲜丰服务调用失败",null), XFSG_SERVICE_ERROR(103099,"鲜丰服务调用失败",null),
GET_FIRST_ORDER(103021,"获取鲜丰首批订货金失败",null) GET_FIRST_ORDER(103021,"获取鲜丰首批订货金失败",null),
YLF_ERROR(110001, "云立方接口异常!", null),
; ;