From eca48560682dfd4ca76b7fef2fda557a516ecce2 Mon Sep 17 00:00:00 2001 From: jiujiude <393210556@qq.com> Date: Fri, 29 Oct 2021 14:21:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- src/Account.php | 2 +- src/Apply.php | 2 +- src/Bill.php | 2 +- src/Cert.php | 2 +- src/Config.php | 2 +- src/Notify.php | 2 +- src/Pay.php | 2 +- src/Signs.php | 2 +- src/Uploads.php | 2 +- src/WxPayv3Exception.php | 2 +- tests/index.php | 6 +++--- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 11822ce..d94eeed 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "minimum-stability": "dev", "autoload": { "psr-4": { - "WechatEcommerce\\": "src/" + "jiujiude\\WechatEcommerce\\": "src/" } } } diff --git a/src/Account.php b/src/Account.php index ce09092..6442329 100644 --- a/src/Account.php +++ b/src/Account.php @@ -1,6 +1,6 @@