From 63feee840d7a3046e4d362e8634646464f521437 Mon Sep 17 00:00:00 2001 From: Richer Yang Date: Fri, 19 Aug 2016 12:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A5=20static=20=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E5=91=BC=E5=8F=AB=E9=9D=9E=20static=20=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在方法指定為 static 模式 --- AioSDK/sdk/AllPay.Payment.Integration.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AioSDK/sdk/AllPay.Payment.Integration.php b/AioSDK/sdk/AllPay.Payment.Integration.php index 2cbb7c0..0149a97 100644 --- a/AioSDK/sdk/AllPay.Payment.Integration.php +++ b/AioSDK/sdk/AllPay.Payment.Integration.php @@ -554,7 +554,7 @@ function AioCapture(){ abstract class Aio { - protected function ServerPost($parameters ,$ServiceURL) { + protected static function ServerPost($parameters ,$ServiceURL) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $ServiceURL); @@ -1967,4 +1967,4 @@ private static function merchantSort($a,$b) } -?> \ No newline at end of file +?>