mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-04 21:29:29 +08:00
完善微信文档
This commit is contained in:
parent
a709bdcaf6
commit
6b93091979
@ -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',
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user