@@ -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();
The note is not visible to the blocked user.