forked from kidgrow-microservices-platform

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