diff --git a/app/Libs/AlipayF2F.class.php b/app/Libs/AlipayF2F.class.php index c08fcff..4a18158 100644 --- a/app/Libs/AlipayF2F.class.php +++ b/app/Libs/AlipayF2F.class.php @@ -20,11 +20,12 @@ class AlipayF2F $responseChecker = new ResponseChecker(); //处理响应或异常 if ($responseChecker->success($result)) { - Log::info($result->msg . "," . $result->subMsg); + Log::info("成功:" . $result->msg . "," . $result->subMsg); return [ "status" => true ]; } else { + Log::info("失败:" . $result->msg); return [ "status" => false, "code" => $result->code,