From 3b6aaa512210c24d3faf35caccd19804c87ce91b Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Fri, 9 Sep 2022 16:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=A3=85=E5=A4=87=E5=87=BA?= =?UTF-8?q?=E5=94=AE=E6=B6=88=E6=81=AF=E6=8E=A5=E5=8F=A3=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/equipment/api_sellI.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/equipment/api_sellI.go b/modules/equipment/api_sellI.go index d26bd8b73..6829e838b 100644 --- a/modules/equipment/api_sellI.go +++ b/modules/equipment/api_sellI.go @@ -61,6 +61,6 @@ func (this *apiComp) Sell(session comm.IUserSession, req *pb.EquipmentSellReq) ( if code = this.module.DelEquipments(session, req.EquipIds, true); code != pb.ErrorCode_Success { return } - session.SendMsg(string(this.module.GetType()), "sell", &pb.ItemsUseItemResp{Issucc: true}) + session.SendMsg(string(this.module.GetType()), "sell", &pb.EquipmentSellResp{IsSucc: true}) return }