Skip to content

Commit f4c7964

Browse files
committed
docs: fix
1 parent 5454d1a commit f4c7964

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ curl -X POST https://your-domain.com/api/emails/generate \
449449

450450
使用 JavaScript 获取邮件列表:
451451
```javascript
452-
const res = await fetch('https://your-domain.com/api/emails/your-email-id/messages', {
452+
const res = await fetch('https://your-domain.com/api/emails/your-email-id', {
453453
headers: {
454454
'X-API-Key': 'YOUR_API_KEY'
455455
}
@@ -505,4 +505,3 @@ const data = await res.json();
505505
<br />
506506
<br />
507507
<a href="https://www.buymeacoffee.com/beilunyang" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="width: 400px;" ></a>
508-
如二维码失效,请添加我的个人微信(hansenones),并备注 “MoeMail” 加入微信交流群

0 commit comments

Comments
 (0)