File tree Expand file tree Collapse file tree
src/main/java/goodspace/backend/shipping Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,6 @@ public class ShippingTraceController {
1818 @ Value ("${api.epost.shipping-service-key}" )
1919 private String serviceKey ;
2020
21- private String baseUrl =
22- "http://openapi.epost.go.kr/trace/retrieveLongitudinalCombinedService/retrieveLongitudinalCombinedService/getLongitudinalCombinedList" ;
23-
2421 @ GetMapping
2522 public ShippingResponseDto getShippingDetail (@ RequestParam String rgist ) throws Exception {
2623 return shippingTraceService .requestShippingStatus (serviceKey , rgist );
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class ShippingDetailDto {
2020 @ JacksonXmlProperty (localName = "statue" )
2121 private String status ;
2222
23- @ JacksonXmlProperty (localName = "locaiont " )
23+ @ JacksonXmlProperty (localName = "location " )
2424 private String location ;
2525
2626 @ JacksonXmlProperty (localName = "remark" )
You can’t perform that action at this time.
0 commit comments