Commit d38377ce by xmy

# 1.0.44

- 获取卖家信息接口
parent e5558ffa
# 1.0.44
- 获取卖家信息接口
# 1.0.43 # 1.0.43
- 客服消息通知接口 - 客服消息通知接口
# 1.0.42 # 1.0.42
......
...@@ -18,6 +18,7 @@ use Swoft\Core\ResultInterface; ...@@ -18,6 +18,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferUpdate($id,$data) * @method ResultInterface deferUpdate($id,$data)
* @method ResultInterface deferCountDistributionNum($sellerId) * @method ResultInterface deferCountDistributionNum($sellerId)
* @method ResultInterface deferGetByIds(array $ids, $fields = ['*']) * @method ResultInterface deferGetByIds(array $ids, $fields = ['*'])
* @method ResultInterface deferGetAndUpdateOpenId($id,$openId)
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
*/ */
...@@ -81,4 +82,6 @@ interface SellerInterface ...@@ -81,4 +82,6 @@ interface SellerInterface
public function getByIds(array $ids, $fields = ['*']); public function getByIds(array $ids, $fields = ['*']);
public function getAndUpdateOpenId($id,$openId);
} }
\ 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