支付中心查询银行卡接口更新

parent e15034e9
......@@ -304,8 +304,11 @@ public class UserQueryLogController {
}
private HashMap<String,String> getBankCardsByPhoneNos(List<String> phoneNos){
HashMap<String,Object> ha=new HashMap<String,Object>();
ha.put("type","1");
ha.put("phones",phoneNos);
String phoneNoStr= new Gson().toJson(ha);
String phoneNoStr= new Gson().toJson(phoneNos);
String data="";
String sign="";
HashMap<String,String> phonesMap=new HashMap<String,String>();
......
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