{"Message":"新增钉钉回调事件插件","MessageType":2,"Modules":[{"State":1,"Type":16,"Name":"TaskScheduler/应用部署时"},{"State":1,"Type":16,"Name":"TaskScheduler/应用启动时"},{"State":1,"Type":40,"Name":"Plugin"},{"State":3,"Type":15,"Name":"ServerCommand/订阅钉钉回调事件"},{"State":3,"Type":27,"Name":"ServerCommandPrivate/订阅钉钉回调事件"}],"Version":"v1"}
This commit is contained in:
62
ServerCommands/钉钉/订阅钉钉回调事件.json
Normal file
62
ServerCommands/钉钉/订阅钉钉回调事件.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"Name": "订阅钉钉回调事件",
|
||||
"Enabled": true,
|
||||
"Triggers": [
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.InvokeTriggerSaveData, ServerDesignerCommon"
|
||||
}
|
||||
],
|
||||
"Commands": [
|
||||
{
|
||||
"$type": "DingTalkPlugin.DingtalkStream, DingTalkPlugin",
|
||||
"CreatorId": "1",
|
||||
"CommandList": [
|
||||
{
|
||||
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
|
||||
"ParameterName": "回调接收数据",
|
||||
"ParameterValue": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=result"
|
||||
},
|
||||
"ID": "483928c1c08a40a2a014279db70bf069"
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.UpdateDataTableCommand, ServerDesignerCommon",
|
||||
"TableName": "日志表",
|
||||
"UpdateType": "add",
|
||||
"ShowConfirm": false,
|
||||
"UpdateBindingValues": [
|
||||
{
|
||||
"BindingInfo": {
|
||||
"TableName": "日志表",
|
||||
"ColumnName": "标题",
|
||||
"GUID": "6f200037-398c-4881-b466-57897d158672"
|
||||
},
|
||||
"Value": "钉钉回调事件"
|
||||
},
|
||||
{
|
||||
"BindingInfo": {
|
||||
"TableName": "日志表",
|
||||
"ColumnName": "内容",
|
||||
"GUID": "d6cc1f78-ea25-4d5c-9069-d9fd52931051"
|
||||
},
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=result"
|
||||
}
|
||||
},
|
||||
{
|
||||
"BindingInfo": {
|
||||
"TableName": "日志表",
|
||||
"ColumnName": "类型",
|
||||
"GUID": "a89b4024-1312-4bbf-b942-39ed16997154"
|
||||
},
|
||||
"Value": "Stream"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"ResultTo": "result"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user