forked from wanjia9506/soft_bot
judgeIsInstallBot接口修改参数
This commit is contained in:
parent
ee5549ebb0
commit
04708fa109
|
|
@ -1151,8 +1151,8 @@ public class UserService extends AbstractUserBot implements IUserService {
|
|||
}
|
||||
|
||||
}
|
||||
judgeIsInstallBotResponse.setInstallOwners(installRepoList);
|
||||
judgeIsInstallBotResponse.setUninstallOwners(unInstallRepoList);
|
||||
judgeIsInstallBotResponse.setInstallRepos(installRepoList);
|
||||
judgeIsInstallBotResponse.setUninstallRepos(unInstallRepoList);
|
||||
return judgeIsInstallBotResponse;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ import java.util.List;
|
|||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
public class JudgeIsInstallBotResponse {
|
||||
|
||||
private List<String> installOwners;
|
||||
private List<String> installRepos;
|
||||
|
||||
private List<String> uninstallOwners;
|
||||
private List<String> uninstallRepos;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue