mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-06 06:07:59 +08:00
完善微信文档
This commit is contained in:
parent
a709bdcaf6
commit
6b93091979
@ -207,9 +207,9 @@ use Yansongda\Pay\Log;
|
|||||||
class PayController extends Controller
|
class PayController extends Controller
|
||||||
{
|
{
|
||||||
protected $config = [
|
protected $config = [
|
||||||
'appid' => 'wxb3fxxxxxxxxxxx',
|
'appid' => 'wxb3fxxxxxxxxxxx', // APP APPID
|
||||||
'app_id' => 'wxb3fxxxxxxxxxxx',
|
'app_id' => 'wxb3fxxxxxxxxxxx', // 公众号 APPID
|
||||||
'miniapp_id' => 'wxb3fxxxxxxxxxxx',
|
'miniapp_id' => 'wxb3fxxxxxxxxxxx', // 小程序 APPID
|
||||||
'mch_id' => '14577xxxx',
|
'mch_id' => '14577xxxx',
|
||||||
'key' => 'mF2suE9sU6Mk1Cxxxxxxxxxxx',
|
'key' => 'mF2suE9sU6Mk1Cxxxxxxxxxxx',
|
||||||
'notify_url' => 'http://yanda.net.cn/notify.php',
|
'notify_url' => 'http://yanda.net.cn/notify.php',
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
use Yansongda\Pay\Pay;
|
use Yansongda\Pay\Pay;
|
||||||
|
|
||||||
$config = [
|
$config = [
|
||||||
'appid' => 'wxb3f6d0xxxxx',
|
'appid' => 'wxb3fxxxxxxxxxxx', // APP APPID
|
||||||
'app_id' => 'wxb3f6d06xxxxx',
|
'app_id' => 'wxb3fxxxxxxxxxxx', // 公众号 APPID
|
||||||
'miniapp_id' => 'wxb3f6d0xxxxx',
|
'miniapp_id' => 'wxb3fxxxxxxxxxxx', // 小程序 APPID
|
||||||
'mch_id' => '145776xxxx',
|
'mch_id' => '145776xxxx',
|
||||||
'key' => 'mF2suE9sU6Mk1CxxxxIxxxxx',
|
'key' => 'mF2suE9sU6Mk1CxxxxIxxxxx',
|
||||||
'notify_url' => 'http://yanda.net.cn',
|
'notify_url' => 'http://yanda.net.cn',
|
||||||
|
Loading…
Reference in New Issue
Block a user