|
|
@@ -1,6 +1,7 @@
|
|
|
package cn.reghao.tnb.content.app.geo.controller;
|
|
|
|
|
|
import cn.reghao.jutil.web.WebResult;
|
|
|
+import cn.reghao.tnb.common.auth.AuthUser;
|
|
|
import cn.reghao.tnb.common.db.SelectOption;
|
|
|
import cn.reghao.tnb.content.api.dto.geo.MallReplyDto;
|
|
|
import cn.reghao.tnb.content.api.dto.geo.MallReplyPhotoDto;
|
|
|
@@ -64,6 +65,7 @@ public class PhotoMapController {
|
|
|
return WebResult.success(list);
|
|
|
}
|
|
|
|
|
|
+ @AuthUser
|
|
|
@Operation(summary = "获取地图中标记点的详情", description = "N")
|
|
|
@GetMapping(value = "/mark/info", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
public String getMarkerInfo(@RequestParam("id") int id) {
|