Commit 5658f4ede84f70edd1ae7fb96f8115c30e3965c7

Authored by changpengfei
1 parent a8fcba4166
Exists in master and in 1 other branch dev

OPTIONS 跨越请求问题

Showing 1 changed file with 1 additions and 1 deletions

talkonlineweb/src/main/java/com/lyms/talkonlineweb/controller/UserContoller.java View file @ 5658f4e
... ... @@ -38,7 +38,7 @@
38 38 @Autowired
39 39 private LymsUserMapper lymsUserMapper;
40 40  
41   - @GetMapping("login")
  41 + @RequestMapping("login")
42 42 public BaseResponse login(String username, String passwd){
43 43 // QueryWrapper queryWrapper= Wrappers.query(LymsUser.class);
44 44 log.info(">>>>>");