Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
D documents
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pass
  • documents
  • Wiki
  • Home

Home · Changes

Page history
Update home authored May 23, 2019 by 叶佳菲's avatar 叶佳菲
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 1 deletion
+6 -1
  • home.md home.md +6 -1
  • No files found.
home.md
View page @ 90aa6197
...@@ -70,7 +70,10 @@ domain=pass.sovell.com ...@@ -70,7 +70,10 @@ domain=pass.sovell.com
1. 发送给某个手机 1. 发送给某个手机
```javascript ```javascript
GET /oauth/v2/code?phone=${phone}&title=${title} HTTP/1.1 GET /oauth/v2/code?phone=${phone}
&title=${title*}
&abort={abort*}
&phone_conflict={phone_conflict*} HTTP/1.1
Host: ${domain} Host: ${domain}
Authorization: Bearer ${token} Authorization: Bearer ${token}
``` ```
...@@ -82,6 +85,8 @@ domain=pass.sovell.com ...@@ -82,6 +85,8 @@ domain=pass.sovell.com
|abort||不允许发送条件| |abort||不允许发送条件|
||if_exists|存在则不发送| ||if_exists|存在则不发送|
||if_not_exists|不存在则不发送| ||if_not_exists|不存在则不发送|
|phone_conflict||当使用用户授权token时,如果手机号冲突|
||replace|替换,如果原用户有手机号则会替换成新的|
1. 发送成功后不返回实际内容,HttpStatus=200即为成功 1. 发送成功后不返回实际内容,HttpStatus=200即为成功
......
Clone repository
  • Home
  • 接口
    • 交易
    • 消息
    • 用户
    • 通用券
  • 渠道
    • 微信 1基本参数
    • 微信 2商户平台配置
    • 微信 3公众号参数
    • 微信 4公众平台配置
    • 微信(服务商方式)
    • 支付宝 1基本参数
    • 支付宝 2公钥上传
    • 支付宝(服务商方式)