MCPcopy Create free account
hub / github.com/Xiaoc7r/CityHub / sendCode

Method sendCode

src/main/java/com/hmdp/service/IUserService.java:20–20  ·  view source on GitHub ↗
(String phone, HttpSession session)

Source from the content-addressed store, hash-verified

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

Callers 1

sendCodeMethod · 0.65

Implementers 2

UserServiceImplsrc/main/java/com/hmdp/service/impl/Us
UserControllersrc/main/java/com/hmdp/controller/User

Calls

no outgoing calls

Tested by

no test coverage detected