|
|
|
@@ -174,6 +174,7 @@ public class TtMerchantPoiController extends DouyinBaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//UrlCheck里加上该url |
|
|
|
@TenantIgnore |
|
|
|
@PostMapping(value = "/addLocationInfo", consumes = "multipart/*") |
|
|
|
public void addLocationInfo(@RequestParam("poiFile") MultipartFile mFile,HttpServletRequest request, HttpServletResponse response) { |
|
|
|
@@ -271,6 +272,7 @@ public class TtMerchantPoiController extends DouyinBaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//UrlCheck里加上该url |
|
|
|
@TenantIgnore |
|
|
|
@PostMapping(value = "/importPoi", consumes = "multipart/*") |
|
|
|
@SystemControllerLog(description = "poi-导入数据") |
|
|
|
@@ -293,6 +295,7 @@ public class TtMerchantPoiController extends DouyinBaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//UrlCheck里加上该url |
|
|
|
@TenantIgnore |
|
|
|
@PostMapping(value = "/importMerchantInitByPoi", consumes = "multipart/*") |
|
|
|
@SystemControllerLog(description = "poi-初始化商户商户") |
|
|
|
|