Showing
1 changed file
with
20 additions
and
0 deletions
用户信息.md
0 → 100644
1 | +current_user_url: /user/me | ||
2 | + | ||
3 | +该接口中追加需要完成的任务(client_tasks)字段, | ||
4 | +'''json | ||
5 | +{ | ||
6 | + "client_tasks":[ | ||
7 | + { | ||
8 | + "key":"NEED_RESET_PASSWORD", | ||
9 | + "msg":"需要重设密码" | ||
10 | + } | ||
11 | + ] | ||
12 | +} | ||
13 | +''' | ||
14 | + | ||
15 | +对应的key表 | ||
16 | + | ||
17 | +| key | shuoming | | ||
18 | +------------------ | ||
19 | +| NEED_RESET_PASSWORD | 重设密码 | | ||
20 | +| NEED_RE_LOGIN | 重新登录 | |
-
Please register or login to post a comment