批量获取APP信息


HTTP请求方式

POST

请求地址

https://api.e.360.cn/dianjing/app/getAppList

Headers 请求参数
字段 类型 必须 描述
apiKey String Yes 注册时分配到的api key,该参数作为HTTP HEAD字段传递。
accessToken String Yes 身份认证通过后平台分配的临时token,作为操作对应广告账户的凭证,10小时有效。参数获取方式见接口clientLogin
Body请求参数
字段 类型 必须 描述
appIdList JSON No JSON 格式的APPId数组,单次请求提交的对象数量最多100个,eg: [111,222,333]。空值或不传该参数时,代表获取全部
请求示例
curl -X POST \ 
--header 'apiKey:APIKEY' \ 
--header 'accessToken:ACCESSTOKEN' \ 
'https://api.e.360.cn/dianjing/app/getAppList'
返回结果
{
    "appList": [
        {
            "appId": 28986,
            "title": "My App",
            "remark": "备注",
            "type": "Android",
            "appUrl": "https://djop.down.360tpcdn.com/apk/xxx.apk",
            "imageUrl": "http://p1.qhimg.com/xxx.png",
            "appAutoCheck": "OFF",
            "developer": "Developer C",
            "privacyUrl": "http://example.com/privacy",
            "authUrl": "http://example.com/auth",
            "copyright": "http://p0.qhimg.com/xxx.png,http://p9.qhimg.com/yyy.png",
            "status": "pending",
            "cause": "",
            "updateTime": "2024-04-01 16:47:30"
        }
    ]
}
apps 字段说明
字段 类型 必须 描述
appId String Yes 应用id
title String Yes APP名称
type String Yes 系统类型,枚举值:Android, iOS (不区分大小写)
imageUrl String Yes APP图标
appUrl String Yes APP下载链接
appAutoCheck String No 是否自动检测APP下载链接更新(仅限系统类型为Android时存在),枚举值:ON或OFF,ON-开启; OFF-关闭
developer String No 开发者名称(仅限系统类型为Android时存在)
privacyUrl String No 隐私协议url(仅限系统类型为Android时存在)
authUrl String No 用户权限url(仅限系统类型为Android时存在)
copyright String No 版权证明url,多张图片使用英文逗号分隔
status String No APP状态,枚举值:enable-有效, pending-待审核, reject-审核拒绝
cause String No 审核拒绝理由
updateTime String No 更新时间
remark String No 备注

results matching ""

    No results matching ""