Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
2ed9ec79
Commit
2ed9ec79
authored
Jun 05, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CONFIG] service api url fix to localhost
parent
f165629c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
UserServiceImpl.java
...n/java/pwc/taxtech/atms/service/impl/UserServiceImpl.java
+1
-1
dummyCookie.js
atms-web/src/main/webapp/dummy/dummyCookie.js
+1
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/service/impl/UserServiceImpl.java
View file @
2ed9ec79
...
...
@@ -409,7 +409,7 @@ public class UserServiceImpl extends AbstractService implements UserService {
token
.
setExpires_in
(
86400000L
);
// api_host可以由atms-web端来赋值
token
.
setApi_host
(
"NA"
);
token
.
setVat_api_host
(
"http
s://cnshaappuwv023:30005
"
);
token
.
setVat_api_host
(
"http
://localhost:8180
"
);
token
.
setTp_url
(
"https://cnshaappuwv023:35001"
);
token
.
setVersion
(
"1.0"
+
".0.0"
);
token
.
setUser_name
(
inputLoginName
);
...
...
atms-web/src/main/webapp/dummy/dummyCookie.js
View file @
2ed9ec79
...
...
@@ -4,7 +4,7 @@
"token_type"
:
"bearer"
,
"expires_in"
:
"1200000"
,
"api_host"
:
"http://localhost:8180/atms-api"
,
"vat_api_host"
:
"http
s://cnshaappuwv023:30005
"
,
"vat_api_host"
:
"http
://localhost:8180
"
,
"tp_url"
:
"https://cnshaappuwv023:35001"
,
"version"
:
"1.0.0.0"
,
"user_name"
:
"admin"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment