Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
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
haoban3.0
haoban-manage3.0
Commits
50f26f14
Commit
50f26f14
authored
May 22, 2024
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
3cf70afa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
QywxCallbackController.java
.../haoban/manage/web/controller/QywxCallbackController.java
+1
-1
spring-interceptor.xml
...ration-web/src/main/webapp/WEB-INF/spring-interceptor.xml
+1
-0
No files found.
haoban-manage3-operation-web/src/main/java/com/gic/haoban/manage/web/controller/QywxCallbackController.java
View file @
50f26f14
...
@@ -19,7 +19,7 @@ public class QywxCallbackController extends WebBaseController {
...
@@ -19,7 +19,7 @@ public class QywxCallbackController extends WebBaseController {
public
Object
callback
(
HttpServletRequest
request
,
HttpServletResponse
response
)
throws
IOException
{
public
Object
callback
(
HttpServletRequest
request
,
HttpServletResponse
response
)
throws
IOException
{
try
{
try
{
String
body
=
IOUtils
.
toString
(
request
.
getInputStream
())
;
String
body
=
IOUtils
.
toString
(
request
.
getInputStream
())
;
logger
.
info
(
"企微消
费
下发={}"
,
body
);
logger
.
info
(
"企微消
息
下发={}"
,
body
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
logger
.
info
(
"异常"
,
e
);
logger
.
info
(
"异常"
,
e
);
}
}
...
...
haoban-manage3-operation-web/src/main/webapp/WEB-INF/spring-interceptor.xml
View file @
50f26f14
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
<mvc:interceptor>
<mvc:interceptor>
<mvc:mapping
path=
"/**"
/>
<mvc:mapping
path=
"/**"
/>
<mvc:exclude-mapping
path=
"/get-pic-code"
/>
<mvc:exclude-mapping
path=
"/get-pic-code"
/>
<mvc:exclude-mapping
path=
"/qywx-msg-notice"
/>
<mvc:exclude-mapping
path=
"/phone-login"
/>
<mvc:exclude-mapping
path=
"/phone-login"
/>
<mvc:exclude-mapping
path=
"/upload-file*"
/>
<mvc:exclude-mapping
path=
"/upload-file*"
/>
<mvc:exclude-mapping
path=
"/upload-file-voice"
/>
<mvc:exclude-mapping
path=
"/upload-file-voice"
/>
...
...
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