mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
注释print_r
This commit is contained in:
parent
5e2b3a20b9
commit
61c12d0f27
@ -76,7 +76,7 @@ class GroupSignIn
|
||||
if ($de_raw['code'] == '710001') {
|
||||
Log::warning('在应援团{' . $groupInfo['group_name'] . '}中签到失败, 亲密度已达上限');
|
||||
} else {
|
||||
print_r($de_raw);
|
||||
// print_r($de_raw);
|
||||
Log::warning('在应援团{' . $groupInfo['group_name'] . '}中签到失败, 原因待查');
|
||||
}
|
||||
return false;
|
||||
|
||||
@ -91,7 +91,7 @@ class Live
|
||||
];
|
||||
$raw = Curl::get('other', $url, $payload);
|
||||
$de_raw = json_decode($raw, true);
|
||||
print_r($de_raw);
|
||||
// print_r($de_raw);
|
||||
if ($de_raw['code'] != '0') {
|
||||
return 23058;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user