Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface-example-all
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
zhaoyue
2017-03-09 23:43:45 +0800
Commit
4f94e1519d559930843952b8c4982cfcc709d60f
1 parent
c80701b5
Add health exam doc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
docs/examsoft/HealthExamInter.docx
push.sh
src/main/java/com/xkl/Constants.java
docs/examsoft/HealthExamInter.docx
0 → 100644
View file @
4f94e15
No preview for this file type
push.sh
View file @
4f94e15
...
...
@@ -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
...
...
src/main/java/com/xkl/Constants.java
View file @
4f94e15
...
...
@@ -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"
;
...
...
Please
register
or
login
to post a comment