简要描述:

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 kevin 2021-05-31

请求URL:

请求方式:

  • Get

请求头:

参数名 是否必须 类型 说明

公共 请求参数:

参数名 是否必须 类型 说明
format string json,txt,默认txt
motherboard_number string 主板号
times string 广告数据;【广告id,曝光次数;广告id,曝光次数;】例如:一个广告数据【1,10;】,多个广告数据【1,10;2,10;】

返回示例:

正确时返回:

json格式
{
    "status": 200,
    "msg": "获取成功",
    "data": {},
    "other": []
}

txt格式
200;[END]

错误时返回:

json格式
{
    "status": 0,
    "msg": "key错误"
}

txt格式
状态码;提示信息;
0,参数错误;

返回参数说明:

参数名 类型 说明
device_info.serial_number string 序列号
device_info.motherboard_number string 主板号
system_info.contact_number string 联系电话

备注:

文档更新时间: 2021-07-01 15:42   作者:admin