mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 21:41:03 +08:00
improve cleanup calculate seed bonus
This commit is contained in:
@@ -23,15 +23,18 @@ class UpdateUserSeedingLeechingTime implements ShouldQueue
|
||||
|
||||
private string $requestId;
|
||||
|
||||
private string $idStr;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(int $beginUid, int $endUid, string $requestId = '')
|
||||
public function __construct(int $beginUid, int $endUid, string $idStr, string $requestId = '')
|
||||
{
|
||||
$this->beginUid = $beginUid;
|
||||
$this->endUid = $endUid;
|
||||
$this->idStr = $idStr;
|
||||
$this->requestId = $requestId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user