Commit 2f03f21e authored by 黎博's avatar 黎博

debug

parent f6a9ecc8
......@@ -64,7 +64,7 @@ public class PayInterceptor implements HandlerInterceptor {
EncryptConvertor encryptConvertor = EncryptFactory.produce("yeebao");
Map<String, Object> requestMap = JsonTransUtils.strToMap(encryptConvertor.decrypt(getRequestBody(request)));
Map<String, Object> responseMap = new HashMap<>();
if (uri.equals("/mock/tzt-api/api/bankcard/check")) {
if (uri.equals("/tzt-api/api/bankcard/check")) {
responseMap.put("bankCode", "ABC");
responseMap.put("bankName", "中国农业银行");
responseMap.put("cardTop", "622827");
......
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