diff --git a/conf/bili.yaml b/conf/bili.yaml index e531bc9..ec7be9c 100644 --- a/conf/bili.yaml +++ b/conf/bili.yaml @@ -3,8 +3,8 @@ bili_version: 0.0.1 # Android bili_a: package: "tv.danmaku.bili" - version: "6.55.0" - build: "6550400" + version: "6.58.0" + build: "6580300" channel: "bili" device: "phone" mobi_app: "android" diff --git a/src/plugin/GiftSend.php b/src/plugin/GiftSend.php index 81e4d2d..d57edf5 100644 --- a/src/plugin/GiftSend.php +++ b/src/plugin/GiftSend.php @@ -46,7 +46,8 @@ class GiftSend self::$tid = 0; // 如果在每日最后5分钟内 就50s执行一次 否则 第二天固定时间执行 if (self::inTime('23:52:00', '23:59:59')) { - self::setLock(60); + // 减少0点左右请求损耗 + self::setLock(100); } else { self::setLock(self::timing(23, 55)); }