Commit b13b7e14 by feixiang

买家佣金服务增加累计提现接口

parent 82022c3c
......@@ -33,4 +33,14 @@ interface CommissionInterface
*/
public function addBalanceCommission($storeId, $buyerId, $money);
/**
* 增加累计现金额
*
* @param $storeId
* @param $buyerId
* @param $money
* @return bool
*/
public function addTotalCommission($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