ResponseHeader
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"responseTimestamp": string
} |
欄位 |
responseTimestamp |
string (int64 format)
REQUIRED:此回應的時間戳記,以 Epoch 紀元時間起算的毫秒數表示。接收端應驗證這個時間戳記是否為「現在」的 ±60 秒。
|
保留所有權利。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[[["The server responses include a header object with information about the response."],["This header object contains a `responseTimestamp` field, indicating the time of the response in milliseconds since epoch."],["The `responseTimestamp` field is required and should be within ± 60 seconds of the current time."]]],["The response includes a header object with a single field: `responseTimestamp`. This field, formatted as a string representing a 64-bit integer, is a required timestamp indicating when the response was generated. It is measured in milliseconds since the epoch. The receiving system must validate that this timestamp falls within a 60-second window (plus or minus) of the current time.\n"]]