Authored by zhaoyue

Add health exam doc

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