{"Message":"1","MessageType":2,"Modules":[{"State":1,"Type":3,"Name":"MasterPCPage/FGC_母版页"},{"State":3,"Type":15,"Name":"ServerCommand/更新版本号到页面"},{"State":3,"Type":34,"Name":"Notification/系统信息更新"}],"Version":"v1"}

This commit is contained in:
超哥
2024-07-03 09:32:48 +08:00
parent 5b23309f8b
commit 6eb9a9724e
4 changed files with 179 additions and 103 deletions

View File

@@ -0,0 +1,62 @@
{
"Name": "更新版本号到页面",
"Enabled": true,
"Triggers": [
{
"$type": "Forguncy.SaveLoad.PostRequestTriggerSaveData, ServerDesignerCommon",
"Permission": {
"PermissionData": {
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionData, Forguncy.RbacPermission.Core",
"permissionResource": {
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionResource, Forguncy.RbacPermission.Core"
},
"permissionBindings": [
{
"$type": "Forguncy.RbacPermission.Core.Impl.ServerCommand.ServerCommandPermissionBinding, Forguncy.RbacPermission.Core",
"roleNames": [
"FGC_LoginUser"
]
}
]
}
}
}
],
"Commands": [
{
"$type": "JsonUtilityCommand.JsonDeserializeCommand, JsonUtilityCommand",
"JsonString": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=全局_业务配置"
},
"SampleJson": "{\r\n \"版本名\": \"\",\r\n \"版本号\": \"\"\r\n}",
"ToParameter": "业务配置"
},
{
"$type": "Forguncy.Model.NotificationMessageCommand, ServerDesignerCommon",
"NotificationName": "系统信息更新",
"Params": [
{
"Name": "KEY",
"Value": "版本信息"
},
{
"Name": "VALUE",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=业务配置.版本名&业务配置.版本号"
}
}
],
"ID": "985e06a85fc74f89beab8f00aa7c8f08"
},
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "0",
"Message": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=业务配置.版本名&业务配置.版本号"
}
}
]
}