Commit 2ed9ec79 authored by neo's avatar neo

[CONFIG] service api url fix to localhost

parent f165629c
......@@ -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("https://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);
......
......@@ -4,7 +4,7 @@
"token_type": "bearer",
"expires_in": "1200000",
"api_host": "http://localhost:8180/atms-api",
"vat_api_host":"https://cnshaappuwv023:30005",
"vat_api_host":"http://localhost:8180",
"tp_url":"https://cnshaappuwv023:35001",
"version":"1.0.0.0",
"user_name":"admin",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment