...
|
...
|
@@ -109,7 +109,8 @@ public class BankcardController { |
|
|
|
|
|
private ApiResponse proxyCall(String serviceName, String url, Map<String, Object> params) {
|
|
|
try {
|
|
|
params.put("from", "ufo");
|
|
|
// 接口调用者:1 UFO
|
|
|
params.put("source", "1");
|
|
|
ApiResponse response = serviceCaller.get(serviceName, url, params, ApiResponse.class, null).get(500, TimeUnit.MILLISECONDS);
|
|
|
return response;
|
|
|
} catch (ServiceException e) {
|
...
|
...
|
|