🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# 注册模块 ## **相关API文档** > ***** 接口描述 | **跳转至注册页面** ---|--- URL | /wechat_api/register 请求方式 | get 请求参数 | 返回值 | 返回注册HTML页面 | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | > ***** 接口描述 | **获取验证码** ---|--- URL | /wechat_api/register/getVerifyCode 请求方式 | get 请求参数 | 返回值 | ![返回注册HTML页面](https://img.kancloud.cn/2f/a9/2fa97649287e7b04740662aeaee236e7_235x100.png) | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | > ***** 接口描述 | **提交注册表单** ---|--- URL | /wechat_api/register/register_post 请求方式 | post 请求参数 | { registerParams:null, realName:string, password:string, telephoneVerifyCode:string, verifyCode:string, phone:string, rePassword:string, companyName:string, inviteCode:string, userName:string } 返回值 | ![![image](https://qiniu3.lianluoyi.com/msg/BUG44/201907080wF/%E6%88%AA%E5%9B%BE.jpg)](images/screenshot_1567150059990.png) | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | userName | string | N |所要添加的微信号/手机号 | 请求参数 | password| string | N |密码 | 返回值参数 | rePassword | string| N |重复密码 | 请求参数 | phone | string | N |手机号 | 请求参数 | verifyCode | string | N |验证码 | 返回值参数 | telephoneverifyCode | string| N |短信验证码 | 请求参数 | companyName| string | N |公司名称 | 请求参数 | realName| string | N | 联系人 | 返回值参数 | inviteCode| string| N |邀请码 > ***** 接口描述 | **发送短信验证码** ---|--- URL | /wechat_api/register/sendTelephoneVerifyCode 请求方式 | post 请求参数 | { phone:string} 返回值 | ![![![image](https://qiniu3.lianluoyi.com/msg/BUG44/201907080wF/%E6%88%AA%E5%9B%BE.jpg)](images/screenshot_1567150059990.png)](images/screenshot_1567150384142.png) | Sort | Param | Type | required | Description | | --- | --- | --- | --- |--- | | 请求参数 | phone| string | Y|手机号码