Commit 67e3040d authored by 黎博's avatar 黎博

debug

parent 3246160b
...@@ -114,6 +114,9 @@ public class PayInterceptor implements HandlerInterceptor { ...@@ -114,6 +114,9 @@ public class PayInterceptor implements HandlerInterceptor {
if (value.startsWith("$request")) { if (value.startsWith("$request")) {
entry.setValue(requestMap.get(value.split("\\.")[1])); entry.setValue(requestMap.get(value.split("\\.")[1]));
} }
if (uri.equals("/tzt-api/api/bindcard/request")) {
requestMap.put("yborderid", "TZAUba0c7b8" + requestMap.get("requestno") + "95c929ca802e");
}
} }
// 对response加密 // 对response加密
printWriter.write(encryptConvertor.encrypt(JsonTransUtils.mapToJson(responseMap))); printWriter.write(encryptConvertor.encrypt(JsonTransUtils.mapToJson(responseMap)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment