Commit 836ff60b by xmy

feat:getByOpenId

parent a5764465
...@@ -23,6 +23,7 @@ use Swoft\Core\ResultInterface; ...@@ -23,6 +23,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferUpdateRelationVip($sellerId, $isVip) * @method ResultInterface deferUpdateRelationVip($sellerId, $isVip)
* @method ResultInterface deferCountVip($sellerId, $isVip) * @method ResultInterface deferCountVip($sellerId, $isVip)
* @method ResultInterface deferCountSeller($start, $end) * @method ResultInterface deferCountSeller($start, $end)
* @method ResultInterface deferGetByOpenId($openId, $fields)
* *
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
...@@ -96,4 +97,6 @@ interface SellerInterface ...@@ -96,4 +97,6 @@ interface SellerInterface
public function countVip($sellerId); public function countVip($sellerId);
public function countSeller($start, $end); public function countSeller($start, $end);
public function getByOpenId($openId, $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