Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pass
documents
Wiki
接口
用户
用户
· Changes
Page history
Update 用户
authored
May 07, 2019
by
叶佳菲
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
接口/用户.md
接口/用户.md
+18
-0
No files found.
接口/用户.md
View page @
ef16a51d
...
...
@@ -46,3 +46,20 @@
```
HTTP/1.1 202 Accepted
```
# 注册
1.
请求/register
```
POST /oauth/v2/register HTTP/1.1
Host: ${domain}
{"phone":"18768424633","code":"0000","password":"123456"}
```
1.
响应
```
HTTP/1.1 200 OK
```
\ No newline at end of file