stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§2 Trigger scenario
Trigger scenario
When a creator completely removes the App's access to his/her data.
§3 Data business parameters
Data business parameters
| Parameter name | Data Type | Sample | Description |
|---|---|---|---|
| type | int | 20 | Webhook type, fixed to 20 for this webhook. |
| tts_notification_id | string | "7327112393057371910" | The ID of the notification. |
| creator_open_id | string | "VIyStQAAAADCBQ40s4TzOSSOEIW-bM5O9cod3vK8OytW8m-bnBYlXw" | The open_id of the creator. To get the value, see Authorization overview. |
| timestamp | int | 1644412885 | The UNIX timestamp when this webhook was triggered. |
| data | object | ||
| └ cancel_time | string | "1644412885" | The UNIX timestamp when this event happened. |
§4 Event example
Event example
{
"type": 20,
"creator_open_id": "VIyStQAAAADCBQ40s4TzOSSOEIW-bM5O9cod3vK8OytW8m-bnBYlXw",
"tts_notification_id" : "7327112393057371910",
"timestamp": 1644412885,
"data": {
"cancel_time": 1644412885
}
}
