diff --git a/comm/imodule.go b/comm/imodule.go index 4690ffffe..157668fbe 100644 --- a/comm/imodule.go +++ b/comm/imodule.go @@ -463,8 +463,6 @@ type ( IPay interface { //模拟发货 ModulePayDelivery(session IUserSession, Productid string, Price int32) (errdata *pb.ErrorData) - //开启活动 - OpenActivity(atype int32, opentime int64) IActivityNotice } //支付发货 @@ -589,7 +587,6 @@ type ( //战令 IWarorder interface { Delivery(session IUserSession, pid string) (errdata *pb.ErrorData, items []*pb.UserAssets) - OpenWarorder(wtype int32, opentime int64) IActivityNotice }