forked from kidgrow-microservices-platform

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