更新时间:2022-08-25 GMT+08:00
查询当前霸屏应用包名
应用场景
该接口可查询当前投屏显示的应用的包名
前提条件
已完成登录认证,参考登录认证。
接口概述
本接口可以查询当前投屏显示的应用的包名,接口详情请参考查询当前霸屏应用包名
请求URL
/action.cgi?ActionID=WEB_GetSingleAppAPI
private static void WEB_SaveCfgParamAPI() { String uri = baseUrl + "/action.cgi?ActionID=WEB_GetSingleAppAPI"; JSONObject obj = new JSONObject(); obj.put("acCSRFToken", token); JSONObject result = HttpClientUtil.post(uri, obj, null); }
token的值为上述login操作获取的值,查询当前霸屏应用包名成功返回报文
{"success":1,"data":""}
父主题: 开发指南