Commit 98425f41 authored by 技术部-任文超's avatar 技术部-任文超

更正注释

parent e5dc6334
...@@ -223,7 +223,7 @@ public class UserQueryLogController { ...@@ -223,7 +223,7 @@ public class UserQueryLogController {
HashMap<String, String> parameters = new HashMap<>(); HashMap<String, String> parameters = new HashMap<>();
parameters.put(Constants.RESULT_DATA, data); parameters.put(Constants.RESULT_DATA, data);
parameters.put("sign", sign); parameters.put("sign", sign);
//访问用户中心查询用户银行卡接口 //访问支付中心查询用户银行卡接口
String resultStr = httpService.post(payCenterUrl + "/ex/search/card_list", parameters); String resultStr = httpService.post(payCenterUrl + "/ex/search/card_list", parameters);
try { try {
JsonObject obj = new JsonParser().parse(resultStr).getAsJsonObject(); JsonObject obj = new JsonParser().parse(resultStr).getAsJsonObject();
......
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