Commit 80c5dd96 by feixiang

买家分销

parent 24e8c3bb
...@@ -21,16 +21,6 @@ use Swoft\Core\ResultInterface; ...@@ -21,16 +21,6 @@ use Swoft\Core\ResultInterface;
*/ */
interface BuyerDistributionInterface{ interface BuyerDistributionInterface{
/**
* 增加卖家冻结金额
*
* @param int $storeId
* @param int $money
* @return mixed
*/
public function addSellerFreezeMoney(int $storeId,int $money);
/** /**
* 获取买家佣金数据 * 获取买家佣金数据
* @param int $buyerId * @param int $buyerId
...@@ -40,14 +30,6 @@ interface BuyerDistributionInterface{ ...@@ -40,14 +30,6 @@ interface BuyerDistributionInterface{
public function getBuyerCommission(int $buyerId); public function getBuyerCommission(int $buyerId);
/** /**
* 获取卖家资金数据
* @param int $storeId
* @return mixed
* @author Administrator
*/
public function getSellerFund(int $storeId);
/**
* 保存账单数据 * 保存账单数据
* @param string $token * @param string $token
* @param int $order_id * @param int $order_id
......
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