From a923be382e26dac5273691e6f8348d8f835e47b4 Mon Sep 17 00:00:00 2001 From: weizong song Date: Sun, 11 Apr 2021 19:51:57 +0800 Subject: [PATCH] up --- app/Libs/AlipayF2F.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Libs/AlipayF2F.class.php b/app/Libs/AlipayF2F.class.php index 2442ce6..a5b253a 100644 --- a/app/Libs/AlipayF2F.class.php +++ b/app/Libs/AlipayF2F.class.php @@ -56,9 +56,10 @@ class AlipayF2F { try { $config = $this->getOptions(); + $result = Factory::setOptions($config)::payment() ->common() - ->refund($refund->relatedRecharge->serial, $refund->money); + ->refund($refund->relatedRecharge->serial, $refund->money, $refund->serial); $responseChecker = new ResponseChecker(); //处理响应或异常 if ($responseChecker->success($result)) {