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
+12
View File
@@ -0,0 +1,12 @@
<?php
$alipay_config = [
//PID
'partner' => $channel['appid'],
//MD5密钥
'key' => $channel['appkey'],
//签名方式
'sign_type' => 'MD5',
];
return $alipay_config;