|
|
@@ -228,6 +228,8 @@ public class LeYunFuController {
|
|
|
notifyMap.put("amount", request.getParameter("amount"));
|
|
|
notifyMap.put("sign", request.getParameter("sign"));
|
|
|
|
|
|
+ System.out.println("notifyMap:" + notifyMap.toString());
|
|
|
+
|
|
|
// 签名正确
|
|
|
// 进行处理。
|
|
|
// 注意特殊情况:订单已经退款,但收到了支付结果成功的通知,不应把商户侧订单状态从退款改成支付成功
|