From 06ce3c3b98cf6c482b597158d8bb91ec66694c1e Mon Sep 17 00:00:00 2001 From: weizong song Date: Sun, 11 Apr 2021 14:44:19 +0800 Subject: [PATCH] up --- app/Libs/AlipayF2F.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Libs/AlipayF2F.class.php b/app/Libs/AlipayF2F.class.php index b511570..69a9728 100644 --- a/app/Libs/AlipayF2F.class.php +++ b/app/Libs/AlipayF2F.class.php @@ -27,7 +27,7 @@ class AlipayF2F return [ "status" => false, "code" => $result->code, - "msg" => $result->msg + "msg" => $result->msg . "," . $result->subMsg ]; } } catch (\Exception $exception) {