forked from kidgrow-microservices-platform

克 刘
2021-03-01 abf8fc90e91e1b30a46611a8eece62e4b644dbf7
1
2
3
4
5
6
7
8
package com.kidgrow.common.constant;
 
public interface HealthConstant {
    /**
     * 调用运动处方的加盐方式
     */
    public static final String HEALTH_KEY = "xg~!@753159";
}