From e041d203fbcd892a864aa42cd9ef2e107d2abcf3 Mon Sep 17 00:00:00 2001 From: DESKTOP-HG94VRH\taohandong <2821744554@qq.com> Date: Thu, 23 May 2019 18:45:57 +0800 Subject: [PATCH] no message --- springboot/src/main/java/com/sincre/springboot/controller/YinShiController.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/springboot/src/main/java/com/sincre/springboot/controller/YinShiController.java b/springboot/src/main/java/com/sincre/springboot/controller/YinShiController.java index b181494..a111e59 100644 --- a/springboot/src/main/java/com/sincre/springboot/controller/YinShiController.java +++ b/springboot/src/main/java/com/sincre/springboot/controller/YinShiController.java @@ -189,14 +189,12 @@ public class YinShiController { String url = YinShiServiceConfig.HostUrl + "lapp/ram/token/get"; Map map1 = new HashMap<>(); - map1.put("accessToken", YinShiServiceConfig.AccessToken); map1.put("accountId", accountId); String result = ApiHelper.doPost(url, new HashMap(), map1); - return result; } - + } -- libgit2 0.21.0