检查清单
问题描述
新版memos的接口改为了:<BaseUrl>/api/v1/memos?filter=creator_id==<id>, 接口的返回内容变成了对象了:
{
"memos": [
{
"name": "memos/mfACvmG7H82ynU7BPkMHwe",
"state": "NORMAL",
"creator": "users/xiaohanys",
"createTime": "2026-04-23T12:07:55Z",
"updateTime": "2026-04-23T12:07:55Z",
"content": "hahaha",
"visibility": "PUBLIC",
"tags": [],
"pinned": false,
"attachments": [],
"relations": [],
"reactions": [],
"property": {
"hasLink": false,
"hasTaskList": false,
"hasCode": false,
"hasIncompleteTasks": false,
"title": ""
},
"snippet": "hahaha"
},
...
}
检查清单
问题描述
新版memos的接口改为了:
<BaseUrl>/api/v1/memos?filter=creator_id==<id>, 接口的返回内容变成了对象了:{ "memos": [ { "name": "memos/mfACvmG7H82ynU7BPkMHwe", "state": "NORMAL", "creator": "users/xiaohanys", "createTime": "2026-04-23T12:07:55Z", "updateTime": "2026-04-23T12:07:55Z", "content": "hahaha", "visibility": "PUBLIC", "tags": [], "pinned": false, "attachments": [], "relations": [], "reactions": [], "property": { "hasLink": false, "hasTaskList": false, "hasCode": false, "hasIncompleteTasks": false, "title": "" }, "snippet": "hahaha" }, ... }