Update wechat.php

This commit is contained in:
Anyon 2019-07-18 15:31:55 +08:00
parent 39246f78a1
commit 75b0faba78

View File

@ -14,7 +14,7 @@
return [ return [
// 微信开放平台接口 // 微信开放平台接口
'service_url' => 'https://framework.thinkadmin.top', 'service_url' => 'https://demo.thinkadmin.top',
// 小程序支付参数 // 小程序支付参数
'miniapp' => [ 'miniapp' => [
'appid' => 'wx8c108930fe12b7ef', 'appid' => 'wx8c108930fe12b7ef',
@ -24,4 +24,4 @@ return [
'ssl_p12' => __DIR__ . '/cert/1332187001_20181030_cert.p12', 'ssl_p12' => __DIR__ . '/cert/1332187001_20181030_cert.p12',
'cache_path' => env('runtime_path') . 'wechat' . DIRECTORY_SEPARATOR, 'cache_path' => env('runtime_path') . 'wechat' . DIRECTORY_SEPARATOR,
], ],
]; ];