잘못된 타임스탬프

설명

review 또는 merchant에 잘못된 create_timestamp 또는 last_update_timestamp가 포함되어 있거나 create_timestamplast_update_timestamp 이후인 경우 잘못된 타임스탬프 문제가 발생합니다.

해결 방법

review 또는 merchant을 제공하여 create_timestamplast_update_timestamp가 올바른지 확인합니다.

3월 1일에 '2017_03_01.xml" 피드 파일을 엔드포인트에 업로드합니다. 파일에는 다음 콘텐츠가 포함되어 있습니다.

<merchant id="2739">
  <name>Google Store</name>
  <merchant_url>http://store.google.com</merchant_url>
  <rating_url>http://www.example-reviews.com/m2739.html</rating_url>
  <create_timestamp>2017-02-25T03:02:23Z</create_timestamp>
  <last_update_timestamp>2017-02-25T03:01:32Z</last_update_timestamp>
</merchant>

위 파일에는 create_timestamplast_update_timestamp 뒤에 있는 merchant 항목이 포함되어 있습니다. 피드를 처리한 후 지원팀에서 데이터 문제, 잘못된 타임스탬프가 발생했음을 알립니다.

며칠 후 문서를 검토한 후 "2017_03_04-fix.xml" 파일을 엔드포인트에 업로드하여 잘못된 평점 문제를 해결합니다.

<merchant id="2739">
  <name>Google Store</name>
  <merchant_url>http://store.google.com</merchant_url>
  <rating_url>http://www.example-reviews.com/m2739.html</rating_url>
  <create_timestamp>2017-02-25T03:02:23Z</create_timestamp>
  <last_update_timestamp>2017-02-25T03:02:23Z</last_update_timestamp>
</merchant>