fix
zhangqian
2023-11-25 cb7e30bb64945dfbd8288a20156f09c97a052075
pkg/ecode/code.go
@@ -8,4 +8,5 @@
   RedisErr         = 2003 // redis错误
   ParamsErr        = 2004 // 请求参数错误
   NeedConfirmedErr = 2005 // 需要弹窗确认的错误
   PlcAddressError  = 2006 //缺失加工数和目标数地址配置
)