1.用途

APP激活的时候采用的是扫码的方式,只需要将生成的二维码内容在验证设备基础信息的时候给到后端即可,此处主要是应用在邮件激活方式
采用Post方式,请求参数为JSON格式

2.URL

http://124.223.60.234:8181/spartan/share/addTerminalShare

3.请求参数

3.1.参数示例

{
    "shareId":"DB14F3C6FC47453DB5F519D82C641F2A",
    "userId":"21"
}

3.2.参数说明

字段 类型 说明 是否必须
shareId String 分享记录的唯一标识 Y
userId String 用户的唯一标识 Y

4.返回参数

4.1.返回参数示例

{
    "code": 120,
    "message": "You are the owner of the device and do not need to accept other permissions for this device",
    "data": null
}

4.2.返回参数说明

字段 类型 说明
code int 返回状态,详情参见“返回状态集”
message String 返回结果描述
data Object 返回结果体

5.测试示例

作者:admin  创建时间:2023-03-23 11:20
最后编辑:admin  更新时间:2024-06-13 09:41