mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 09:30:10 +08:00
[update] GroupSignIn
This commit is contained in:
parent
ad3263da30
commit
9402ab35f5
@ -72,8 +72,13 @@ class GroupSignIn
|
|||||||
|
|
||||||
if ($de_raw['code'] != '0') {
|
if ($de_raw['code'] != '0') {
|
||||||
// TODO 任务失败原因
|
// TODO 任务失败原因
|
||||||
|
// {"code": 710001, "msg": "应援失败>_<", "message": "应援失败>_<", "ttl": "1", "data": {"add_num": 0, "status": 0}}
|
||||||
|
if ($de_raw['code'] == '710001') {
|
||||||
|
Log::warning('在应援团{' . $groupInfo['group_name'] . '}中签到失败, 亲密度已达上限');
|
||||||
|
} else {
|
||||||
print_r($de_raw);
|
print_r($de_raw);
|
||||||
Log::warning('在应援团{' . $groupInfo['group_name'] . '}中签到失败, 原因待查');
|
Log::warning('在应援团{' . $groupInfo['group_name'] . '}中签到失败, 原因待查');
|
||||||
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if ($de_raw['data']['status'] == '0') {
|
if ($de_raw['data']['status'] == '0') {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user