2020年新接口记录

1.统计每种软件安装和卸载的次数
接口:
http://官网域名/client/userOperating        POST
请求参数:
{
    "softType":"LOCKGO",    
    "operateType":"UNINSTALL",   (INSTALL表示安装)
} 
返回示例:(获取成功:"status":0;获取失败:"status":-1)
{
    "state": 0,
    "msg": "operate success",
    "data": {
        "softType": "LOCKGO",
        "operateType": "UNINSTALL"
    },
    "success": true
}
{
    "state":-1,
    "msg":"operate fail",
    "data":null,
    "success":false
}

猜你喜欢

转载自www.cnblogs.com/yangwenchao-blogs/p/12744515.html
今日推荐