同步 https://gitee.com/zhijiantianya/ruoyi-vue-pro/pulls/1464/files
Some checks failed
Java CI with Maven / build (11) (push) Has been cancelled
Java CI with Maven / build (17) (push) Has been cancelled
Java CI with Maven / build (8) (push) Has been cancelled
yudao-ui-admin CI / build (14.x) (push) Has been cancelled
yudao-ui-admin CI / build (16.x) (push) Has been cancelled

This commit is contained in:
YunaiV
2025-11-29 10:00:22 +08:00
parent ffd822c703
commit 5d49baa69c
2 changed files with 0 additions and 11 deletions

View File

@@ -41,9 +41,6 @@ public class SocialClientSaveReqVO {
@Schema(description = "客户端密钥", requiredMode = Schema.RequiredMode.REQUIRED, example = "peter")
@NotNull(message = "客户端密钥不能为空")
private String clientSecret;
@Schema(description = "publicKey公钥", requiredMode = Schema.RequiredMode.REQUIRED, example = "2000045")
private String publicKey;
@Schema(description = "授权方的网页应用编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "2000045")
private String agentId;

View File

@@ -64,14 +64,6 @@ public class SocialClientDO extends TenantBaseDO {
* 客户端 Secret
*/
private String clientSecret;
/**
* publicKey公钥
*
* 目前只有部分“社交类型”在使用:
* 1. 支付宝:支付宝公钥
*/
private String publicKey;
/**
* 代理编号