remove node_id for api getJoinInfo

This commit is contained in:
nigel007 2019-07-25 16:20:28 +08:00
parent ab2d045f0a
commit b18c44db44
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@ module Mobile
requires :username, type: String
requires :password, type: String
requires :repo_url, type: String
requires :node_id, type: String
requires :ownername, type: String # 可以选择是通过repo_url来查询project还是通过ownername, reponame定位project
requires :reponame, type: String
end