Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fangyeqing
/
xkl-interface
·
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
Plain Diff
Browse Files
Authored by
zhaoyue
8 years ago
Commit
257fa73df209942acc26d267363ec22937bc9ab6
2 parents
8a0c3ba0
83f254c5
Merge branch 'zhaoyue-dev4' into 'master'
Mod online url See merge request
!54
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
push.sh
src/main/java/com/xkl/config/Constants.java
push.sh
View file @
257fa73
...
...
@@ -2,7 +2,7 @@ git pull
git add --all src/main/java/
*
git add push.sh
git add pom.xml
git commit -m
"
Add online config
"
git commit -m
"
Mod online url
"
#git push origin master
git push origin zhaoyue-dev4
git status
...
...
src/main/java/com/xkl/config/Constants.java
View file @
257fa73
...
...
@@ -97,7 +97,7 @@ public interface Constants {
public
static
final
double
SMALL_DOUBLE
=
0.001
;
public
static
final
String
WEB_LOGIN_URL
=
"http://s.yanyunfeng.com/xikailu/new/account/auth?method=qr.login&url="
;
public
static
final
String
LOCAL_QRVERIFY_URL
=
"https://www.hanhezy.com:8090/qrcode/getUsrInfoWithQr?encryptQr="
;
public
static
final
String
WEB_LOGIN_URL
=
"http://jk.xkljk.com/account/auth?method=qr.login&url="
;
public
static
final
String
LOCAL_QRVERIFY_URL
=
"https://api.xkljk.com/qrcode/getUsrInfoWithQr?encryptQr="
;
}
...
...
Please
register
or
login
to post a comment