Giter VIP home page Giter VIP logo

Comments (3)

zfan40 avatar zfan40 commented on July 25, 2024

Up till now, we had interfaces

musixiser/getInfo(token) => api/musixisers/getInfo

musixiser/getMyWorks(token) => api/musixisers/getMyWorks GET请求?

musixiser/updateMyWorkStatusById(token,id,status) 0remove 1public 2 private => api/musixisers/updateMyWorkStatusById

musixiser/getInfoById(id) => 没有找到带中文注释的接口

musixiser/getWorksById(id) => 没有找到带中文注释的接口 貌似理解有偏差

favoriteMusixisers/getAll(token,page) 获取所有收藏音乐人 =>musixisers/getFavoriteMusixisers

favoriteMusixisers/ update(id,token) 收藏,删除,屏蔽...某位音乐人 0 remove 1add 2...3...4... 需要合并

favoriteWorks/getAll(token,page) 获取所有收藏作品 =>musixisers/getMyFavoriteWorks

favoriteWorks/update(id,token) 收藏,删除...某作品 0 remove 1add 2...3...4... => musixisers/updateMyWorkStatusById

work/getContentById(id)

from musixise.

zhaowei avatar zhaowei commented on July 25, 2024

账户接口 account

  • api/user/register 注册
  • api/user/authenticate 登录
  • api/user/getInfo 获取个人信息 token
  • api/user/updateInfo 更新个人信息 token
  • api/user/authByAccessToken 社交账号授权
  • api/user/detail/{id} 通过 UID 获取用户信息

作品接口 work

  • api/work/create 新建作品
  • api/work/getList 获取我的作品列表
  • api/work/getListByUid/{id} 获取指定用户作品列表
  • api/work/detail/{id} 获取作品详细信息
  • api/work/updateStatus/{id} 更新作品状态 0remove 1public 2 private

收藏作品 favorite

  • api/favorite/addWork 收藏一个作品
  • api/favorite/delWork/{id} 取消收藏
  • api/favorite/getWorkList 获取作品收藏列表

关注接口 follow

  • api/follow/add 关注
  • api/follow/del 取消关注

图片上传 picture

  • api/picture/uploadPic 上传图片

from musixise.

zfan40 avatar zfan40 commented on July 25, 2024

closed, further related issues will be created separately

from musixise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.