上传头像原图到当前登录用户的profile。
Request
HTTP request
POST https://www.featapi.com/api/user/profile/orig_avatar/
上传头像原图到当前登录用户的profile。
POST https://www.featapi.com/api/user/profile/orig_avatar/
上传剪裁后的头像图片到当前登录用户的profile
POST https://www.featapi.com/api/user/profile/avatar/
通过用户ID,获取指定用户的profile数据。
GET https://www.featapi.com/api/user/profile/{id}/
有关此资源的方法列表,请参阅本页结尾。
Profile 是用户的个人信息数据。在用户注册成功后自动创建,只能进行修改和获取操作。Profile数据被用于展示用户Profile页面给其他用户查看。
继续阅读