上传接口调整
This commit is contained in:
parent
ef949f0107
commit
d4b7d0db4d
@ -463,8 +463,6 @@ type (
|
|||||||
IPay interface {
|
IPay interface {
|
||||||
//模拟发货
|
//模拟发货
|
||||||
ModulePayDelivery(session IUserSession, Productid string, Price int32) (errdata *pb.ErrorData)
|
ModulePayDelivery(session IUserSession, Productid string, Price int32) (errdata *pb.ErrorData)
|
||||||
//开启活动
|
|
||||||
OpenActivity(atype int32, opentime int64)
|
|
||||||
IActivityNotice
|
IActivityNotice
|
||||||
}
|
}
|
||||||
//支付发货
|
//支付发货
|
||||||
@ -589,7 +587,6 @@ type (
|
|||||||
//战令
|
//战令
|
||||||
IWarorder interface {
|
IWarorder interface {
|
||||||
Delivery(session IUserSession, pid string) (errdata *pb.ErrorData, items []*pb.UserAssets)
|
Delivery(session IUserSession, pid string) (errdata *pb.ErrorData, items []*pb.UserAssets)
|
||||||
OpenWarorder(wtype int32, opentime int64)
|
|
||||||
IActivityNotice
|
IActivityNotice
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user