{"Message":"1","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/工作台_关键信息"},{"State":1,"Type":15,"Name":"ServerCommand/获取关键统计信息"},{"State":1,"Type":40,"Name":"Plugin"},{"State":1,"Type":1,"Name":"PCPage/项目会议"},{"State":1,"Type":1,"Name":"PCPage/我的会议"},{"State":3,"Type":15,"Name":"ServerCommand/服务端命令1"},{"State":3,"Type":1,"Name":"PCPage/会议详情"},{"State":3,"Type":7,"Name":"Table/会议发言记录"},{"State":3,"Type":15,"Name":"ServerCommand/拉取会议文本记录"}],"Version":"v1"}

This commit is contained in:
cuckooent
2024-11-18 18:52:49 +08:00
parent 8d3c3c37ef
commit 9719e8e775
13 changed files with 1196 additions and 266 deletions

View File

@@ -44,7 +44,7 @@
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "当前用户",
"ParameterValue": "%CurrentUser%",
"ID": "5f7c164360f941248671bc1b46957f8b",
"ID": "4eb5f77ee8d942b49f2250f5a307818f",
"BreakpointIdentity": "03b3db37-234d-45d8-bbc0-6710114350f8"
},
{
@@ -136,49 +136,31 @@
"ColumnBindingInfo": {
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
"TableName": "会议记录表",
"ColumnName": "会议状态",
"GUID": "3910a05c-1d06-47d4-a6a9-f0cf8c8f59e8"
"ColumnName": "发起人",
"GUID": "6d32cb48-83a0-4345-a83d-d821bdd23b56"
},
"Value": "2"
"Value": "%CurrentUser.DingTalkUnionID%",
"LeftBracket": 1
},
{
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": {
"$type": "System.Collections.Generic.List`1[[ForguncyDataAccess.ISqlCondition, ForguncyDataAccess]], System.Private.CoreLib",
"$values": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
"TableName": "会议记录表",
"ColumnName": "发起人",
"GUID": "6d32cb48-83a0-4345-a83d-d821bdd23b56"
},
"Value": "%CurrentUser.DingTalkUnionID%",
"LeftBracket": 1
},
{
"$type": "ForguncyDataAccess.TextCESqlCondition, ForguncyDataAccess",
"CompareType": 6,
"ColumnBindingInfo": {
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
"TableName": "会议记录表",
"ColumnName": "参与人",
"GUID": "73e76eee-9ad1-453e-879d-04a466a3afd6"
},
"Value": "%CurrentUser.DingTalkUnionID%",
"RightBracket": 1
}
]
"$type": "ForguncyDataAccess.TextCESqlCondition, ForguncyDataAccess",
"CompareType": 6,
"ColumnBindingInfo": {
"$type": "ForguncyDataAccess.BindingInfo, ForguncyDataAccess",
"TableName": "会议记录表",
"ColumnName": "参与人",
"GUID": "73e76eee-9ad1-453e-879d-04a466a3afd6"
},
"RelationType": 1
"Value": "%CurrentUser.DingTalkUnionID%",
"RightBracket": 1
}
]
}
},
"RelationType": 1
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "faaafebe03ed426dbd782e195147f1d4",
"ID": "ae6b92554e6f4d6a928f1102ab941346",
"BreakpointIdentity": "10327f3c-f134-4224-941e-f0304de90de2"
},
{

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.PostRequestTriggerSaveData, ServerDesignerCommon",
"Permission": {
"$type": "Forguncy.SaveLoad.ServerCommandPermissionSaveData, ServerDesignerCommon",
"PermissionData": {
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionData, Forguncy.RbacPermission.Core",
"permissionResource": {
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionResource, Forguncy.RbacPermission.Core"
},
"permissionBindings": {
"$type": "System.Collections.Generic.List`1[[Forguncy.RbacPermission.Core.Impl.ServerCommand.IServerCommandPermissionBinding, Forguncy.RbacPermission.Core]], System.Private.CoreLib",
"$values": [
{
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionBinding, Forguncy.RbacPermission.Core",
"roleNames": {
"$type": "System.Collections.Generic.List`1[[System.String, System.Private.CoreLib]], System.Private.CoreLib",
"$values": [
"FGC_LoginUser"
]
}
}
]
}
}
},
"Parameters": {
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon]], System.Private.CoreLib",
"$values": [
{
"$type": "Forguncy.SaveLoad.PostRequestParameterSaveData, ServerDesignerCommon",
"Name": "conferenceId",
"DataValidationInfo": {
"$type": "Forguncy.SaveLoad.DataValidationInfoSaveData, ServerDesignerCommon",
"IgnoreBlank": false
}
}
]
}
}
]
},
"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.QueryCloudRecordTextRequest, DingTalkPlugin",
"ConferenceId": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=conferenceId"
},
"Result": "返回结果",
"BreakpointIdentity": "f83c0e86-51c3-4dab-9188-b790777e6266"
},
{
"$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": "对象数组",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=返回结果"
}
}
]
},
"BreakpointIdentity": "f95652ae-7a23-46e2-8bc7-a90a27846471"
}
]
}
},
"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": "对象数组"
}
]
},
"BreakpointIdentity": "f95652ae-7a23-46e2-8bc7-a90a27846471"
}
]
}
},
"BreakpointIdentity": "c0cd1111-4d7c-46ec-95d6-4a0925197686"
}
]
},
"ReturnProperties": {
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon]], System.Private.CoreLib",
"$values": [
{
"$type": "Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon",
"Name": "对象数组"
}
]
}
}