From 6b93091979c52d9c01eb4ae6becbd930d59fbeec Mon Sep 17 00:00:00 2001 From: yansongda Date: Wed, 27 Dec 2017 15:15:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=BE=AE=E4=BF=A1=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- doc/wechat/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dda156e..89dca8c 100644 --- a/README.md +++ b/README.md @@ -207,9 +207,9 @@ use Yansongda\Pay\Log; class PayController extends Controller { protected $config = [ - 'appid' => 'wxb3fxxxxxxxxxxx', - 'app_id' => 'wxb3fxxxxxxxxxxx', - 'miniapp_id' => 'wxb3fxxxxxxxxxxx', + 'appid' => 'wxb3fxxxxxxxxxxx', // APP APPID + 'app_id' => 'wxb3fxxxxxxxxxxx', // 公众号 APPID + 'miniapp_id' => 'wxb3fxxxxxxxxxxx', // 小程序 APPID 'mch_id' => '14577xxxx', 'key' => 'mF2suE9sU6Mk1Cxxxxxxxxxxx', 'notify_url' => 'http://yanda.net.cn/notify.php', diff --git a/doc/wechat/README.md b/doc/wechat/README.md index b9432a8..7e1bd1c 100644 --- a/doc/wechat/README.md +++ b/doc/wechat/README.md @@ -8,9 +8,9 @@ use Yansongda\Pay\Pay; $config = [ - 'appid' => 'wxb3f6d0xxxxx', - 'app_id' => 'wxb3f6d06xxxxx', - 'miniapp_id' => 'wxb3f6d0xxxxx', + 'appid' => 'wxb3fxxxxxxxxxxx', // APP APPID + 'app_id' => 'wxb3fxxxxxxxxxxx', // 公众号 APPID + 'miniapp_id' => 'wxb3fxxxxxxxxxxx', // 小程序 APPID 'mch_id' => '145776xxxx', 'key' => 'mF2suE9sU6Mk1CxxxxIxxxxx', 'notify_url' => 'http://yanda.net.cn',