|
@@ -83,7 +83,7 @@ public class WxNotifyController {
|
|
|
public WxNotifyReturnDTO wxpayNotify(@RequestBody WxpayNotifyDTO wxpayNotifyDTO, HttpServletRequest request) throws GeneralSecurityException, IOException {
|
|
|
String bodyString = getBodyString(request);
|
|
|
if (!validate(request, bodyString)) {
|
|
|
- throw new CustomException("签名失败");
|
|
|
+ throw new CustomException("签名失败");
|
|
|
}
|
|
|
String resourceString = getSourString(wxpayNotifyDTO);
|
|
|
log.info(resourceString);
|