%!s(int64=8) %!d(string=hai) anos
pai
achega
38f4f2e3cc

+ 0 - 9
patient-co-wlyy/src/main/java/com/yihu/wlyy/util/SystemConf.java

@ -45,8 +45,6 @@ public class SystemConf {
	private static final String appId = "appId";
	private static final String appSecret = "appSecret";
	private static final String SEND_MSG ="im_send_msg";
	// 血糖餐前最小值
	public static final double HEALTH_STANDARD_ST_MIN_BEFORE = 4;
	// 血糖餐前最大值
@ -114,13 +112,6 @@ public class SystemConf {
		return systemProperties;
	}
	/**
	 * IM发送接口
	 * @return
	 */
	public String getSendImUrl() {
		return getSystemProperties().getProperty(SEND_MSG);
	}
	/**
	 *  短信接口地址
 	 */