boweniac 3 dni temu
rodzic
commit
c06b502b7e

+ 1 - 1
internal/logic/contact/analyze_contact_field_logic.go

@@ -27,5 +27,5 @@ func NewAnalyzeContactFieldLogic(ctx context.Context, svcCtx *svc.ServiceContext
 func (l *AnalyzeContactFieldLogic) AnalyzeContactField(req *types.AnalyzeContactFieldReq) (resp *types.BaseMsgResp, err error) {
 	wechat.NewAnalyzeContactField(l.ctx, l.svcCtx).Analyze(req.WxWxid, req.Wxid)
 
-	return &types.BaseMsgResp{Msg: errormsg.DeleteSuccess}, nil
+	return &types.BaseMsgResp{Msg: errormsg.Success}, nil
 }