完善微信文档

This commit is contained in:
yansongda 2017-12-27 15:15:05 +08:00
parent a709bdcaf6
commit 6b93091979
2 changed files with 6 additions and 6 deletions

View File

@ -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',

View File

@ -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',