forked from kidgrow-microservices-platform

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