mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-28 16:51:21 +08:00
[fix] BaseRaffle
This commit is contained in:
parent
ece52b619f
commit
64fce0b3f2
@ -74,7 +74,6 @@ class DailyTask
|
||||
if (isset($data['code']) && $data['code']) {
|
||||
Log::warning("签到失败: {$data['message']}");
|
||||
} else {
|
||||
|
||||
Log::info("签到成功: {$data['data']['text']}");
|
||||
// 推送签到信息
|
||||
Notice::push('todaySign', $data['data']['text']);
|
||||
|
||||
@ -13,6 +13,7 @@ namespace BiliHelper\Util;
|
||||
|
||||
use BiliHelper\Core\Log;
|
||||
use BiliHelper\Core\Curl;
|
||||
use BiliHelper\Plugin\Live;
|
||||
|
||||
abstract class BaseRaffle
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user