src/main/java/com/mzl/flower/web/login/CustomerLoginController.java @@ -72,6 +72,9 @@ @Autowired private CustomerMapper customerMapper; @Autowired private CustomerService customerService; @Autowired private TokenStore tokenStore;