Commit bba7efe8 authored by  林继鑫's avatar 林继鑫

新增rpc

parent c750f80f
...@@ -401,4 +401,12 @@ interface ProductServiceInterface ...@@ -401,4 +401,12 @@ interface ProductServiceInterface
* @throws \Meibuyu\Rpc\Exceptions\RpcException * @throws \Meibuyu\Rpc\Exceptions\RpcException
* @author QJK * @author QJK
*/ */
/**
* @param array $skuList
* @param array $relations
* @param array|string[] $columns
* @return array
*/
public function getProductsBySkuList(array $skuList, array $relations = [], 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