Commit 7846e4c6 by feixiang

佣金服务增加冻结金额接口

parent b98ebca6
...@@ -55,11 +55,10 @@ interface CommissionInterface ...@@ -55,11 +55,10 @@ interface CommissionInterface
/** /**
* 增加冻结金额 * 增加冻结金额
* *
* @param $storeId * @param int $storeId
* @param $buyerId * @param int $orderId
* @param $money * @return mixed
* @return bool
*/ */
public function addExpectCommission($storeId, $buyerId, $money); public function addExpectCommission(int $storeId, int $orderId);
} }
\ 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