This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[pvlog不检查幂等][修改]
release_toaliyun_real
Stormeye Wu
7 years ago
parent
40c99d85fe
commit
e1994ee844
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkAdmin/src/main/java/com/iformall/interceptor/RequestInterceptor.java
+ 1
- 1
mallinkAdmin/src/main/java/com/iformall/interceptor/RequestInterceptor.java
View File
@@ -36,7 +36,7 @@ public class RequestInterceptor extends HandlerInterceptorAdapter {
return true;
}
String url = request.getRequestURL().toString();
if(url.contains("pvlo
n
g")) {
if(url.contains("pvlog")) {
// pvlog不检查幂等
return true;
}
Write
Preview
Loading…
Cancel
Save