Commit fa264768 authored by liu lu's avatar liu lu

子订单号获取物流信息

parent 8863aa90
......@@ -55,9 +55,9 @@ interface PurchaseInfoServiceInterface
/**
* 子订单号获取物流信息
* @param $subOrderNo
* @param array $subOrderNos
* @return array
*/
public function getLogisticsInfo($subOrderNo);
public function getLogisticsInfo(array $subOrderNos);
}
\ 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