@@ -51,7 +51,7 @@ func (l *CreateAgentBaseLogic) CreateAgentBase(req *types.CreateDataInfoReq) (*t
}, nil
} else {
return &types.BaseDataInfo{
- Code: 0,
+ Code: 10020,
Msg: "字数超限,添加失败,请修改后重试",
Data: fmt.Sprintf("Insert %d rows", resp.Data.InsertLen),