Commit a68ca53e authored by fuyunnan's avatar fuyunnan

提交物流商列表rpc

parent 25e00f31
......@@ -19,4 +19,16 @@ interface StoreServiceInterface
* @return array
*/
public function checkStock($warehouseId, $productIds): array;
/**
* description:获取物流商列表信息
* author: fuyunnan
* @param array $idList
* @param array $columns
* Date: 2020/6/13
* @return array
*/
public function listLogistics(array $idList, array $columns = ['*']): 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