{"Message":"1","MessageType":2,"Modules":[{"State":1,"Type":11,"Name":"UserService"},{"State":1,"Type":40,"Name":"Plugin"},{"State":3,"Type":27,"Name":"ServerCommandPrivate/创建钉钉会议(测试)"}],"Version":"v1"}

This commit is contained in:
cuckooent
2025-04-23 14:40:48 +08:00
parent 3a98268751
commit 040587e110
4 changed files with 134 additions and 65 deletions

View File

@@ -2666,18 +2666,7 @@
},
{
"ModuleName": "UserService",
"State": 1,
"LockedBy": {
"UserName": "cuckooent",
"Email": "phoben@qq.com"
},
"LockDateTime": "2025-04-23T13:53:06.0312262+08:00",
"ModuleType": 11,
"ToRemoveFiles": [
"UserServiceDB.sqlite3",
"CloudStorageProvider\\data.json",
"SecurityProviderV2\\data.json"
]
"ModuleType": 11
},
{
"ModuleName": "CustomLibrary",
@@ -2701,53 +2690,7 @@
},
{
"ModuleName": "Plugin",
"State": 1,
"LockedBy": {
"UserName": "cuckooent",
"Email": "phoben@qq.com"
},
"LockDateTime": "2025-04-23T14:40:37.9611207+08:00",
"ModuleType": 40,
"ToRemoveFiles": [
"Plugin\\DingTalkPlugin.zip",
"Plugin\\Echarts图表-10_0_102_0(1).zip",
"Plugin\\Editormd-6_0_102_0.zip",
"Plugin\\Forguncy.CustomMenu.zip",
"Plugin\\Forguncy.PassListviewDataCommand.zip",
"Plugin\\JSON 序列化和反序列化-10_0_102_0.zip",
"Plugin\\JSON数据源-10_0_102_0.zip",
"Plugin\\LottiePlayer.zip",
"Plugin\\Notiflix_Forguncy.zip",
"Plugin\\OPENAI套件-10_0_5_0.zip",
"Plugin\\PC组件包-ElementPlus(超哥优化版)-10_0_104_0.zip",
"Plugin\\SqlServerWrapper.zip",
"Plugin\\Tiny富文本编辑器-10_0_102_0.zip",
"Plugin\\UI操作工具箱-9_0_103_0.zip",
"Plugin\\Unlayer-9_0_103_0.zip",
"Plugin\\xTools快速开发工具包-9_0_4_0.zip",
"Plugin\\内容编辑器-9_0_103_0.zip",
"Plugin\\加载动画-10_0_102_0.zip",
"Plugin\\发送HTTP请求命令-10_0_102_0.zip",
"Plugin\\取消当前行-9_0_103_0.zip",
"Plugin\\增强关闭页面-9_0_6.zip",
"Plugin\\复制到剪贴板-7_0_3_0.zip",
"Plugin\\客户端缓存操作工具库-8_0_0_0.zip",
"Plugin\\富文本编辑器-10_0_102_0.zip",
"Plugin\\对象与集合操作工具-8_0_0_0(1).zip",
"Plugin\\应用服务器操作工具集合-8_0_3_0.zip",
"Plugin\\异步运行命令-9_0_103_0.zip",
"Plugin\\支持预览的附件上传-10_0_102_0.zip",
"Plugin\\文件操作命令-10_0_102_0.zip",
"Plugin\\服务端缓存操作工具库-8_0_3_0.zip",
"Plugin\\标签页和打开标签命令-10_0_102_0.zip",
"Plugin\\模板引擎操作库-9_0_103_0.zip",
"Plugin\\用户管理命令 V2-10_0_102_0.zip",
"Plugin\\网络操作库-9_0_102_0.zip",
"Plugin\\设置当前行命令-10_0_102_0.zip",
"Plugin\\设置焦点命令-10_0_102_0(1).zip",
"Plugin\\读取管理控制台日志-10_0_5_0.zip",
"Plugin\\豪~豪插件合集-8_0_103_0(1).zip"
]
"ModuleType": 40
},
{
"ModuleName": "PublishSetting",
@@ -2771,12 +2714,6 @@
},
{
"ModuleName": "ServerCommandPrivate/创建钉钉会议(测试)",
"State": 3,
"LockedBy": {
"UserName": "cuckooent",
"Email": "phoben@qq.com"
},
"LockDateTime": "2025-04-23T13:48:14.6397508+08:00",
"ModuleType": 27
}
]

Binary file not shown.

View File

@@ -0,0 +1,132 @@
{
"$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": "会议标题",
"DataValidationInfo": {
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon",
"IgnoreBlank": false
},
"TestData": "测试会议1"
},
{
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
"Name": "主持人",
"DataValidationInfo": {
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon",
"IgnoreBlank": false
},
"TestData": "shamus"
}
]
},
"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": "DingTalkPlugin.VideoConferences, DingTalkPlugin",
"ConfTitle": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=会议标题"
},
"UserType": "UserName",
"CreatorId": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=主持人"
},
"InviteUserIds": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=主持人"
},
"Result": "返回结果",
"BreakpointIdentity": "22e3a412-052b-46d5-a905-b2dc4ed59a0e"
},
{
"$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": "=返回结果"
}
}
]
},
"BreakpointIdentity": "d2626b05-5b50-4bc8-b8c8-228fdad61217"
}
]
}
},
"CatchCommandPart": {
"$type": "Forguncy.Model.CatchCommandNode, ServerDesignerCommon",
"CommandList": {
"$type": "System.Collections.Generic.List`1[[GrapeCity.Forguncy.Commands.Command, Forguncy.Commands]], System.Private.CoreLib",
"$values": [
{
"$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": "d4ac8957-c7d4-48f4-930c-4f5704deeee8"
}
]
}
},
"BreakpointIdentity": "5530f67d-d2a4-48be-accc-2d8e9ffdb283"
}
]
},
"ReturnProperties": {
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon]], System.Private.CoreLib",
"$values": [
{
"$type": "Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon",
"Name": "会议ID"
}
]
}
}

Binary file not shown.