bonus can buy: tmp invite + rainbow ID + change username card

This commit is contained in:
xiaomlove
2023-01-05 18:29:31 +08:00
parent 3b69425a97
commit 8d8e3b7768
19 changed files with 279 additions and 33 deletions

View File

@@ -9,6 +9,8 @@ class Invite extends NexusModel
const VALID_YES = 1;
const VALID_NO = 0;
const TEMPORARY_INVITE_VALID_DAYS = 7;
protected $casts = [
'expired_at' => 'datetime',
];