From 97bb4fcd8df8136776154d073a2cc5e6810b8343 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Sat, 8 Mar 2025 14:16:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=87=E8=AE=B0=20Payment=20?= =?UTF-8?q?=E7=B1=BB=E4=B8=BA=E5=BA=9F=E5=BC=83=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Utils/API/Payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Utils/API/Payment.php b/app/Utils/API/Payment.php index dd90177..a30c053 100644 --- a/app/Utils/API/Payment.php +++ b/app/Utils/API/Payment.php @@ -6,6 +6,7 @@ use GuzzleHttp\Client; /** * 第三方api转账 + * 已经废弃 */ class Payment {