mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 01:20:08 +08:00
[fix] gift send
This commit is contained in:
parent
83692aad93
commit
b791f631d4
@ -73,6 +73,9 @@ class GiftSend
|
||||
|
||||
if (isset($data['data']['list'])) {
|
||||
foreach ($data['data']['list'] as $vo) {
|
||||
if ($vo['corner_mark'] == '永久'){
|
||||
continue;
|
||||
}
|
||||
if ($vo['expire_at'] >= $data['data']['time'] && $vo['expire_at'] <= $data['data']['time'] + 3600) {
|
||||
self::send($vo);
|
||||
sleep(3);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user