mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-08-01 18:53:35 +08:00
Number of deletions
This commit is contained in:
@ -101,7 +101,7 @@ public class AiConfigController {
|
||||
public DataResult<InviteQrCodeResponse> getInviteQrCode() {
|
||||
String apiKey = getApiKey();
|
||||
if (StringUtils.isBlank(apiKey)) {
|
||||
return DataResult.empty();
|
||||
return DataResult.of(new InviteQrCodeResponse());
|
||||
}
|
||||
return gatewayClientService.getInviteQrCode(apiKey);
|
||||
}
|
||||
|
Reference in New Issue
Block a user