|
@@ -64,7 +64,7 @@ public class WxPayScrmController {
|
|
|
@PostMapping("/wxPayNotify")
|
|
|
@Transactional
|
|
|
public String wxPayNotify(HttpServletRequest request) throws Exception {
|
|
|
-
|
|
|
+ logger.info("====================进入微信回调接口===================");
|
|
|
try {
|
|
|
String xmlResult = IOUtils.toString(request.getInputStream(), request.getCharacterEncoding());
|
|
|
WxPayOrderNotifyResult result = wxPayService.parseOrderNotifyResult(xmlResult,"MD5");
|