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
+9
View File
@@ -0,0 +1,9 @@
<?php
if(!isset($_POST['pid'])){
@header('Content-Type: application/json; charset=UTF-8');
exit('{"code":-4, "msg":"未传入任何参数"}');
}
$nosession = true;
require './includes/common.php';
(new \lib\api\Pay())->create();