From 059c3cf91019faa47f60995fda52e100426d5461 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E5=8D=8F=E8=AE=AE=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 6 ++++++ 1 file changed, 6 insertions(+) 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