remove node_id for api getJoinInfo
This commit is contained in:
parent
ab2d045f0a
commit
b18c44db44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue