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
+18
View File
@@ -0,0 +1,18 @@
<?php
$swiftpass_config = [
//网关地址(留空为默认)
'gateway_url' => $channel['appurl'],
//签名类型
'sign_type' => 'RSA_1_256',
//商户号
'mchid' => $channel['appid'],
//平台RSA公钥
'rsa_public_key' => $channel['appkey'],
//商户RSA私钥
'rsa_private_key' => $channel['appsecret'],
];
return $swiftpass_config;