Interface Specification
參數 | 説明 | 類型 |
---|---|---|
Content-Type | application/json;charset=UTF-8 | String |
Sign | 加密簽名,請參閱簽名簽名規則 | String |
Timestamp | 當前系統時間戳記(秒) | String |
Api-Key | API key(首頁-開發者選項) | String |
請求頭示例:
{ "Content-Type":"application/json;charset=UTF-8", "Sign":"05d7a50893e22a5c4bb3216ae3396c7c", "Timestamp":"1630468800", "Api-Key":"bDqJFiq9" }
參數 | 説明 | 類型 |
---|---|---|
status | 狀態碼,0表示成功,其他表示失敗 | String |
reason | 故障原因説明 | String |
成功示例:
{ "status":"0", "reason":"success" }
故障示例:
{ "status":"-16", "reason":"timestamp expires" }
使用 Api Key + Api Secret + Timestamp當前系統時間戳(秒),生成MD5-32(不區分大小寫)作爲簽名
示例:
API authentication name: bDqJFiq9
API authentication secret key: 7bz1lzh9
Timestamp current system timestamp (in seconds): 1630468800
MD5(bDqJFiq97bz1lzh91630468800): 05d7a50893e22a5c4bb3216ae3396c7c
點擊此處開啟人工服務