@Wishes
2020-02-04T08:34:07.000000Z
字数 1093
阅读 599
{
"data" : {},
"message" : "",
"resultCode" : 1,
"result" : true
}
http path: /bind/licence
http method: GET
http paramter:
参数名称 | 参数类型 | 是否必传 | 描述 |
---|---|---|---|
licenceCode | string | 是 | licence code |
deviceCode | string | 是 | 设备码 |
http response:
{
"data" : true,
"message" : "",
"resultCode" : 1,
"result" : true
}
http path: /clean/licence
http method: GET
http paramter:
参数名称 | 参数类型 | 是否必传 | 描述 |
---|---|---|---|
userMail | string | 是 | 用户ID |
http response:
{
"data" : null,
"message" : "",
"resultCode" : 1,
"result" : true
}
http path: /check/licence
http method: GET
http paramter:
参数名称 | 参数类型 | 是否必传 | 描述 |
---|---|---|---|
licenceCode | string | 是 | licence code |
deviceCode | string | 是 | 设备码 |
http response:
{
"data" : true/false,
"message" : "",
"resultCode" : 1,
"result" : true
}
http path: /create/licence
http method: GET
http paramter:
参数名称 | 参数类型 | 是否必传 | 描述 |
---|---|---|---|
userMail | string | 是 | 邮箱 |
codeCount | string | 是 | 生成的licence code数量 |
http response:
{
"data" : null,
"message" : "",
"resultCode" : 1,
"result" : true
}
http path: /count
http method: GET
http paramter:
无
http response:
{
"data" : 1000,
"message" : "",
"resultCode" : 1,
"result" : true
}