forked from kidgrow-microservices-platform

zhaoxiaohao
2020-11-19 318b7a77c4b9ce2c39f33dc21a5f1560fc6262c7
1
2
3
4
5
6
7
8
package com.kidgrow.common.constant;
 
public interface HealthConstant {
    /**
     * 调用运动处方的加盐方式
     */
    public static final String HEALTH_KEY = "xg~!@753159";
}