注释print_r

This commit is contained in:
菜狗 2021-08-19 10:06:23 +08:00
parent 5e2b3a20b9
commit 61c12d0f27
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;
}