Skip to content

Commit b61d16f

Browse files
committed
源码包
1 parent 15fa01c commit b61d16f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

core/src/main/java/info/xiaomo/core/base/AuthOperate.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@ public interface AuthOperate {
2020
*/
2121
Result<Boolean> login(@PathVariable String name, @PathVariable String password);
2222

23+
24+
/**
25+
* 修改密码
26+
*
27+
* @param name 用户名(邮箱或者电话)
28+
* @param password 密码
29+
* @return 结果
30+
*/
31+
Result<Boolean> changePassword(@PathVariable String name, @PathVariable String password);
32+
2333
/**
2434
* 注册
2535
*

0 commit comments

Comments
 (0)