Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
shuidiapp
shuidiapp
  • 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
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • 互联网应用开发
  • shuidiappshuidiapp
  • Wiki
  • get_verification_code

Last edited by 金小龙 Nov 24, 2016
Page history

get_verification_code

获取短信验证码

调用地址

/user

传参

{action: 'get_verification_code', phone: 13651111111, type: 1}
传参 说明 是否必填
action 接口名 是
phone 手机号 是
type 短信验证类型 是
短信验证类型 说明
1 用户注册
2 企业认领
10001 手机号验证
10002 解绑手机
10003 绑定手机
10004 找回密码
10005 更换手机
10006 动态登陆

返回值

{
status: 0,
message: "请求成功",
data: [ ]
}
返回值 说明
message 状态信息

示例

手机号改成自己的 http://shuidi.test2.pingansec.com/user?action=get_verification_code&phone=12345678901&type=1

Clone repository
  • add_application
  • agree_application
  • api_desc
  • api_list
  • autobiography
  • base_info
  • branch
  • cancel_follow
  • change
  • change_applicant_name
  • change_avatar
  • change_logo
  • change_nickname
  • change_password
  • change_position
View All Pages