Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐州
Hgs
Commits
21fb13f1
Commit
21fb13f1
authored
Mar 09, 2021
by
jay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
云迹调用接口线上环境切换
parent
b8192227
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
system.properties
...rc/main/resources/production/properties/system.properties
+1
-1
GetNewUserInfoImpl.java
...a/com/house365/ws/interfaces/rest/GetNewUserInfoImpl.java
+2
-2
system.properties
...rc/main/resources/production/properties/system.properties
+1
-1
No files found.
house365-hgs-web/src/main/resources/production/properties/system.properties
View file @
21fb13f1
...
...
@@ -72,7 +72,7 @@ get.pay.url = https://mtsapi.house365.com
#云信im同步地址
IM.SYNC.URL
=
http://yunxinim.house365.com
#云迹拉取新接口地址
CLOUD.PULL.URL
=
http://
192.168.105.121
:8083/user/hgs/loginaccountinfo
CLOUD.PULL.URL
=
http://
cdx2.prod.house365.com
:8083/user/hgs/loginaccountinfo
...
...
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/GetNewUserInfoImpl.java
View file @
21fb13f1
...
...
@@ -75,8 +75,8 @@ public class GetNewUserInfoImpl implements IGetNewUserInfo {
//查询在线客服list
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
//测试临时新加部门,上线需要调整
//
queryMap.put("deptId", 568);
queryMap
.
put
(
"deptId"
,
557
);
queryMap
.
put
(
"deptId"
,
568
);
//
queryMap.put("deptId", 557);
queryMap
.
put
(
"onlineStatus"
,
1
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
...
...
house365-hgs-ws/src/main/resources/production/properties/system.properties
View file @
21fb13f1
...
...
@@ -70,5 +70,5 @@ projects.server.url=http://oms.house365.com/tpp/adminpack/index.php
#推广部同步用户url
promote.url
=
http://365tgb.house365.com/api/app/syncUserFromApp
#云迹拉取新接口地址
CLOUD.PULL.URL
=
http://
192.168.105.121
:8083/user/hgs/loginaccountinfo
CLOUD.PULL.URL
=
http://
cdx2.prod.house365.com
:8083/user/hgs/loginaccountinfo
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