first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<?php
return [
'WXAPPID' => 'wx3c1cd02ba56f1ac1',
'WXMCHID' => '1579496421',
'WXKEY' => 'b2771197156b7d65ab276efeea4454c6',
'WXAPPSECRET' => 'eb277ede89e3e6345880afed0feb583a',
//异步通知地址
'NOTIFYURL' => \Env::get('api_url', 'https://api.ydyd51.com') . '/pay/wxPayCallback',
'SIGNTYPE' => 'HMAC-SHA256',
];