(String phone, HttpSession session)
| 18 | public interface IUserService extends IService<User> { |
| 19 | |
| 20 | Result sendCode(String phone, HttpSession session); |
| 21 | |
| 22 | Result login(LoginFormDTO loginForm, HttpSession session); |
| 23 |
no outgoing calls
no test coverage detected