Commit 001717a9 by feixiang

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

parent 7846e4c6
......@@ -56,9 +56,10 @@ interface CommissionInterface
* 增加冻结金额
*
* @param int $storeId
* @param int $buyerId
* @param int $orderId
* @return mixed
*/
public function addExpectCommission(int $storeId, int $orderId);
public function addExpectCommission(int $storeId, int $buyerId, 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