format
This commit is contained in:
@@ -21,7 +21,7 @@ public class UserService implements Service {
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
public UserInfo current(String sessionid) {
|
public UserInfo current(String sessionid) {
|
||||||
return new UserInfo();
|
return new UserInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
public RetResult<UserInfo> login(LoginBean bean) {
|
public RetResult<UserInfo> login(LoginBean bean) {
|
||||||
|
|||||||
Reference in New Issue
Block a user