|
@@ -721,7 +721,7 @@ public class AppUserCountTask {
|
|
|
map.put("roomId", String.valueOf(e.getRoomId()));
|
|
|
map.put("liveType", "1");
|
|
|
map.put("isLive", String.valueOf(e.getIsLive()));
|
|
|
- map.put("description", "关播");
|
|
|
+ map.put("description", "主播已离线,自动关播");
|
|
|
|
|
|
String res = HttpClientUtils.ajaxPost(url,map);
|
|
|
if(org.apache.commons.lang3.StringUtils.isBlank(res) || !JSONObject.parseObject(res).getString("code").equals("1")){
|