This commit is contained in:
menghaiwen@fusen.cn
2024-02-01 10:08:38 +08:00
parent 087090b34e
commit 947aa9402a

View File

@@ -27,6 +27,7 @@ service order {
message DetailHandlerReq{
OrderDetailDb order_db = 1;// 订单数据库数据
int64 handle_type = 2; // 处理类型0=原数据1=返回处理数据
int64 channle_type = 3; // 处理类型0=后台1=前台
}
message DetailHandlerRes{
bytes order_detail = 1; // 处理后数据