forked from kidgrow-microservices-platform

zhaoxiaohao
2021-03-31 e1d498a6e753efbc94fe3ea5ffcf92db1e4d9ff3
kidgrow-commons/kidgrow-common-spring-boot-starter/src/main/java/com/kidgrow/common/constant/SecurityConstants.java
@@ -18,6 +18,10 @@
     * 用户信息头
     */
    String USER_HEADER = "x-user-header";
    /**
     * 医生id
     */
    String DOCTOR_ID_HEADER = "x-doctor-id-header";
    /**
     * 用户id信息头
@@ -203,4 +207,10 @@
     * rsa公钥
     */
    String RSA_PUBLIC_KEY = "pubkey.txt";
    /**
     * AES 加解密 Key
     */
    String AES_KEY= "Kidgrow@2801";
}