## 添加機構
~~~[api]
post:/api/addUserProject
*int:projectId=10#項目id
*int:userId=3#用戶id
<<<
success
{
"status": "success",
"data": "10" //user_project主鍵id
}
<<<
error
{
"status": "error",
"error": {
"message": "參數錯誤",
"code": 4001
}
}
4001 相關參數驗證錯誤
4002 該項目已經存在
1000 未登錄
~~~