From 0766ddc7c5feaf4d7d9aa25f9232e10c6300df30 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 4 Nov 2022 16:11:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5reset=20=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/horoscope/api_rest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/horoscope/api_rest.go b/modules/horoscope/api_rest.go index eee32546c..1235bbbd6 100644 --- a/modules/horoscope/api_rest.go +++ b/modules/horoscope/api_rest.go @@ -46,6 +46,6 @@ func (this *apiComp) Reset(session comm.IUserSession, req *pb.HoroscopeResetReq) code = pb.ErrorCode_DBError return } - session.SendMsg(string(this.module.GetType()), "upgrade", &pb.HoroscopeResetResp{Issucc: true, Info: info}) + session.SendMsg(string(this.module.GetType()), "reset", &pb.HoroscopeResetResp{Issucc: true, Info: info}) return }