|
@@ -15,7 +15,7 @@ public class YqPayUtil {
|
|
|
|
|
|
public static Map<String, Object> getRequestMap(String notifyUrl, Map<String, Object> resultMap) throws Exception {
|
|
|
Map<String, Object> rqMap = new LinkedHashMap<>();
|
|
|
- rqMap.put("notifyUrl", notifyUrl);
|
|
|
+// rqMap.put("notifyUrl", notifyUrl);
|
|
|
rqMap.put("merNo", merNo);
|
|
|
rqMap.put("version", version);
|
|
|
rqMap.put("timestamp", DateUtils.getDateTime());
|