Commit cecc00e7 authored by 黎博's avatar 黎博

Update

parent 6c643810
...@@ -29,3 +29,6 @@ build/ ...@@ -29,3 +29,6 @@ build/
### VS Code ### ### VS Code ###
.vscode/ .vscode/
### local log ###
*.log
...@@ -30,8 +30,8 @@ public class PayInterceptor implements HandlerInterceptor { ...@@ -30,8 +30,8 @@ public class PayInterceptor implements HandlerInterceptor {
@Autowired @Autowired
MockMapper mockMapper; MockMapper mockMapper;
@Value("${namespace}") // @Value("${namespace}")
private String namespace; private String namespace = "pre";
/** /**
* 获取HttpServletRequest的body * 获取HttpServletRequest的body
......
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