主播直播间新增右下角Banner

This commit is contained in:
2022-11-03 16:06:18 +08:00
parent 62f1912a7a
commit cf08f8197b
5 changed files with 349 additions and 74 deletions

View File

@@ -271,7 +271,6 @@ public class ACache {
JSONArray obj = new JSONArray(JSONString);
return obj;
} catch (Exception e) {
e.printStackTrace();
return null;
}
}