This commit is contained in:
menghaiwen@fusen.cn 2024-02-02 12:31:18 +08:00
parent 35b6dd1d4f
commit 7a4583d794

View File

@ -25,7 +25,7 @@ service order {
} }
/* 详情处理 */ /* 详情处理 */
message DetailHandlerReq{ message DetailHandlerReq{
OrderDetailDb order_db = 1;// bytes order_db = 1;//
int64 handle_type = 2; // 0=1= int64 handle_type = 2; // 0=1=
int64 channle_type = 3; // 0=1= int64 channle_type = 3; // 0=1=
} }