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
+15
View File
@@ -0,0 +1,15 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'WeChatPay\\' => array($vendorDir . '/cccyun/wechatpay-sdk/src'),
'Rtgm\\' => array($vendorDir . '/lpilp/guomi/src'),
'QQPay\\' => array($vendorDir . '/cccyun/qqpay-sdk/src'),
'Mdanter\\Ecc\\' => array($vendorDir . '/mdanter/ecc/src'),
'FG\\' => array($vendorDir . '/fgrosse/phpasn1/lib'),
'Alipay\\' => array($vendorDir . '/cccyun/alipay-sdk/src'),
);