From 7a4583d7940fa11a10266412298e9892a59689ab Mon Sep 17 00:00:00 2001 From: "menghaiwen@fusen.cn" Date: Fri, 2 Feb 2024 12:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/order.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/order.proto b/service/order.proto index 89d1381..316e421 100644 --- a/service/order.proto +++ b/service/order.proto @@ -25,7 +25,7 @@ service order { } /* 详情处理 */ message DetailHandlerReq{ - OrderDetailDb order_db = 1;// 订单数据库数据 + bytes order_db = 1;// 订单数据库数据 int64 handle_type = 2; // 处理类型:0=原数据,1=返回处理数据 int64 channle_type = 3; // 处理类型:0=后台,1=前台 }