mirror of
https://gitee.com/zhijiantianya/ruoyi-vue-pro.git
synced 2025-12-26 00:26:20 +08:00
Merge branch 'master-jdk17' of https://gitee.com/zhijiantianya/ruoyi-vue-pro
# Conflicts: # yudao-server/src/main/resources/application-dev.yaml # yudao-server/src/main/resources/application-local.yaml
This commit is contained in:
commit
ffd822c703
@ -68,7 +68,7 @@ public class SocialClientSaveReqVO {
|
||||
@JsonIgnore
|
||||
public boolean isPublicKeyValid() {
|
||||
// 如果是支付宝,必须填写 publicKey 属性
|
||||
return !Objects.equals(socialType, SocialTypeEnum.ALIPAY.getType())
|
||||
return !Objects.equals(socialType, SocialTypeEnum.ALIPAY_MINI_PROGRAM.getType())
|
||||
|| !StrUtil.isEmpty(publicKey);
|
||||
}
|
||||
|
||||
|
||||
@ -202,7 +202,6 @@ justauth:
|
||||
client-secret: xx
|
||||
alipay-public-key: xx
|
||||
ignore-check-redirect-uri: true
|
||||
redirect-uri: http://yunai.natapp1.cc
|
||||
ignore-check-state: true
|
||||
cache:
|
||||
type: REDIS
|
||||
|
||||
@ -267,7 +267,6 @@ justauth:
|
||||
client-secret: xx
|
||||
alipay-public-key: xx
|
||||
ignore-check-redirect-uri: true
|
||||
redirect-uri: http://yunai.natapp1.cc
|
||||
ignore-check-state: true
|
||||
cache:
|
||||
type: REDIS
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user