Commit 5deb83bc by feixiang

退款成功接口

parent 7f21e780
......@@ -111,13 +111,4 @@ interface OrderInterface
*/
public function refundSuccess(int $storeId, array $orderInfo);
/**
* 根据订单Id获取信息
*
* @param int $storeId
* @param int $orderId
* @return mixed
*/
public function getInfoById(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