|
@@ -4,11 +4,7 @@ package com.fdkankan.tk.controller;
|
|
|
import com.fdkankan.tk.common.ResultData;
|
|
|
import com.fdkankan.tk.service.ITencentYunService;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.web.bind.annotation.GetMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
-
|
|
|
-import org.springframework.web.bind.annotation.RequestParam;
|
|
|
-import org.springframework.web.bind.annotation.RestController;
|
|
|
+import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
/**
|
|
|
* <p>
|
|
@@ -18,6 +14,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
* @author
|
|
|
* @since 2022-09-27
|
|
|
*/
|
|
|
+@CrossOrigin
|
|
|
@RestController
|
|
|
@RequestMapping("/tencentYun")
|
|
|
public class TencentYunController {
|