service-front/src/main/java/com/java110/front/controller/WechatGatewayController.java
@@ -42,7 +42,7 @@ * @param request */ @RequestMapping(path = "/gateway", method = RequestMethod.POST) public ResponseEntity<String> auth(@RequestBody String param, HttpServletRequest request) { public ResponseEntity<String> gateway(@RequestBody String param, HttpServletRequest request) { logger.debug("微信传入信息" + param);