No activity to show
User for 5 years
Viewer
自定义分页方法forPage $seckill_goods = $this->good->byState(1) ->where('is_seckill',1) ->byS...
还需要 在 app/user 添加 protected $fillable = [ 'name', 'email', 'password', 'api_token' ];