Commit b98ebca6 by feixiang

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

parent 3787530f
......@@ -52,4 +52,14 @@ interface CommissionInterface
*/
public function addTotalCommission($storeId, $buyerId, $money);
/**
* 增加冻结金额
*
* @param $storeId
* @param $buyerId
* @param $money
* @return bool
*/
public function addExpectCommission($storeId, $buyerId, $money);
}
\ 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