diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index f7e65583..66a7cfa1 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2759,4 +2759,10 @@ message ReqAdminBan{ int64 Uid = 1; // uid int64 Time = 2; // 禁止时间 string Reason = 3; // 禁止原因 +} + +message ReqAdminShipping{ + string OrderSn = 1; // 订单号 + int32 Status = 2; // 1:支付成功 2:支付失败 + string ChannelOrderSn = 3; // 渠道订单号 } \ No newline at end of file