work/config/wechat.php
2024-01-03 09:54:57 +08:00

10 lines
172 B
PHP
Executable File

<?php
return [
'service_url' => 'https://x.x.com',
// 下面参数用作微信支付
'appid' => '',
'mch_id' => '',
'mch_key' => '',
];