128], [['url', 'thumb_url'], 'string', 'max' => 2080], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'storage_id' => 'Storage ID', 'attachment_group_id' => 'Attachment Group ID', 'user_id' => 'User ID', 'mall_id' => 'Mall ID', 'mch_id' => '多商户id', 'name' => 'Name', 'size' => '大小:字节', 'url' => 'Url', 'thumb_url' => 'Thumb Url', 'type' => '类型:1=图片,2=视频', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'deleted_at' => 'Deleted At', 'is_delete' => 'Is Delete', 'is_recycle' => '是否加入回收站 0.否|1.是', ]; } public function getThumbUrl() { return $this->thumb_url ? $this->thumb_url : $this->url; } }