|
|
@@ -10,11 +10,13 @@ import com.fdkankan.web.response.ResultData;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
import javax.validation.Valid;
|
|
|
|
|
|
-@RestController("/gaScene")
|
|
|
+@RestController()
|
|
|
+@RequestMapping("/gaScene")
|
|
|
public class GaSceneController {
|
|
|
|
|
|
@Autowired
|