Skip to content

Commit

Permalink
🌮 修复变量错误,close #38
Browse files Browse the repository at this point in the history
  • Loading branch information
metowolf committed May 9, 2018
1 parent 1bf32a1 commit 8005eb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/plugins/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* metowolf BilibiliHelper
* https://i-meto.com/
*
* Copyright 2018, metowolf
* https://github.com/lkeme/BiliHelper/blob/dev/src/GroupSignIn.php
* Copyright 2018, Lkeme, metowolf
* Released under the MIT license
*/

Expand Down Expand Up @@ -79,7 +80,7 @@ public static function signIn($value)
if ($data['data']['status']) {
Log::notice("应援团 {$value['group_name']} 已经签到过了");
} else {
Log::notice("应援团 {$value['group_name']} 签到成功,增加 {$de_raw['data']['add_num']} 点亲密度");
Log::notice("应援团 {$value['group_name']} 签到成功,增加 {$data['data']['add_num']} 点亲密度");
}

return true;
Expand Down

0 comments on commit 8005eb1

Please sign in to comment.