Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
house365-cm
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
徐州
house365-cm
Commits
192aee34
Commit
192aee34
authored
Jul 12, 2022
by
zoujintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增日志
parent
5966afc8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
InterfaceController.java
...java/com/house365/web/controller/InterfaceController.java
+2
-1
AssessInterface.java
...java/com/house365/ws/interfaces/rest/AssessInterface.java
+1
-1
system.properties
...rc/main/resources/production/properties/system.properties
+1
-1
No files found.
house365-cm-web/src/main/java/com/house365/web/controller/InterfaceController.java
View file @
192aee34
...
...
@@ -116,6 +116,7 @@ public class InterfaceController extends BaseController {
serviceName
=
String
.
valueOf
(
map
.
get
(
ServiceConstant
.
SERVICE_NAME
).
getClass
().
isArray
()
?
((
String
[])
map
.
get
(
ServiceConstant
.
SERVICE_NAME
))[
0
]
:
map
.
get
(
ServiceConstant
.
SERVICE_NAME
));
LOGGER
.
info
(
"xz--------------"
+
serviceName
);
if
(
Strings
.
isNullOrEmpty
(
serviceCode
)
||
Strings
.
isNullOrEmpty
(
serviceName
))
{
LOGGER
.
error
(
"配置执行服务异常:找不到对应服务编码 服务名称!"
);
throw
new
ServiceConfigException
(
"配置执行服务异常:找不到对应服务编码 服务名称!"
);
...
...
@@ -226,7 +227,7 @@ public class InterfaceController extends BaseController {
map
.
put
(
"userId"
,
cas
);
}
}
LOGGER
.
info
(
"xz--------------"
+
map
.
toString
());
// 封装请求参数
Parameter
parameter
=
new
Parameter
();
//封装当前的host
...
...
house365-cm-ws/src/main/java/com/house365/ws/interfaces/rest/AssessInterface.java
View file @
192aee34
...
...
@@ -757,7 +757,7 @@ public class AssessInterface implements IAssessInterface {
* @throws ServiceRunException
*/
@Override
public
Object
getBlockByDistance
(
Map
<
String
,
Object
>
paramMap
)
throws
ServiceRunException
{
public
Object
getBlockByDistance
(
Map
<
String
,
Object
>
paramMap
)
throws
ServiceRunException
{
JSONObject
jsonObject
=
JsonUtil
.
getExecuteOKJson
();
try
{
String
city
=
paramMap
.
get
(
"city"
)
==
null
?
""
:
((
String
[])
paramMap
.
get
(
"city"
))[
0
];
...
...
house365-cm-ws/src/main/resources/production/properties/system.properties
View file @
192aee34
...
...
@@ -34,7 +34,7 @@ sms.count=8
#system.im.sendUrl=http://202.102.94.169:70/push?domain=ZY365&msgtype=9
system.im.sendUrl
=
http://202.102.88.48:70/push?domain=ZY365&msgtype=9
#sms url \u7F6E\u4E1A\u987E\u95EE\u65B0\u77ED\u4FE1\u901A\u9053
system.default.smsUrl
=
http://mysms.house365.com
:81
/index.php/Interface/apiSendMobil/jid/69/depart/1/city/
system.default.smsUrl
=
http://mysms.house365.com/index.php/Interface/apiSendMobil/jid/69/depart/1/city/
#hkb domain
...
...
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