时间线项目的文本和 html 字段都呈现时间线卡片的内容。如果我同时填充timelineItem.text
和timelineItem.html
字段会发生什么?
例如
POST /mirror/v1/timeline HTTP/1.1
Host: www.googleapis.com
Authorization: Bearer {auth token}
Content-Type: application/json
Content-Length: 26
{ "text": "Hello world",
"html": "I am a kitty" }