Authored by zhaoyue

Add health exam doc

No preview for this file type
... ... @@ -3,7 +3,7 @@ git pull
git add --all lib/*
git add push.sh
git add pom.xml
git commit -m "Can read local report"
git commit -m "Add health exam doc"
git push origin master
git status
git pull
... ...
... ... @@ -5,11 +5,14 @@ package com.xkl;
*/
public interface Constants {
// String URL_PREFIX = "http://127.0.0.1:8090";
// String URL_PREFIX = "http://127.0.0.1:8090";
//String URL_PREFIX = "http://139.129.166.85:8090";
String URL_PREFIX = "https://www.hanhezy.com:8090/";
// 加密密钥
String KEY = "weixin";
// 密钥ID
String KEY_ID = "1";
String MALE = "0";
String FEMALE = "1";
... ...