Skip to content

Commit 73d60e9

Browse files
authored
Update example URLs and success response in README
1 parent b2fc4b6 commit 73d60e9

1 file changed

Lines changed: 13 additions & 18 deletions

File tree

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Query Parameters:
8686

8787
Example:
8888
```
89-
/api/rednote?url=http://xhslink.com/o/2jqifpr7GJ5
89+
/api/rednote?url=http://xhslink.com/o/21DKXV988zp
9090
```
9191

9292
### POST /api/rednote
@@ -95,7 +95,7 @@ Body:
9595

9696
```json
9797
{
98-
"url": "http://xhslink.com/o/2jqifpr7GJ5"
98+
"url": "http://xhslink.com/o/21DKXV988zp"
9999
}
100100
```
101101

@@ -105,27 +105,22 @@ Body:
105105

106106
```json
107107
{
108-
"noteId": "6810c9a3000000002300ed1e",
109-
"nickname": "我想你的夜 (Wǒ xiǎng nǐ de yè)",
110-
"title": "我想你的夜 - 小红书",
111-
"desc": "最近无聊的时候写了一段歌词...",
112-
"keywords": "music, sunoai",
113-
"duration": "03:20",
108+
"desc": "这碗面不仅是食物,更是快乐的来源!好吃到想每天吃!",
109+
"downloads": [],
110+
"duration": "",
114111
"engagement": {
115-
"likes": "4",
112+
"collects": "0",
116113
"comments": "2",
117-
"collects": "0"
114+
"likes": "1"
118115
},
119116
"images": [
120-
"https://..."
117+
"http://sns-webpic-qc.xhscdn.com/202601081924/6bd0dbeff2d295034320d652e5920a11/1040g00831ej7ki91h26g5ps768227md5hqjjk70!nd_dft_wlteh_jpg_3"
121118
],
122-
"downloads": [
123-
{
124-
"quality": "Original",
125-
"url": "https://..."
126-
}
127-
],
128-
"status": true
119+
"keywords": "",
120+
"nickname": "这碗面不仅是食物,更是快乐的来源!好吃到想每天吃!",
121+
"noteId": "67c6308c000000002a00fff2",
122+
"status": true,
123+
"title": "这碗面不仅是食物,更是快乐的来源!好吃到想每天吃! - 小红书"
129124
}
130125
```
131126

0 commit comments

Comments
 (0)