HealthyData
User
Video
| API | Description |
|---|---|
| GET api/Video/GetCamParamInfo?gatewayId={gatewayId} |
获取网关视频参数 |
| POST api/Video/SetCamParm?gatewayId={gatewayId} |
设置网关视频参数 |
Gateway
Update
| API | Description |
|---|---|
| GET api/Update/CheckVersion |
检查软件版本 |
Device
| API | Description |
|---|---|
| GET api/Device/GetDeviceList?UserID={UserID} |
获取用户蓝牙设备列表 |
| GET api/Device/GetGatewayList?UserID={UserID}&DeviceID={DeviceID} |
根据蓝牙设备查询用户网关列表 |
| GET api/Device/GetDeviceListByG?UserID={UserID}&GatewayID={GatewayID} |
根据网关编号查询蓝牙设备列表 |
| POST api/Device/AddDeviceAsync |
添加蓝牙设备 |
| POST api/Device/DelDeviceAsync |
删除蓝牙设备 |
| GET api/Device/GetDeviceInfo?DeviceID={DeviceID} |
查询蓝牙设备信息 |
SMS
| API | Description |
|---|---|
| POST api/SMS/SendSMSMessage |
发送短信验证码,验证手机号 |
| POST api/SMS/SendEmailMessage |
向邮箱验证码,验证邮箱 |
| POST api/SMS/SendSMS_AddP |
发送短信验证码,验证手机号(添加或更改手机号码、手机号注册使用) |
| POST api/SMS/SendEmail_AddE |
向邮箱验证码,验证邮箱(添加或更改邮箱、邮箱注册使用) |
| POST api/SMS/SendSMS_ForgetP |
发送短信验证码,验证手机号(忘记密码使用) |
| POST api/SMS/SendEmail_ForgetP |
向邮箱验证码,验证邮箱(忘记密码使用) |
| POST api/SMS/SendSMS_AddUser |
发送短信验证码,验证手机号(通过手机短信添加网关用户使用) |