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
金小龙
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
0 deletions
+30
-0
get_verification_code.md
get_verification_code.md
+30
-0
No files found.
get_verification_code.md
0 → 100644
View page @
0dbc5260
### 获取短信验证码
#### 调用地址
```
/
```
#### 传参
```
javascript
{
action
:
'
get_verification_code
'
,
phone
:
13651111111
,
type
:
1
}
```
|传参|说明|是否必填|
|:---|:---|:---|
|action|接口名|是|
|phone|手机号|是|
|type|短信验证类型|是|
#### 返回值
```
```
|返回值|说明|
|:---|:---|
| message |状态信息|
#### 示例