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{}