Skip to content

编号说明

内容类型

编号说明主表名模型 const 常量定义
1用户usersTYPE_USER
2小组groupsTYPE_GROUP
3话题hashtagsTYPE_HASHTAG
4帖子postsTYPE_POST
5评论commentsTYPE_COMMENT
6帖子日志post_logsTYPE_POST_LOG
7评论日志comment_logsTYPE_COMMENT_LOG
8扩展内容extendsTYPE_EXTEND

文件类型

编号说明关联字段模型 const 常量定义
1图片files->typeTYPE_IMAGE
2视频files->typeTYPE_VIDEO
3音频files->typeTYPE_AUDIO
4文档files->typeTYPE_DOCUMENT

文件用途类型

编号说明关联字段场景
1其他/未知用途file_usages->usage_type
2系统配置file_usages->usage_type控制面板各种配置的图
3运营配置file_usages->usage_type运营中配置的图
用户挂件、图标、文案
4表情图file_usages->usage_type
5用户资料图file_usages->usage_type头像、背景条幅、挂件等图
6对话file_usages->usage_type私信对话中发送的文件
7帖子file_usages->usage_type
8评论file_usages->usage_type
9扩展内容file_usages->usage_type
10插件文件file_usages->usage_type

文件类型的路径规则

php
FileHelper::fresnsFileStoragePath($fileType, $usageType);

Released under the Apache-2.0 License