Commit 697f3753 by xmy

# 1.0.45

- 获取卖家信息接口
parent d38377ce
# 1.0.44 # 1.0.45
- 获取卖家信息接口 - 获取卖家信息接口
# 1.0.43 # 1.0.43
- 客服消息通知接口 - 客服消息通知接口
......
...@@ -18,7 +18,7 @@ use Swoft\Core\ResultInterface; ...@@ -18,7 +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) * @method ResultInterface deferGetAndUpdateOpenId($unionId,$openId)
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
*/ */
...@@ -83,5 +83,5 @@ interface SellerInterface ...@@ -83,5 +83,5 @@ interface SellerInterface
public function getByIds(array $ids, $fields = ['*']); public function getByIds(array $ids, $fields = ['*']);
public function getAndUpdateOpenId($id,$openId); public function getAndUpdateOpenId($unionId,$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