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
|
@JsonIgnore
|
||||||
public boolean isPublicKeyValid() {
|
public boolean isPublicKeyValid() {
|
||||||
// 如果是支付宝,必须填写 publicKey 属性
|
// 如果是支付宝,必须填写 publicKey 属性
|
||||||
return !Objects.equals(socialType, SocialTypeEnum.ALIPAY.getType())
|
return !Objects.equals(socialType, SocialTypeEnum.ALIPAY_MINI_PROGRAM.getType())
|
||||||
|| !StrUtil.isEmpty(publicKey);
|
|| !StrUtil.isEmpty(publicKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -202,7 +202,6 @@ justauth:
|
|||||||
client-secret: xx
|
client-secret: xx
|
||||||
alipay-public-key: xx
|
alipay-public-key: xx
|
||||||
ignore-check-redirect-uri: true
|
ignore-check-redirect-uri: true
|
||||||
redirect-uri: http://yunai.natapp1.cc
|
|
||||||
ignore-check-state: true
|
ignore-check-state: true
|
||||||
cache:
|
cache:
|
||||||
type: REDIS
|
type: REDIS
|
||||||
|
|||||||
@ -267,7 +267,6 @@ justauth:
|
|||||||
client-secret: xx
|
client-secret: xx
|
||||||
alipay-public-key: xx
|
alipay-public-key: xx
|
||||||
ignore-check-redirect-uri: true
|
ignore-check-redirect-uri: true
|
||||||
redirect-uri: http://yunai.natapp1.cc
|
|
||||||
ignore-check-state: true
|
ignore-check-state: true
|
||||||
cache:
|
cache:
|
||||||
type: REDIS
|
type: REDIS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user