Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
互联网应用开发
shuidiapp
Wiki
update_passwd
update_passwd
· Changes
Page history
wangqs created page: update_passwd
authored
Jan 06, 2017
by
互联网应用开发
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
update_passwd.md
update_passwd.md
+26
-0
No files found.
update_passwd.md
0 → 100644
View page @
9e6dd73a
#### 设置出事密码
```
/user
```
#### 传参
```
javascript
{
action
:
'
init_password_by_login_uid
'
,
passwd
:
'
123456
'
}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
|passwd|密码|是|
#### 返回值
```
javascript
{
status
:
0
}
```