Files
ai_wht_wechat/backend/publish_config_example.json
2025-12-19 22:36:48 +08:00

39 lines
1.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"cookies": [
{
"name": "a1",
"value": "your_cookie_value_here",
"domain": ".xiaohongshu.com",
"path": "/",
"expires": -1,
"httpOnly": false,
"secure": false,
"sameSite": "Lax"
},
{
"name": "webId",
"value": "your_webid_here",
"domain": ".xiaohongshu.com",
"path": "/",
"expires": -1,
"httpOnly": false,
"secure": false,
"sameSite": "Lax"
}
],
"title": "💧夏日必备2元一杯的柠檬水竟然这么好喝",
"content": "今天给大家分享一个超级实惠的夏日饮品!\n\n蜜雪冰城的柠檬水只要2元一杯性价比真的太高了\n酸酸甜甜的口感冰冰凉凉超解渴~\n\n夏天必备强烈推荐给大家",
"images": [
"https://picsum.photos/800/600?random=1",
"https://picsum.photos/800/600?random=2",
"D:/project/Work/ai_xhs/backend/temp_uploads/image3.jpg"
],
"tags": [
"夏日清爽",
"饮品",
"柠檬水",
"性价比",
"蜜雪冰城"
]
}