Commit 12210833 by feixiang

退款成功,扣除冻结佣金

parent 808359f7
...@@ -41,5 +41,14 @@ interface BillInterface{ ...@@ -41,5 +41,14 @@ interface BillInterface{
public function updateByCondition(int $storeId, array $condition, array $info); public function updateByCondition(int $storeId, array $condition, array $info);
/**
* 退款成功逻辑
*
* @param $storeId
* @param $orderId
* @return mixed
*/
public function refundSuccess($storeId, $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