mirror of
https://github.com/YunaiV/ruoyi-vue-pro.git
synced 2026-04-19 14:18:37 +00:00
This commit is contained in:
@@ -42,9 +42,6 @@ public class SocialClientSaveReqVO {
|
|||||||
@NotNull(message = "客户端密钥不能为空")
|
@NotNull(message = "客户端密钥不能为空")
|
||||||
private String clientSecret;
|
private String clientSecret;
|
||||||
|
|
||||||
@Schema(description = "publicKey公钥", requiredMode = Schema.RequiredMode.REQUIRED, example = "2000045")
|
|
||||||
private String publicKey;
|
|
||||||
|
|
||||||
@Schema(description = "授权方的网页应用编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "2000045")
|
@Schema(description = "授权方的网页应用编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "2000045")
|
||||||
private String agentId;
|
private String agentId;
|
||||||
|
|
||||||
|
|||||||
@@ -65,14 +65,6 @@ public class SocialClientDO extends TenantBaseDO {
|
|||||||
*/
|
*/
|
||||||
private String clientSecret;
|
private String clientSecret;
|
||||||
|
|
||||||
/**
|
|
||||||
* publicKey公钥
|
|
||||||
*
|
|
||||||
* 目前只有部分“社交类型”在使用:
|
|
||||||
* 1. 支付宝:支付宝公钥
|
|
||||||
*/
|
|
||||||
private String publicKey;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 代理编号
|
* 代理编号
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user