User.UserImage 概述

User.UserImage 概述

提供给用户上传和获取图片资源的方法。

资源表示

UserImage

{
    "id": 1,
    "user": 7710697714770,
    "img": "http://localhost:8000/media/7710697714770/UserImage/test1.jpeg",
    "img_height": 210,
    "img_width": 288,
    "create_time": "2022-03-18T03:28:47.426891Z",
    "delete_time": null,
    "tags": [
        "myphoto",
        "travelling",
        "living"
    ]
}
Property nameValueDescriptionNotes
idinteger图片资源的ID
useruid拥有者的uid
imgstring图片url地址
img_heightinteger图片尺寸的高度
img_widthinteger图片尺寸的宽度
create_timedatetime创建时间
delete_timedatetime删除时间当图片已删除时,才有时间值。正常为:null。
tagsarray标签上传图片时,用户对图片赋予的标签,可用于获取图片列表时做筛选条件使用。

Methods

create

list

update

delete

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code