From e271a987f45fcc76d444d8a011e322e445936ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 26 Dec 2023 16:54:40 +0800 Subject: [PATCH] =?UTF-8?q?http=E4=B8=8A=E7=BA=BF=20=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AE=9D=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extends/alipay/Alipay.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extends/alipay/Alipay.php b/extends/alipay/Alipay.php index 94ef7b3..af3447a 100644 --- a/extends/alipay/Alipay.php +++ b/extends/alipay/Alipay.php @@ -2,7 +2,7 @@ /* * @Author: 万永康 * @Date: 2020-10-11 12:32:50 - * @LastEditTime: 2023-12-06 16:47:16 + * @LastEditTime: 2023-12-26 16:53:44 * @LastEditors: “wanyongkang” “937888580@qq.com” * @Description: In User Settings Edit * @FilePath: /phptest/alipay/Alipay.php @@ -10,6 +10,7 @@ namespace extend\alipay; +require_once APP_PATH . 'extends/alipay/aop/AopClient.php'; require_once APP_PATH . 'extends/alipay/aop/AopCertClient.php'; require_once APP_PATH . 'extends/alipay/aop/AopCertification.php'; require_once APP_PATH . 'extends/alipay/aop/request/AlipayTradeQueryRequest.php';