WuGuan commited on
Commit
2e96a88
·
verified ·
1 Parent(s): 54b2fc4

Update flows.json

Browse files
Files changed (1) hide show
  1. flows.json +25 -27
flows.json CHANGED
@@ -1,17 +1,9 @@
1
  [
2
- {
3
- "id": "4396a2bb2cef9674",
4
- "type": "tab",
5
- "label": "流程 1",
6
- "disabled": false,
7
- "info": "",
8
- "env": []
9
- },
10
  {
11
  "id": "2be99c2fa62e6f44",
12
  "type": "inject",
13
  "z": "4396a2bb2cef9674",
14
- "name": "",
15
  "props": [
16
  {
17
  "p": "payload"
@@ -22,34 +14,40 @@
22
  }
23
  ],
24
  "repeat": "",
25
- "crontab": "17 21 * * *",
26
  "once": false,
27
  "onceDelay": 0.1,
28
  "topic": "",
29
- "payload": "",
30
  "payloadType": "date",
31
- "x": 200,
32
- "y": 120,
33
  "wires": [
34
  [
35
- "dfbbd31ab34771a7"
36
  ]
37
  ]
38
  },
39
  {
40
- "id": "dfbbd31ab34771a7",
41
- "type": "debug",
42
  "z": "4396a2bb2cef9674",
43
- "name": "debug 1",
44
- "active": true,
45
- "tosidebar": true,
46
- "console": false,
47
- "tostatus": false,
48
- "complete": "false",
49
- "statusVal": "",
50
- "statusType": "auto",
51
- "x": 390,
52
- "y": 120,
53
- "wires": []
 
 
 
 
 
 
54
  }
55
  ]
 
1
  [
 
 
 
 
 
 
 
 
2
  {
3
  "id": "2be99c2fa62e6f44",
4
  "type": "inject",
5
  "z": "4396a2bb2cef9674",
6
+ "name": "POST到",
7
  "props": [
8
  {
9
  "p": "payload"
 
14
  }
15
  ],
16
  "repeat": "",
17
+ "crontab": "00 00 * * *",
18
  "once": false,
19
  "onceDelay": 0.1,
20
  "topic": "",
21
+ "payload": "object",
22
  "payloadType": "date",
23
+ "x": 140,
24
+ "y": 60,
25
  "wires": [
26
  [
27
+ "bfdbf3a6d111494f"
28
  ]
29
  ]
30
  },
31
  {
32
+ "id": "bfdbf3a6d111494f",
33
+ "type": "http request",
34
  "z": "4396a2bb2cef9674",
35
+ "name": "HuggingFace",
36
+ "method": "POST",
37
+ "ret": "txt",
38
+ "paytoqs": "ignore",
39
+ "url": "https://push.727283671.xyz:4443/HuggingFace",
40
+ "tls": "",
41
+ "persist": false,
42
+ "proxy": "",
43
+ "insecureHTTPParser": false,
44
+ "authType": "",
45
+ "senderr": false,
46
+ "headers": [],
47
+ "x": 330,
48
+ "y": 60,
49
+ "wires": [
50
+ []
51
+ ]
52
  }
53
  ]