|
@@ -32,9 +32,6 @@ public class TicketApi {
|
|
@Value("${dfy.mp.apikey}")
|
|
@Value("${dfy.mp.apikey}")
|
|
private String apiKey;
|
|
private String apiKey;
|
|
|
|
|
|
- @Value("${dfy.proxyHost}")
|
|
|
|
- private String proxyHost ;
|
|
|
|
-
|
|
|
|
public TicketApi(ApiLogDao apiLogDao) {
|
|
public TicketApi(ApiLogDao apiLogDao) {
|
|
this.apiLogDao = apiLogDao;
|
|
this.apiLogDao = apiLogDao;
|
|
}
|
|
}
|