first commit

This commit is contained in:
2025-11-28 10:08:12 +08:00
commit 09a14bf0a3
1088 changed files with 145132 additions and 0 deletions
@@ -0,0 +1,15 @@
<?php
$swiftpass_config = [
//网关地址(留空为默认)
'gateway_url' => $channel['appurl'],
//签名类型
'sign_type' => 'MD5',
//商户号
'mchid' => $channel['appid'],
//商户MD5密钥
'key' => $channel['appkey'],
];
return $swiftpass_config;