Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
swagger
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张允禹
swagger
Commits
56a185f4
Commit
56a185f4
authored
Aug 18, 2016
by
zhangxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加未登录验证码发送
parent
54932222
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
2 deletions
+29
-2
ascle.yaml
ascle.yaml
+29
-2
No files found.
ascle.yaml
View file @
56a185f4
...
...
@@ -172,16 +172,43 @@ paths:
/account/code
:
post
:
summary
:
发送手机验证码
description
:
发送手机验证码
description
:
未登录情况下,
发送手机验证码
tags
:
-
Account
parameters
:
-
name
:
type
in
:
formData
description
:
是那种类型要求发送的(1, LOGIN, u登陆) (3, UPDATE,修改属性) (4, REGISTER
,提交注册)
description
:
要求发送的类型(1,登陆) (4
,提交注册)
required
:
true
type
:
integer
format
:
integer
-
name
:
phone
in
:
formData
description
:
手机号
required
:
true
type
:
integer
format
:
integer
-
name
:
image_code
in
:
formData
description
:
验证码
required
:
true
type
:
integer
format
:
integer
responses
:
'
200'
:
description
:
OK
schema
:
{}
examples
:
application/json
:
error
:
0
message
:
'
'
data
:
null
/account/code/online
:
post
:
summary
:
登陆之后,发送手机验证码
description
:
登陆之后,发送手机验证码
tags
:
-
Account
responses
:
'
200'
:
description
:
OK
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment