|
@@ -267,7 +267,7 @@ public class ERPServiceImpl implements ERPService {
|
|
|
.readTimeout(15000) //读取超时时间
|
|
.readTimeout(15000) //读取超时时间
|
|
|
.request()
|
|
.request()
|
|
|
.response();
|
|
.response();
|
|
|
- System.out.println(response);
|
|
|
|
|
|
|
+ // System.out.println(response);
|
|
|
} catch (KyeOpenApiException e) {
|
|
} catch (KyeOpenApiException e) {
|
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
}
|
|
}
|