Browse Source

2.3.0增加修改场景访问密码接口

dengsixing 1 week ago
parent
commit
e6b9cbbb69

+ 3 - 1
src/main/java/com/fdkankan/openApi/controller/www/GaSceneController.java

@@ -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