Commit 4e4e517b by xmy

feat:vip订单数据处理

parent 10a568be
...@@ -13,6 +13,7 @@ use Swoft\Core\ResultInterface; ...@@ -13,6 +13,7 @@ use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferOpenVip($storeId, $orderId, $money) * @method ResultInterface deferOpenVip($storeId, $orderId, $money)
* @method ResultInterface deferGetVip($vipId) * @method ResultInterface deferGetVip($vipId)
* @method ResultInterface deferTryVipCountByReferId(int $referId)
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
*/ */
...@@ -22,4 +23,6 @@ interface VipInterface ...@@ -22,4 +23,6 @@ interface VipInterface
public function openVip($storeId, $orderId); public function openVip($storeId, $orderId);
public function getVip(int $vipId); public function getVip(int $vipId);
public function tryVipCountByReferId(int $referId);
} }
\ 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