Browse Source

查询收款账户只传卡号

wzy 6 months ago
parent
commit
91b2e18a71

+ 1 - 1
mjava-shantai/src/main/java/com/malk/shantai/service/impl/StDingProcServiceImpl.java

@@ -156,7 +156,7 @@ public class StDingProcServiceImpl extends ServiceImpl<ShantaiMapper, Shantai> i
 
         //查询易快报中收款账户是否存在
         Map result = (Map) JSONObject.parseObject(UtilHttp.doGet(stEkbConfig.getPreUrl() + "/api/openapi/v2/payeeInfos",
-                null, UtilMap.map("accessToken, start, count, names, cardNos, ids, active, orderBy, orderByType", getToken(), 0, 100, data.get("户名"), data.get("账号"), null, true, "updateTime", "desc")))  ;
+                null, UtilMap.map("accessToken, start, count, cardNos, ids, active, orderBy, orderByType", getToken(), 0, 100, data.get("账号"), null, true, "updateTime", "desc")))  ;
         System.out.println(result);
         String payeeId = "";
         List<Map> items = (List<Map>) result.get("items");

+ 1 - 1
mjava-shantai/src/test/java/com/malk/shantai/DdTest.java

@@ -40,7 +40,7 @@ public class DdTest {
 //        stDingProcService.fkdSync("_ynuK9h3RYW4oE06B-D44A06971715048029");
 //        stDingProcService.fkdSync("lReoTnLiRbSreZKodGsyRg06971715650847");
 //        stDingProcService.fkdSync("o2zdfQO-TP6ipxqzZh9cjA06971715405894");
-        stDingProcService.fkdSync("bThPL5IUTVyievfVv53Rmw06971725441883");
+        stDingProcService.fkdSync("x_ZSQjbDSsWjb9xpS25LMw06971736415884");
 
 
     }