- 账号相关
- 微信 - 登录POST
- APP微信-登录POST
- 发送短信 - 登录POST
- 手机验证码登录POST
- 退出登录POST
- 发送检测结果POST
- 数据过滤(规则)POST
- 添加头像POST
- 修改头像POST
- 修改家庭组名称POST
- 刷新用户信息POST
- 手机号换绑 - 验证旧手机号POST
- 发送短信 - 验证旧手机号POST
- 手机号换绑 - 绑定新手机号POST
- 发送短信 - 绑定新手机号POST
- 实名认证POST
- 获 取当前账号手机号POST
- 修改用户信息POST
- 发送模板消息POST
- 设置-修改设备状态POST
- 设置-修改健康状态POST
- 发送忘记权限密码的验证码POST
- 验证验证码,修改权限密码POST
- 查询用户现在的权限密码POST
- 修改权限密码POST
- 使用用户的手机号验证用户是否是本人POST
- 修改用户基础信息 和历史病症POST
- 根据用户id查询用户信息POST
- 设备相关
- 健康页面
- 监测设置
- 用药提醒
- 记尿酸
- 记血脂
- 意见反馈
- 应用相关
- 组织相关
- 手工录入
- 即时通讯
- cheerui
- 家庭群
- 环信
- 消息相关
- 上传文件POST
- 查询系统消息POST
- 修改控制访问时间POST
- 查询访问控制时间POST
- 查询所有闲置时间设定POST
- 更新系统消息POST
- 网关链接POST
手机验证码登录
开发中
POST
http://127.0.0.1:20000/c-system-app/api/engeleye/app/c-system-app/api/engeleye/app/verificationCodeLoginPE
最后修改时间:2024-03-26 08:01:02
责任人:未设置
参数名 | 参数值 | 类型 | 必填 | 描述 |
---|---|---|---|---|
loginPhone | 18322227730 | String | 是 | 手机号 |
code | 1234 | String | 是 | 验证码 |
newsDisplayPlatform | 1 | int | 是 | 登录平台:1 ios,2 android |
请求参数
Body 参数application/json
loginPhone
string
必需
code
string
必需
newsDisplayPlatform
integer
必需
示例
{
"loginPhone":"18311227630",
"code":"2597",
"newsDisplayPlatform":1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:20000/c-system-app/api/engeleye/app/c-system-app/api/engeleye/app/verificationCodeLoginPE' \
--header 'Content-Type: application/json' \
--data-raw '{
"loginPhone":"18311227630",
"code":"2597",
"newsDisplayPlatform":1
}'
返回响应
🟢200success
application/json
Body
code
string
必需
msg
string
必需
result
object
必需
userAccountPk
integer
必需
userPk
integer
必需
userRegisterType
string
必需
userPhoneNumber
string
必需
accountNickName
string
必需
accountAvatar
string
必需
userQrCode
string
必需
userAccountType
string
必需
userAuthenticationStatus
boolean
必需
token
string
必需
wechatBindStatus
boolean
必需
equipmentPush
string
必需
systemPush
string
必需
healthInformationPush
string
必需
checkTrack
string
必需
newlyRegisteredAccount
string
必需
示例
{
"code": "0000",
"msg": "操作成功",
"result": {
"userAccountPk": 2273,
"userPk": 1223,
"userRegisterType": "3",
"userPhoneNumber": "183****7630",
"accountNickName": "惕康宝用户7630",
"accountAvatar": "https://oos-cn.ctyunapi.cn/wydz-twb/imageFiles/headPortrait/2022/5/9/1652059052785b129e817.png",
"userQrCode": "https://qrcode.tiwenbao.com/static/weixin?userAccount=2273",
"userAccountType": "0",
"userAuthenticationStatus": true,
"token": "eyJhbGciOiJIUzI1NiJ9.eyJqdGkiOiI2ZTJlODY0YzQ3NDI0ZGIyYjEwOTEzMTc0NzQ3NWFmYSIsImlhdCI6MTY1MjY2MzcwMywiaXNzIjoiTGl1U2h1S3UiLCJzdWIiOiIyMjczIiwiZXhwIjoxNjU1MzQyMTAzfQ.dxEUnq_3v1vUgCFbkGL0W2SJ0OlPaM1BSyPlyVJ2ktM",
"wechatBindStatus": false,
"equipmentPush": "Y",
"systemPush": "N",
"healthInformationPush": "Y",
"checkTrack": "N",
"newlyRegisteredAccount": "N"
}
}
🟢200请求成功