浏览代码

secret api call 2

master
memespring 16 年前
父节点
当前提交
726298f906
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. +0
    -3
      docs/api.php

+ 0
- 3
docs/api.php 查看文件

@@ -118,12 +118,9 @@ class api {
$this->applications = Applications::query_area($_GET['bottom_left_easting'], $_GET['bottom_left_northing'], $_GET['top_right_easting'], $_GET['top_right_easting']);
}
break;

case "latest":
$this->applications = Applications::query_latest(500);
break;

query_latest
default:
$this->warnings = "No call type specified";
}


正在加载...
取消
保存