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
+7
View File
@@ -0,0 +1,7 @@
<?php
return [
'app_id' => trim($channel['appid']),
'api_key_live' => trim($channel['appkey']),
'rsa_private_key' => trim($channel['appsecret']),
];
?>