445 lines
22 KiB
JSON
445 lines
22 KiB
JSON
{
|
||
"$type": "Forguncy.SaveLoad.ServerCommandSaveData, ServerDesignerCommon",
|
||
"Name": "创建项目视频会议",
|
||
"Enabled": true,
|
||
"Triggers": {
|
||
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.TriggerSaveDataBase, ServerDesignerCommon]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.SaveLoad.InvokeTriggerSaveData, ServerDesignerCommon",
|
||
"Parameters": {
|
||
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||
"Name": "项目ID",
|
||
"DataValidationInfo": {
|
||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon"
|
||
},
|
||
"TestData": "1"
|
||
},
|
||
{
|
||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||
"Name": "会议标题",
|
||
"DataValidationInfo": {
|
||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||
"Name": "开启云录制",
|
||
"DataValidationInfo": {
|
||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||
"Name": "自动拉会",
|
||
"DataValidationInfo": {
|
||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||
"Name": "主持人UnionId",
|
||
"DataValidationInfo": {
|
||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||
"Name": "参会人员UnionId",
|
||
"DataValidationInfo": {
|
||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
|
||
"Name": "关联钉钉会议ID",
|
||
"DataValidationInfo": {
|
||
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"InvokeTriggerTestData": {
|
||
"$type": "Forguncy.SaveLoad.InvokeTriggerTestDataSaveData, ServerDesignerCommon",
|
||
"UserName": "shamus"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"Commands": {
|
||
"$type": "System.Collections.Generic.List`1[[GrapeCity.Forguncy.Commands.Command, Forguncy.Commands]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.Model.CatchExceptionCommand, ServerDesignerCommon",
|
||
"TryCommandPart": {
|
||
"$type": "Forguncy.Model.ExceptionCommandBaseNode, ServerDesignerCommon",
|
||
"CommandList": {
|
||
"$type": "System.Collections.Generic.List`1[[GrapeCity.Forguncy.Commands.Command, Forguncy.Commands]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
|
||
"ParameterName": "会议标题",
|
||
"ParameterValue": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=IF(会议标题=\"\",\"临时创建的会议\",会议标题)"
|
||
},
|
||
"ID": "e3b3ec5c9f9847eabf82dd61dbb46939",
|
||
"BreakpointIdentity": "3fb2ff75-5fae-406e-b580-088d675924a3"
|
||
},
|
||
{
|
||
"$type": "DingTalkPlugin.VideoConferences, DingTalkPlugin",
|
||
"ConfTitle": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=会议标题"
|
||
},
|
||
"UserType": "UnionId",
|
||
"CreatorId": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=主持人UnionId"
|
||
},
|
||
"InviteUserIds": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=参会人员UnionId"
|
||
},
|
||
"Result": "返回结果",
|
||
"BreakpointIdentity": "0f4ce002-6665-4b27-bbb4-41b08c0c2c44"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateDataTableCommand, ServerDesignerCommon",
|
||
"TableName": "会议记录表",
|
||
"UpdateType": "add",
|
||
"ShowConfirm": false,
|
||
"UpdateBindingValues": {
|
||
"$type": "System.Collections.Generic.List`1[[Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "项目ID",
|
||
"GUID": "b4434b57-898a-4732-8238-2418c6754cb3"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=项目ID"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "会议业务类型",
|
||
"GUID": "23e0aa60-a18e-4107-b47b-76c5d69af109"
|
||
},
|
||
"Value": "0"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "钉钉会议ID",
|
||
"GUID": "21792d1f-e1b2-4347-ad90-79262bc28d11"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=返回结果.ConferenceId"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "发起人",
|
||
"GUID": "cceb3d5d-508c-4a9a-b78e-064fd2e19786"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=主持人UnionId"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "参与人",
|
||
"GUID": "6f7235e7-df20-4e9f-9e61-5b0119e79d21"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=参会人员UnionId"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "会议标题",
|
||
"GUID": "2fa79f2d-e710-4e73-8720-204ea37e0460"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=会议标题"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "自动拉会",
|
||
"GUID": "75f74a3a-05fd-40c1-b305-866b7758ddb1"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=自动拉会"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "开启云录制",
|
||
"GUID": "01b0cf46-e683-4c3c-b15d-6218235a6be9"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=开启云录制"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "会议状态",
|
||
"GUID": "1fb98051-4ab5-4025-a42d-cf0ac3a0cbb8"
|
||
},
|
||
"Value": "2"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "会议记录表",
|
||
"ColumnName": "关联钉钉会议ID",
|
||
"GUID": "9268821e-48a3-49dc-b1fd-a4e97eaafe63"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=关联钉钉会议ID"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"BreakpointIdentity": "4a20ad8e-b454-4fad-99b8-6bbe1a7b7b54"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
|
||
"ConditionAndCommandPairList": {
|
||
"$type": "System.Collections.Generic.List`1[[Forguncy.Model.ConditionAndCommandPair, ServerDesignerCommon]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.Model.ConditionAndCommandPair, ServerDesignerCommon",
|
||
"Condition": {
|
||
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
|
||
"SubConditions": {
|
||
"$type": "System.Collections.Generic.List`1[[ForguncyDataAccess.ISqlCondition, ForguncyDataAccess]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
|
||
"param": {
|
||
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
|
||
"ParamObject": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=开启云录制"
|
||
}
|
||
},
|
||
"value": "1"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
|
||
"param": {
|
||
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
|
||
"ParamObject": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=开启云录制"
|
||
}
|
||
},
|
||
"value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=TRUE()"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"RelationType": 1
|
||
},
|
||
"CommandList": {
|
||
"$type": "System.Collections.Generic.List`1[[GrapeCity.Forguncy.Commands.Command, Forguncy.Commands]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "DingTalkPlugin.StartCloudRecordHeaders, DingTalkPlugin",
|
||
"ConferenceId": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=返回结果.ConferenceId"
|
||
},
|
||
"UserType": "UnionId",
|
||
"CreatorId": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=主持人UnionId"
|
||
},
|
||
"SmallWindowPosition": "float_bottom",
|
||
"Mode": "full_screen",
|
||
"BreakpointIdentity": "3e338c06-8a11-473e-9038-585bba40a40e"
|
||
}
|
||
]
|
||
},
|
||
"ID": "0c828dd0-d54e-4528-a0ec-6495c175e07b"
|
||
}
|
||
]
|
||
},
|
||
"BreakpointIdentity": "894bb60f-e90c-440a-bd83-c0897166076b"
|
||
},
|
||
{
|
||
"$type": "DingTalkPlugin.Asyncsend, DingTalkPlugin",
|
||
"UserType": "UnionId",
|
||
"Userid_list": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=主持人UnionId"
|
||
},
|
||
"MsgType": "text",
|
||
"Text_Content": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=\"Clue检测到您的会议时间已到,自动为您继续拉起会议!\""
|
||
},
|
||
"Action_card_Btn_Type": "0",
|
||
"Action_card_Btn_orientation": "1",
|
||
"Task_id": "钉钉消息任务ID",
|
||
"BreakpointIdentity": "ada0b64f-6786-4a3e-a1d7-f4fb9a8bdaa6"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
|
||
"ErrorCode": "0",
|
||
"Message": "发起成功",
|
||
"CustomReturns": {
|
||
"$type": "System.Collections.Generic.List`1[[Forguncy.Model.CustomReturns, ServerDesignerCommon]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.Model.CustomReturns, ServerDesignerCommon",
|
||
"ReturnPropertyName": "会议ID",
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=返回结果.ConferenceId"
|
||
}
|
||
}
|
||
]
|
||
},
|
||
"BreakpointIdentity": "783291b8-4913-4562-b2d0-da812f4a2a64"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"CatchCommandPart": {
|
||
"$type": "Forguncy.Model.CatchCommandNode, ServerDesignerCommon",
|
||
"CommandList": {
|
||
"$type": "System.Collections.Generic.List`1[[GrapeCity.Forguncy.Commands.Command, Forguncy.Commands]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "ContentEditor.ContentEditor, ContentEditor",
|
||
"Content": "错误信息:[=ExceptionMessage]\r\n### 入参\r\n项目ID:[=项目ID]\r\n会议标题:[=会议标题]\r\n开启云录制:[=开启云录制]\r\n自动拉会:[=自动拉会]\r\n主持人UnionID:[=主持人UnionId]\r\n参会人员UnionId:[=参会人员UnionId]\r\n",
|
||
"Result": "日志内容",
|
||
"BreakpointIdentity": "308325f7-0d2b-449b-a98a-e8e4a4d26f60"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateDataTableCommand, ServerDesignerCommon",
|
||
"TableName": "日志表",
|
||
"UpdateType": "add",
|
||
"ShowConfirm": false,
|
||
"UpdateBindingValues": {
|
||
"$type": "System.Collections.Generic.List`1[[Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "日志表",
|
||
"ColumnName": "标题",
|
||
"GUID": "78afccf6-de84-42ab-8fcc-362aa8e601ff"
|
||
},
|
||
"Value": "创建视频会议"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "日志表",
|
||
"ColumnName": "内容",
|
||
"GUID": "8d14dc7c-bdcd-4921-8955-73f985966658"
|
||
},
|
||
"Value": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=日志内容"
|
||
}
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.UpdateBindingValueItem, ServerDesignerCommon",
|
||
"BindingInfo": {
|
||
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
|
||
"TableName": "日志表",
|
||
"ColumnName": "类型",
|
||
"GUID": "e9709932-9a87-4c97-8e23-22ccb54e79f1"
|
||
},
|
||
"Value": "异常"
|
||
}
|
||
]
|
||
},
|
||
"BreakpointIdentity": "771ba030-2fb3-4882-951b-b4fcb53e9bf7"
|
||
},
|
||
{
|
||
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
|
||
"ErrorCode": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=ExceptionCode"
|
||
},
|
||
"Message": {
|
||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||
"SerializeProperty": "=ExceptionMessage"
|
||
},
|
||
"CustomReturns": {
|
||
"$type": "System.Collections.Generic.List`1[[Forguncy.Model.CustomReturns, ServerDesignerCommon]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.Model.CustomReturns, ServerDesignerCommon",
|
||
"ReturnPropertyName": "会议ID"
|
||
}
|
||
]
|
||
},
|
||
"BreakpointIdentity": "8d9ee850-e75f-458c-9d12-56e4ddd1a884"
|
||
}
|
||
]
|
||
}
|
||
},
|
||
"BreakpointIdentity": "2bd8ec4a-6eb0-4fc2-8c22-1760f1e4e146"
|
||
}
|
||
]
|
||
},
|
||
"ReturnProperties": {
|
||
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon]], System.Private.CoreLib",
|
||
"$values": [
|
||
{
|
||
"$type": "Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon",
|
||
"Name": "会议ID"
|
||
}
|
||
]
|
||
}
|
||
} |