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
互联网应用开发
wiki-php
Wiki
find psw
find psw
· Changes
Page history
yaok created page: find psw
authored
Apr 19, 2017
by
姚坤
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
1 deletion
+15
-1
find-psw.md
find-psw.md
+15
-1
No files found.
find-psw.md
View page @
71e91f64
...
...
@@ -9,3 +9,17 @@
|:---|:---|:---|
|action|接口名:check_login|是|
|user_name|用户账号|是|
#### 返回值
```
javascript
正确返回
:
{
status
:
0
,
message
:
""
,
data
:
[
]
}
错误返回
:
{
status
:
1
,
message
:
"
该用户不存在!
"
,
data
:
[
]
}
```
\ No newline at end of file