调整
This commit is contained in:
parent
087090b34e
commit
947aa9402a
|
@ -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; // 处理后数据
|
||||
|
|
Loading…
Reference in New Issue
Block a user