@@ -13,31 +13,31 @@ interface HolidayRemoteService {
13
13
@Query(" solYear" ) year : String ,
14
14
@Query(" pageNo" ) pageNo : Int ,
15
15
@Query(" _type" ) type : String = "json",
16
- @Query(" ServiceKey" ) serviceKey : String = BuildConfig . HOLIDAY_API_KEY
16
+ @Query(" ServiceKey" ) serviceKey : String = ""
17
17
): ResponseHolidayListInfo
18
18
19
19
@GET(" /B090041/openapi/service/SpcdeInfoService/getRestDeInfo" )
20
20
suspend fun fetchHolidayListOnMonth (
21
21
@Query(" solYear" ) year : String ,
22
22
@Query(" solMonth" ) month : String ,
23
23
@Query(" _type" ) type : String = "json",
24
- @Query(" ServiceKey" ) serviceKey : String = BuildConfig . HOLIDAY_API_KEY
24
+ @Query(" ServiceKey" ) serviceKey : String = ""
25
25
): ResponseHolidayListInfo
26
26
27
27
@GET(" /B090041/openapi/service/SpcdeInfoService/getRestDeInfo" )
28
28
suspend fun fetchHolidayOnYear (
29
29
@Query(" solYear" ) year : String ,
30
30
@Query(" pageNo" ) pageNo : Int ,
31
31
@Query(" _type" ) type : String = "json",
32
- @Query(" ServiceKey" ) serviceKey : String = BuildConfig . HOLIDAY_API_KEY
32
+ @Query(" ServiceKey" ) serviceKey : String = ""
33
33
): ResponseHolidayInfo
34
34
35
35
@GET(" /B090041/openapi/service/SpcdeInfoService/getRestDeInfo" )
36
36
suspend fun fetchHolidayOnMonth (
37
37
@Query(" solYear" ) year : String ,
38
38
@Query(" solMonth" ) month : String ,
39
39
@Query(" _type" ) type : String = "json",
40
- @Query(" ServiceKey" ) serviceKey : String = BuildConfig . HOLIDAY_API_KEY
40
+ @Query(" ServiceKey" ) serviceKey : String = ""
41
41
): ResponseHolidayInfo
42
42
43
43
}
0 commit comments