|
@@ -15,9 +15,9 @@ 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("merNo", merNo);
|
|
|
rqMap.put("version", version);
|
|
|
- rqMap.put("notifyUrl", notifyUrl);
|
|
|
rqMap.put("timestamp", DateUtils.getDateTime());
|
|
|
rqMap.put("apiContent", JSON.toJSONString(resultMap));
|
|
|
rqMap.put("signType", signType);
|