1 Star 0 Fork 1

陈天 / nextFlow

forked from TinyAda / nextFlow 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
schema.json 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
Mradxz 提交于 2023-10-24 16:50 . first
{
"id": 1,
"name": "流程设计",
"global": {},
"nodes": [{
"index": 1,
"id": "",
"appId": "",
"appKey": "",
"appName": "钉钉短信发送",
"appDesc": "微信服务号、订阅号",
"appDescription": "微信公众平台,是腾讯微信给个人、企业和组织提供业务服务与用户管理能力的全新服务平台,目前主要分为服务号&订阅号。",
"type": "func",
"event": "sendMessage",
"schema": {
"init": {
"description": "设置账户",
"params": {
"username": {
"title": "账号",
"type": "string",
"default": "",
"required": true,
},
"password": {
"title": "密码",
"type": "string",
"default": "",
"required": true,
}
},
},
"sendMessage": {
"description": "发送内容",
"params": {
"text": {
"title": "发送内容",
"type": "string",
"default": "",
"required": true,
},
}
}
},
"source": {
"type": "javascript",
"path": "dingtalk.js",
},
"outputs": {},
"inputs": {
"init": {
"username": "dingtalk",
},
"sendMessage": {
"text": "${nodes.1.outputs.msg}",
}
},
"depends": [],
"status": "running",
"appVersion": "0.1",
}]
}
1
https://gitee.com/hakwolf/nextFlow.git
git@gitee.com:hakwolf/nextFlow.git
hakwolf
nextFlow
nextFlow
master

搜索帮助