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
get_verification_code
get_verification_code
· Changes
Page history
xiaolong.jin created page: get_verification_code
authored
Nov 24, 2016
by
金小龙
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
get_verification_code.md
get_verification_code.md
+8
-3
No files found.
get_verification_code.md
View page @
dab2388d
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#### 调用地址
#### 调用地址
```
```
/
/
user
```
```
#### 传参
#### 传参
...
@@ -19,8 +19,12 @@
...
@@ -19,8 +19,12 @@
#### 返回值
#### 返回值
```
```
javascript
{
status
:
0
,
message
:
"
请求成功
"
,
data
:
[
]
}
```
```
|返回值|说明|
|返回值|说明|
...
@@ -28,3 +32,4 @@
...
@@ -28,3 +32,4 @@
| message |状态信息|
| message |状态信息|
#### 示例
#### 示例
http://shuidi.test2.pingansec.com/user?action=get_verification_code&phone=18616503617&type=1
\ No newline at end of file