Files
media_crawler/docs/cms/[MEDIA]CMS获取Token.json
renjue 82581d2949 Implement full media crawler workflow with Flask backend and Vue frontend.
Add TMDB search and media detail pages, HDHive resource ingestion flow, unified error handling, Docker single-container runtime, and project docs/config updates for local deployment.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 16:16:18 +08:00

147 lines
3.4 KiB
JSON

{
"name": "[MEDIA]CMS获取Token",
"nodes": [
{
"parameters": {
"inputSource": "passthrough"
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
0,
0
],
"id": "8b0db7d2-9dfa-43f6-abc1-04751f022c67",
"name": "When Executed by Another Workflow"
},
{
"parameters": {
"method": "POST",
"url": "https://cms.rc707blog.top/api/auth/login",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:147.0) Gecko/20100101 Firefox/147.0"
},
{
"name": "Accept",
"value": "application/json, text/plain, */*"
},
{
"name": "Accept-Language",
"value": "zh-CN,zh;q=0.9,zh-TW;q=0.8,zh-HK;q=0.7,en-US;q=0.6,en;q=0.5"
},
{
"name": "Accept-Encoding",
"value": "gzip, deflate, br, zstd"
},
{
"name": "Origin",
"value": "https://cms.rc707blog.top"
},
{
"name": "DNT",
"value": "1"
},
{
"name": "Alt-Used",
"value": "cms.rc707blog.top"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Referer",
"value": "https://cms.rc707blog.top/login"
},
{
"name": "Priority",
"value": "u=0"
},
{
"name": "TE",
"value": "trailers"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "username",
"value": "rose_cat707"
},
{
"name": "password",
"value": "ro983364"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.3,
"position": [
208,
0
],
"id": "06e9804f-6bbd-43d7-a192-081394f9ee9e",
"name": "HTTP Request"
},
{
"parameters": {
"mode": "raw",
"jsonOutput": "={\n\"output\": \"{{ $json.data.token }}\"\n}",
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
416,
0
],
"id": "c93efa65-9381-403a-8d2c-3d3446e79bfa",
"name": "Edit Fields"
}
],
"pinData": {},
"connections": {
"When Executed by Another Workflow": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"versionId": "683c7ff7-4b28-454f-8215-98f5d6b055aa",
"meta": {
"instanceId": "66cf2dfa889c11bef16af6baad527d2d3bcad1ee4e7726db9de95c31e876ed5e"
},
"id": "R9CpsJ3lkHFdx-Z3XMNnE",
"tags": []
}