'int', 'account_id' => 'string', 'customer_id' => 'string', 'creative_id' => 'string', 'name' => 'string', 'title' => 'string', 'thumbnail_url' => 'string', 'url' => 'string', 'type' => 'int', 'object_type' => 'string', 'status' => 'int', 'created_at' => 'timestamp', 'updated_at' => 'timestamp', ]; // 默认值设置 protected $defaults = [ 'name' => '', 'title' => '', 'thumbnail_url' => '', 'url' => '', 'type' => 1, // 默认为图片 'object_type' => '', 'status' => 2, // 默认为启用 ]; }