mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
api scrape + medal wearing status
This commit is contained in:
@@ -4,5 +4,10 @@ namespace App\Models;
|
||||
|
||||
class UserMedal extends NexusModel
|
||||
{
|
||||
protected $fillable = ['uid', 'medal_id', 'expire_at'];
|
||||
protected $fillable = ['uid', 'medal_id', 'expire_at', 'status'];
|
||||
|
||||
const STATUS_NOT_WEARING = 0;
|
||||
const STATUS_WEARING = 1;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user