Commit 5f25b397 authored by ag's avatar ag

style : 删除无用的代码

parent cbb7a847
...@@ -24,15 +24,6 @@ import org.springframework.web.bind.annotation.RestController; ...@@ -24,15 +24,6 @@ import org.springframework.web.bind.annotation.RestController;
@Slf4j @Slf4j
public class AuthInfoController implements IBaseController { public class AuthInfoController implements IBaseController {
@Autowired
private IHttpService httpService;
@Autowired
private IUserService userService;
@Autowired
private IUserBtRegisterService userBtRegisterService;
@RequestMapping("/info/login") @RequestMapping("/info/login")
public JsonResult loginInfo() { public JsonResult loginInfo() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment