Commit bbc512a5 authored by shajiaiming's avatar shajiaiming

返回结构更新

parent 0f0e36e1
...@@ -19,7 +19,7 @@ foreach ($ip_arr as $key => $ip) { ...@@ -19,7 +19,7 @@ foreach ($ip_arr as $key => $ip) {
if ($ip == $realip) { if ($ip == $realip) {
$data = [ $data = [
'code' => 403, 'code' => 403,
'message' => '请求次数过多!' 'msg' => '请求次数过多!'
]; ];
echo json_encode($data);exit; echo json_encode($data);exit;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment