Commit e041d203fbcd892a864aa42cd9ef2e107d2abcf3
1 parent
ca53be24
Exists in
master
no message
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
springboot/src/main/java/com/sincre/springboot/controller/YinShiController.java
| ... | ... | @@ -189,14 +189,12 @@ public class YinShiController { |
| 189 | 189 | |
| 190 | 190 | String url = YinShiServiceConfig.HostUrl + "lapp/ram/token/get"; |
| 191 | 191 | Map<String, Object> map1 = new HashMap<>(); |
| 192 | - | |
| 193 | 192 | map1.put("accessToken", YinShiServiceConfig.AccessToken); |
| 194 | 193 | map1.put("accountId", accountId); |
| 195 | 194 | String result = ApiHelper.doPost(url, new HashMap<String, String>(), map1); |
| 196 | - | |
| 197 | 195 | return result; |
| 198 | 196 | } |
| 199 | 197 | |
| 200 | - | |
| 198 | + | |
| 201 | 199 | |
| 202 | 200 | } | ... | ... |