Skip to content

Commit

Permalink
[fix] BaseRaffle
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeme committed Mar 27, 2021
1 parent ece52b6 commit 64fce0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/plugin/DailyTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ private static function sign_info($info)
if (isset($data['code']) && $data['code']) {
Log::warning("签到失败: {$data['message']}");
} else {

Log::info("签到成功: {$data['data']['text']}");
// 推送签到信息
Notice::push('todaySign', $data['data']['text']);
Expand Down
1 change: 1 addition & 0 deletions src/util/BaseRaffle.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

use BiliHelper\Core\Log;
use BiliHelper\Core\Curl;
use BiliHelper\Plugin\Live;

abstract class BaseRaffle
{
Expand Down

0 comments on commit 64fce0b

Please sign in to comment.