From 3b18b1996c69fc543b0b057baf14615f966e0531 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Sat, 11 Jan 2025 12:00:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E8=B4=A7=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index cc7d3f1f..bfb34461 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1350,8 +1350,8 @@ message ResCreateOrderSn{ message ReqShippingOrder{ string OrderSn = 1; // 订单号 - string PayOrderSn = 2; // 支付订单号 - int32 Status = 3; // 1 成功 2 失败 + string ProduceId = 2; // 商品Id + string Token = 3; // token } message ResShippingOrder{ @@ -1814,6 +1814,4 @@ message ReqAdminInfo{ int64 Uid = 1; } -message ResAdminInfo{ - string info = 1; -} \ No newline at end of file +message ReqServerInfo{}