Эх сурвалжийг харах

Merge branch 'feature/646-bowen-contact_form' into debug

* feature/646-bowen-contact_form:
  fixbug
boweniac 3 өдөр өмнө
parent
commit
bdc1dbec6e

+ 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
 }