Commit f9e2e401 authored by 姜克保's avatar 姜克保

添加获取子订单信息rpc

parent fa65575d
...@@ -122,4 +122,11 @@ interface SubOrderServiceInterface ...@@ -122,4 +122,11 @@ interface SubOrderServiceInterface
*/ */
public function purchaseDelete($data): bool; public function purchaseDelete($data): bool;
/**
* 通过子订单号获取子订单信息
* @param array $subOrderNos
* @return array
*/
public function getSubOrderInfo(array $subOrderNos = []):array;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment