bonus log add time field

This commit is contained in:
xiaomlove
2023-02-08 15:08:07 +08:00
parent cf4a9207d8
commit d96c603149
3 changed files with 8 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ class BonusLogs extends NexusModel
protected $fillable = ['uid', 'business_type', 'old_total_value', 'value', 'new_total_value', 'comment'];
public $timestamps = true;
const DEFAULT_BONUS_CANCEL_ONE_HIT_AND_RUN = 10000;
const DEFAULT_BONUS_BUY_ATTENDANCE_CARD = 1000;
const DEFAULT_BONUS_BUY_TEMPORARY_INVITE = 500;