Commit 766f208b by xmy

Merge branch 'test'

parents 85b36a05 944ac615
......@@ -20,6 +20,8 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferGetByIds(array $ids, $fields = ['*'])
* @method ResultInterface deferGetAndUpdateOpenId($unionId, $openId)
* @method ResultInterface deferSaveRelation($sellerId)
* @method ResultInterface deferUpdateRelationVip($sellerId, $isVip)
* @method ResultInterface deferCountVip($sellerId, $isVip)
* Interface SellerInterface
* @package App\Lib
*/
......@@ -87,4 +89,8 @@ interface SellerInterface
public function getAndUpdateOpenId($unionId, $openId);
public function saveRelation($sellerId);
public function updateRelationVip($sellerId, $isVip);
public function countVip($sellerId);
}
\ 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