refactor: 修改附件下载模型

This commit is contained in:
2025-04-01 13:53:55 +08:00
parent d7e6ae75ec
commit d4a89b705f
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',