111
This commit is contained in:
9
Web/src/services/map/MapService.ts
Normal file
9
Web/src/services/map/MapService.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class MapService {
|
||||
/**
|
||||
* 获取地图主页信息
|
||||
* GET /Map/Map/GetMapData
|
||||
*/
|
||||
static async GetMapData(map: string) {
|
||||
return await ApiService.Request("get", "/Map/Map/GetMapData", { map });
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user