Commit c7e88b9a by xmy

VIP开通修改

parent 0f4e1b73
...@@ -12,16 +12,13 @@ use Swoft\Core\ResultInterface; ...@@ -12,16 +12,13 @@ use Swoft\Core\ResultInterface;
/** /**
* @method ResultInterface deferOpenVip($storeId,$orderId,$money) * @method ResultInterface deferOpenVip($storeId,$orderId,$money)
* @method ResultInterface deferUpdate($storeId,$condition, $data)
* Interface SellerInterface * Interface SellerInterface
* @package App\Lib * @package App\Lib
*/ */
interface VipInterface interface VipInterface
{ {
public function openVip($storeId,$orderId,$money); public function openVip($storeId,$orderId);
public function update($storeId,$condition, $data);
} }
\ 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