add - 自定义视频路径 223

This commit is contained in:
yangqiang3504
2022-08-25 11:29:02 +08:00
parent bebee0d109
commit d95ca0e09b
2 changed files with 23 additions and 12 deletions
@@ -39,6 +39,7 @@ public class PushAgentQQ extends Spider {
if (flag || rule == null) {
String json = OkHttpUtil.string(ext+"?t="+Time(), null);
rule = new JSONObject(json);
pushAgent.type = rule.optInt("modelType", 1);
}
} catch (Exception e) {
}