升级到jdk17
This commit is contained in:
@@ -79,7 +79,8 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
"/api/system/user-referee/getRefereeNumByUidList",
|
||||
"/api/system/setting/getByKey/**",
|
||||
"/api/system/setting/updateByKey/**",
|
||||
"/lvQ4EoivKJ.txt"
|
||||
"/lvQ4EoivKJ.txt",
|
||||
"/api/wechat-cert-test"
|
||||
)
|
||||
.permitAll()
|
||||
.anyRequest()
|
||||
|
||||
@@ -243,4 +243,8 @@ public class OaAppParam extends BaseParam {
|
||||
@TableField(exist = false)
|
||||
private Set<Integer> appIds;
|
||||
|
||||
@ApiModelProperty(value = "访问令牌")
|
||||
@TableField(exist = false)
|
||||
private String token;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user