|
|
@@ -124,7 +124,7 @@ public class VipUserOrderController {
|
|
|
* 支付宝回调
|
|
|
*/
|
|
|
@PostMapping("/zfb/notify")
|
|
|
- public String aliPayNotify(@RequestBody @Validated AlipayOrderDonReq re) throws Exception {
|
|
|
+ public String aliPayNotify(HttpServletRequest request) throws Exception {
|
|
|
////将异步通知中收到的所有参数都存放到map中
|
|
|
Map<String, String> params = convertRequestParamsToMap(request);
|
|
|
String tradeStatus = params.get("trade_status");
|