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