文件实例
字段名称 | 字段类型 | 字段说明 |
---|---|---|
file_id | integer | 文件ID |
name | string | 文件名称 |
created_on | string | 创建时间 |
size | integer | 文件大小 |
created_by | object | 创建人对应的用户对象,参考user.short 实例 |
ref_id | integer | 来源ID |
ref_type | string | 来源类型,可为空,共四类:comment(评论附件), item(item附件), qrcode(二维码), user(用户) |
link | object | 文件地址对象 |
{
"file_id": 1000,
"name": "文件1",
"created_on": "enable",
"size": 2000,
"created_by": {
"user_id": 3000,
"name": "名字",
"avatar": "http:\/\/f2.huoban.com\/30000\/user_avatar\/40000\/xxx"
},
"ref_id": 5000,
"ref_type": "item",
"link": {
"source": "http:\/\/hb-v4-attachment-oss.huoban.com\/xxx",
"small": "http:\/\/hb-v4-attachment-oss.huoban.com\/xxx",
"medium": "http:\/\/hb-v4-attachment-oss.huoban.com\/xxx",
"large": "http:\/\/hb-v4-attachment-oss.huoban.com\/xxx",
"square": "http:\/\/hb-v4-attachment-oss.huoban.com\/xxx"
}
}