Commit 2217b455 by xmy

# 1.0.39

- 添加获取卖家信息接口 ByIds
parent 4e46df7c
# 1.0.39
- 添加获取卖家信息接口 ByIds
# 1.0.38
- 修改生成公众号二维码的RPC接口,新加参数:storeId
# 1.0.37
......
......@@ -17,6 +17,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetByStoreId($storeId,$fields=['*'])
* @method ResultInterface deferUpdate($id,$data)
* @method ResultInterface deferCountDistributionNum($sellerId)
* @method ResultInterface deferGetByIds(array $ids, $fields = ['*'])
* Interface SellerInterface
* @package App\Lib
*/
......@@ -77,4 +78,7 @@ interface SellerInterface
public function countDistributionNum($sellerId);
public function getByIds(array $ids, $fields = ['*']);
}
\ 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