|
|
@@ -77,7 +77,7 @@ public class ProjectController {
|
|
|
@PostMapping("/members/add")
|
|
|
@ApiImplicitParams({
|
|
|
@ApiImplicitParam(name = "projectId", dataType = "int", paramType = "query"),
|
|
|
- @ApiImplicitParam(name = "phone", dataType = "int", paramType = "query")
|
|
|
+ @ApiImplicitParam(name = "userId", dataType = "int", paramType = "query")
|
|
|
})
|
|
|
public Response addMember(@RequestParam("projectId") Integer projectId,@RequestParam("userId") Integer userId) throws ServiceException {
|
|
|
projectService.addMember(projectId, userId);
|