修改配置代码

This commit is contained in:
chy
2026-02-10 10:50:32 +08:00
parent 2cae542098
commit bb986102f3
7 changed files with 7 additions and 7 deletions

View File

@@ -64,7 +64,7 @@ public class OAuth2ClientRespVO {
@Schema(description = "回调URI地址", requiredMode = Schema.RequiredMode.REQUIRED, example = "https://www.iocoder.cn")
private String callbackUris;
@Schema(description = "附加信息", example = "{yunai: true}")
@Schema(description = "附加信息", example = "{lidee: true}")
private String additionalInformation;
@Schema(description = "创建时间", requiredMode = Schema.RequiredMode.REQUIRED)

View File

@@ -78,7 +78,7 @@ public class OAuth2ClientSaveReqVO {
@Schema(description = "资源", example = "1024")
private List<String> resourceIds;
@Schema(description = "附加信息", example = "{yunai: true}")
@Schema(description = "附加信息", example = "{lidee: true}")
private String additionalInformation;
@Schema(description = "回调URI地址", requiredMode = Schema.RequiredMode.REQUIRED, example = "https://www.iocoder.cn")