opt:1.站点名称排序。2.添加外部API查询站点接口。
This commit is contained in:
16
nl-business-api/src/main/java/org/nl/api/map/api/MapAPI.java
Normal file
16
nl-business-api/src/main/java/org/nl/api/map/api/MapAPI.java
Normal file
@@ -0,0 +1,16 @@
|
||||
package org.nl.api.map.api;
|
||||
|
||||
import org.nl.response.WebResponse;
|
||||
|
||||
/**
|
||||
* @author dsh
|
||||
* 2026/3/9
|
||||
*/
|
||||
public interface MapAPI {
|
||||
|
||||
/**
|
||||
* 获取所有站点
|
||||
* @return
|
||||
*/
|
||||
WebResponse getAllStations();
|
||||
}
|
||||
Reference in New Issue
Block a user