Skip to content

Commit

Permalink
Create creat.php
Browse files Browse the repository at this point in the history
  • Loading branch information
likeyun committed Nov 19, 2021
1 parent 4766ee0 commit ed1ccd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/creat.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
if(get_server_ip() !== $api_ip && $api_ip !== "不限"){
$result = array(
"code" => "104",
"msg" => "服务器IP不在白名单中"
"msg" => "服务器IP不在白名单中,当前服务器IP地址:".get_server_ip()
);
echo json_encode($result,JSON_UNESCAPED_UNICODE);
exit;
Expand Down

0 comments on commit ed1ccd5

Please sign in to comment.