mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-03-30 01:34:46 +00:00
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -64,14 +64,6 @@ public class SocialClientDO extends TenantBaseDO {
|
||||
* 客户端 Secret
|
||||
*/
|
||||
private String clientSecret;
|
||||
|
||||
/**
|
||||
* publicKey公钥
|
||||
*
|
||||
* 目前只有部分“社交类型”在使用:
|
||||
* 1. 支付宝:支付宝公钥
|
||||
*/
|
||||
private String publicKey;
|
||||
|
||||
/**
|
||||
* 代理编号
|
||||
|
||||
Reference in New Issue
Block a user