mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 09:30:10 +08:00
[fix] BaseRaffle
This commit is contained in:
parent
35833e4f59
commit
2088e1b975
@ -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