Commit 425fcee0 by feixiang

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

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