Commit 5cdd18b7 by xmy

feat:获取vip套餐详情

parent e942587b
...@@ -11,14 +11,15 @@ namespace Hdll\Services\Vip\Lib; ...@@ -11,14 +11,15 @@ namespace Hdll\Services\Vip\Lib;
use Swoft\Core\ResultInterface; use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferOpenVip($storeId,$orderId,$money) * @method ResultInterface deferOpenVip($storeId, $orderId, $money)
* @method ResultInterface deferGetVip($vipId)
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
*/ */
interface VipInterface interface VipInterface
{ {
public function openVip($storeId,$orderId); public function openVip($storeId, $orderId);
public function getVip(int $vipId);
} }
\ 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