init
This commit is contained in:
9
static/index.php
Normal file
9
static/index.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
header("Access-Control-Allow-Origin: *");
|
||||
header('Content-type: application/json');
|
||||
$json = array(
|
||||
"code"=>0,
|
||||
"msg"=>"succ"
|
||||
);
|
||||
exit(json_encode($json,JSON_UNESCAPED_UNICODE));
|
||||
?>
|
||||
Reference in New Issue
Block a user