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