Commit 999b2d36 by feixiang

退款成功接口

parent 6d2cb1c0
...@@ -100,4 +100,14 @@ interface OrderInterface ...@@ -100,4 +100,14 @@ interface OrderInterface
* @return mixed * @return mixed
*/ */
public function getSimpleList($storeId, $condition, $fields = ['*']); public function getSimpleList($storeId, $condition, $fields = ['*']);
/**
* 退款成功
*
* @param array $storeId
* @param array $orderInfo
* @return mixed
*/
public function refundSuccess(array $storeId, array $orderInfo);
} }
\ 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