1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
| { "actions": { "函数计算": { "type": "FC", "inputs": { "triggerType": "http", "method": "GET", "serviceName": "scf-server", "functionName": "scf-nodejs12", "region": "cn-shanghai", "connection": { "connectionId": "/logic/1554718707364643/connectors/FC/connections/AliyunLogicComposerAccessingFCRole", "content": "acs:ram::1554718707364643:role/aliyunlogiccomposeraccessingfcrole", "connectionName": "AliyunLogicComposerAccessingFCRole" } }, "runAfter": {} }, "初始化变量": { "type": "InitializeVariable", "inputs": { "type": "String", "name": "abc" }, "runAfter": { "函数计算": [ "Succeeded" ] } }, "通过自定义机器人发送消息": { "type": "DingTalk::SendMessageViaChatbot", "inputs": { "accessToken": "的广泛发动更多风格", "content": "dfgdfgdfgdfgdfg" }, "runAfter": { "执行_JavaScript_代码": [ "Succeeded" ] } }, "执行_JavaScript_代码": { "type": "JavascriptCode", "inputs": { "code": "const text = $context.concat('Hello', 'world');\nreturn text;" }, "runAfter": { "函数计算": [ "Succeeded" ] } } }, "triggers": { "manual": { "type": "Request", "inputs": { "method": "GET", "authentication": "None", "queriesSchema": { "type": "object", "properties": {}, "required": [] } } } }, "schemaVersion": "2018-12-12", "version": "1.0.0" }
|