Commit e041d203fbcd892a864aa42cd9ef2e107d2abcf3

Authored by 陶汉栋
1 parent ca53be24
Exists in master

no message

springboot/src/main/java/com/sincre/springboot/controller/YinShiController.java
@@ -189,14 +189,12 @@ public class YinShiController { @@ -189,14 +189,12 @@ public class YinShiController {
189 189
190 String url = YinShiServiceConfig.HostUrl + "lapp/ram/token/get"; 190 String url = YinShiServiceConfig.HostUrl + "lapp/ram/token/get";
191 Map<String, Object> map1 = new HashMap<>(); 191 Map<String, Object> map1 = new HashMap<>();
192 -  
193 map1.put("accessToken", YinShiServiceConfig.AccessToken); 192 map1.put("accessToken", YinShiServiceConfig.AccessToken);
194 map1.put("accountId", accountId); 193 map1.put("accountId", accountId);
195 String result = ApiHelper.doPost(url, new HashMap<String, String>(), map1); 194 String result = ApiHelper.doPost(url, new HashMap<String, String>(), map1);
196 -  
197 return result; 195 return result;
198 } 196 }
199 197
200 - 198 +
201 199
202 } 200 }