Commit cf2c7cf5 authored by 周智鹏's avatar 周智鹏

添加获取状态

parent 0d25ff87
......@@ -26,4 +26,12 @@ interface PurchaseDoneServiceInterface
* @return mixed
*/
public function productStandard($data);
/**
* 通过子订单编号查询状态
* @param array $orderIds 子订单编号 ['3333444','12222']
* @return mixed
*/
public function getOrderStatus($orderIds);
}
\ No newline at end of file
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