forked from kidgrow-microservices-platform

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