We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{"projects" : [ { “projectID” : int , “projectName” : string , “projectCoverUrl” : string, “memberList” : [ { userID : int, userName : string, HeadShotUrl : string, } ] }, ] }
The text was updated successfully, but these errors were encountered:
let me fix
Sorry, something went wrong.
第1步之前应该先从cookie中的jwt中获取已登录用户的id,但是这个函数还没有实现,你可以先写注释当做已经完成,等这个函数补上以后再完整这部分功能
其他的就没有问题了。
No branches or pull requests
API:GET: /v1/my/projects/join
API:GET: /v1/my/projects/manage
The text was updated successfully, but these errors were encountered: