refactor: 修改附件下载模型

This commit is contained in:
2025-04-01 13:53:55 +08:00
parent cd214fbbf4
commit ff95f2cdb3
2 changed files with 1 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ class AttachmentBaseModel extends BaseModel
'image' => 'string',
'applicable_to' => 'string',
'support_platform' => 'string',
'attach' => 'string',
'attach' => 'json',
'sort' => 'int',
'recommend' => 'int',
'status' => 'int',