mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
finish seed box basic
This commit is contained in:
@@ -99,6 +99,7 @@ function addSeedBoxRecord($params)
|
||||
$rep = new \App\Repositories\SeedBoxRepository();
|
||||
$params['uid'] = $CURUSER['id'];
|
||||
$params['type'] = \App\Models\SeedBoxRecord::TYPE_USER;
|
||||
$params['status'] = \App\Models\SeedBoxRecord::STATUS_UNAUDITED;
|
||||
return $rep->store($params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user