|
@@ -157,9 +157,9 @@ public class WxNotifyController {
|
|
|
@ApiOperation("微信退款回调")
|
|
|
public WxNotifyReturnDTO refundNotify(@RequestBody FilmWxpayDTO filmWxpayDTO, HttpServletRequest request) throws GeneralSecurityException, IOException {
|
|
|
String bodyString = getBodyString(request);
|
|
|
- if (!validate(request,bodyString)){
|
|
|
- throw new CustomException("签名失败");
|
|
|
- }
|
|
|
+// if (!validate(request,bodyString)){
|
|
|
+// throw new CustomException("签名失败");
|
|
|
+// }
|
|
|
String resourceString = getSourString(filmWxpayDTO);
|
|
|
log.info(resourceString);
|
|
|
JSONObject jsonObject = JSONObject.parseObject(resourceString);
|