xin
2025-07-10 f30342f8762f598da78ee9be80779085347af067
oying-system/src/main/java/com/oying/modules/security/config/SecurityProperties.java
@@ -55,6 +55,11 @@
     */
    private Long renew;
    /**
     * 自定义redis key
     */
    private String generateOrderSn;
    public String getTokenStartWith() {
        return tokenStartWith + " ";
    }