@@ -164,5 +164,9 @@ public class PayController extends HttpServlet {
+ }
+ @GetMapping("/aa")
+ public String handleWeixinCallback() {
+ return "aaa";
}
@@ -23,7 +23,7 @@ spring:
# 开发环境日志为debug
logging:
file: logs/erp-server.out
- config: classpath:log4j2-spring.xml #日志文件自定义名
+# config: classpath:log4j2-spring.xml #日志文件自定义名
level:
org.springframework: ERROR
springfox.documentation: ERROR