diff --git a/src/plugin/GroupSignIn.php b/src/plugin/GroupSignIn.php index 65d809a..a27fa96 100644 --- a/src/plugin/GroupSignIn.php +++ b/src/plugin/GroupSignIn.php @@ -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; diff --git a/src/plugin/Live.php b/src/plugin/Live.php index 28d7978..6d59086 100644 --- a/src/plugin/Live.php +++ b/src/plugin/Live.php @@ -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; }