{"Message":"增加全局自动拉会配置","MessageType":2,"Modules":[{"State":1,"Type":7,"Name":"Table/会议记录表"},{"State":1,"Type":1,"Name":"PCPage/平台设置"},{"State":1,"Type":8,"Name":"ApplicationSetting"},{"State":1,"Type":27,"Name":"ServerCommandPrivate/钉钉事件处理"},{"State":1,"Type":15,"Name":"ServerCommand/创建项目视频会议_页面"},{"State":1,"Type":27,"Name":"ServerCommandPrivate/创建项目视频会议"},{"State":3,"Type":15,"Name":"ServerCommand/获取业务配置"},{"State":3,"Type":15,"Name":"ServerCommand/更新业务配置"}],"Version":"v1"}
This commit is contained in:
103
ServerCommands/系统/获取业务配置.json
Normal file
103
ServerCommands/系统/获取业务配置.json
Normal file
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"Commands": {
|
||||
"$type": "System.Collections.Generic.List`1[[GrapeCity.Forguncy.Commands.Command, Forguncy.Commands]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "JsonUtilityCommand.JsonDeserializeCommand, JsonUtilityCommand",
|
||||
"JsonString": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=全局_业务配置"
|
||||
},
|
||||
"SampleJson": "{\r\n \"项目ID\": \"1\",\r\n \"版本ID\": \"1\",\r\n \"版本名\": \"Develop\",\r\n \"版本号\": \"1.0.0\",\r\n \"自动拉会\": 1\r\n}",
|
||||
"ToParameter": "全局配置JSON",
|
||||
"BreakpointIdentity": "e7b9855a-b483-499d-b987-befb1b91e70f"
|
||||
},
|
||||
{
|
||||
"$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": "=全局配置JSON.项目ID"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.CustomReturns, ServerDesignerCommon",
|
||||
"ReturnPropertyName": "版本ID",
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=全局配置JSON.版本ID"
|
||||
}
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.Model.CustomReturns, ServerDesignerCommon",
|
||||
"ReturnPropertyName": "自动拉会",
|
||||
"Value": {
|
||||
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
||||
"SerializeProperty": "=全局配置JSON.自动拉会"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"BreakpointIdentity": "c787ccec-0c80-4983-9eed-391f91e61426"
|
||||
}
|
||||
]
|
||||
},
|
||||
"ReturnProperties": {
|
||||
"$type": "System.Collections.Generic.List`1[[Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon]], System.Private.CoreLib",
|
||||
"$values": [
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon",
|
||||
"Name": "项目ID"
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon",
|
||||
"Name": "版本ID"
|
||||
},
|
||||
{
|
||||
"$type": "Forguncy.SaveLoad.ReturnPropertySaveData, ServerDesignerCommon",
|
||||
"Name": "自动拉会"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user