对接浙江平台

This commit is contained in:
Guoqs
2024-08-12 15:32:47 +08:00
parent 3efd1c3289
commit c2353375a5
3 changed files with 24 additions and 6 deletions

View File

@@ -0,0 +1,18 @@
package com.jsowell.api.thirdparty;
import com.jsowell.common.annotation.Anonymous;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 地图相关接口
*/
@Anonymous
@RestController
@RequestMapping("/map")
public class MapController {
// 根据经纬度查询地址信息
}