Browse Source

点控期间变动

ssvfdn 3 tháng trước cách đây
mục cha
commit
9a50758604
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/model/PlayerControlModel.php

+ 1 - 0
app/model/PlayerControlModel.php

@@ -32,6 +32,7 @@ class PlayerControlModel extends Model
         'status' => 'int', // 状态 1 正常,0 取消
         'create_time' => 'int',
         'update_time' => 'int',
+        'end_time' => 'int',
     ];
 
     /**