云消息服务 KOOMESSAGE-修改智能信息服务号菜单:请求示例

时间:2024-01-17 08:34:53

请求示例

根据菜单ID修改智能信息服务号菜单。设置修改原因为"业务调整",修改或添加菜单。

https://koomessage.myhuaweicloud.cn/v1/aim-sa/menus/34cffce987e64757bb9b711895714692

{
  "change_reason" : "业务调整",
  "menu" : {
    "menu_items" : [ {
      "action_type" : "OPEN_APP",
      "name" : "通过申请",
      "content" : "hap://app/xxxx.deeplink.xxxxx",
      "ext_msg" : {
        "package_name" : "baoming",
        "app_id" : "",
        "browser_floor_url" : "https://www.example.com/"
      }
    }, {
      "action_type" : "OPEN_URL",
      "name" : "打开链接",
      "content" : "https://www.example.com/",
      "ext_msg" : {
        "web_title" : "搜索",
        "open_in_browser" : "1"
      }
    }, {
      "action_type" : "OPEN_SUBMENU",
      "name" : "通过菜单",
      "ext_msg" : { },
      "sub_menu_items" : [ {
        "action_type" : "OPEN_URL",
        "name" : "搜索一下",
        "sub_menu_items" : [ ],
        "content" : "https://www.example.com/",
        "ext_msg" : {
          "web_title" : "url标题",
          "open_in_browser" : "1"
        }
      }, {
        "action_type" : "CALLING",
        "name" : "电一下",
        "sub_menu_items" : [ ],
        "content" : "131****0000"
      }, {
        "action_type" : "OPEN_APP",
        "name" : "手机软件",
        "sub_menu_items" : [ ],
        "content" : "hap://app/xxxx.deeplink.xxxxx",
        "ext_msg" : {
          "package_name" : "开心消消乐",
          "app_id" : "appid",
          "browser_floor_url" : "https://www.example.com/"
        }
      }, {
        "action_type" : "OPEN_QUICK",
        "name" : "快应用",
        "sub_menu_items" : [ ],
        "content" : "hap://app/11111111111",
        "ext_msg" : {
          "depend_engine_ver" : "快应用引擎",
          "third_service_name" : "服务名"
        }
      }, {
        "action_type" : "OPEN_QUICK",
        "name" : "快应用",
        "sub_menu_items" : [ ],
        "content" : "hap://app/dfs/dfdf",
        "ext_msg" : {
          "depend_engine_ver" : "v1.1.0",
          "third_service_name" : "测试"
        }
      } ]
    } ]
  }
}
support.huaweicloud.com/api-koomessage/UpdateMenu.html