zoukankan      html  css  js  c++  java
  • 微信公众号菜单demo

    {
      "button": [
        {
          "name": "客户中心",
          "sub_button": [
            {
              "type": "view",
              "name": "维护申请",
              "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxef02546ba42bd930&redirect_uri=http://myweb.com/?maintain-apply.html&response_type=code&scope=snsapi_base&state=FROM_WEIXIN_AUTH#wechat_redirect",
              "sub_button": []
            },
            {
              "type": "view",
              "name": "新增报装",
              "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxef02546ba42bd930&redirect_uri=http://myweb.com/?expand-apply.html&response_type=code&scope=snsapi_base&state=FROM_WEIXIN_AUTH#wechat_redirect",
              "sub_button": []
            },
            {
              "type": "view",
              "name": "业务查询",
              "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxef02546ba42bd930&redirect_uri=http://myweb.com/?member-queryCenter.html&response_type=code&scope=snsapi_base&state=FROM_WEIXIN_AUTH#wechat_redirect",
              "sub_button": []
            },
            {
              "type": "view",
              "name": "闪电开票",
              "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxef02546ba42bd930&redirect_uri=http://myweb.com/?invoice-myInvoice.html&response_type=code&scope=snsapi_base&state=FROM_WEIXIN_AUTH#wechat_redirect",
              "sub_button": []
            },
            {
              "type": "view",
              "name": "单边账查询",
              "url": "http://mp.weixin.qq.com/s/4BSQNBLltRaVU4wRNy5O-A",
              "sub_button": []
            }
          ]
        },
        {
          "name": "积分商城",
          "sub_button": [
            {
              "type": "click",
              "name": "我要积分",
              "key": "你好!谢谢关注收银宝宝!精彩即将开启!"
            },
            {
              "type": "view",
              "name": "积分兑换",
              "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxef02546ba42bd930&redirect_uri=http://myweb.com/?shop-createOrder.html&response_type=code&scope=snsapi_base&state=FROM_WEIXIN_AUTH#wechat_redirect",
              "sub_button": []
            },
            {
              "type": "click",
              "name": "最新动态",
              "key": "你好!谢谢关注收银宝宝!精彩即将开启!"
            },
            {
              "type": "click",
              "name": "俱乐部",
              "key": "你好!谢谢关注收银宝宝!精彩即将开启!"
            },
            {
              "type": "click",
              "name": "一起玩",
              "key": "你好!谢谢关注收银宝宝!精彩即将开启!"
            }
          ]
        },
        {
          "name": "上班打卡",
          "sub_button": [
            {
              "type": "view",
              "name": "生成二维码",
              "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxef02546ba42bd930&redirect_uri=http://myweb.com/?sign.html&response_type=code&scope=snsapi_base&state=FROM_WEIXIN_AUTH#wechat_redirect",
              "sub_button": []
            },
            {
              "type": "scancode_push",
              "name": "签到/签退",
              "key": "cahser_menu_0_1",
              "sub_button": []
            },
            {
              "type": "view",
              "name": "个人页面",
              "url": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxef02546ba42bd930&redirect_uri=http://myweb.com/?personal.html&response_type=code&scope=snsapi_base&state=FROM_WEIXIN_AUTH#wechat_redirect",
              "sub_button": []
            }
          ]
        }
      ]
    }
  • 相关阅读:
    Quartz.net 定式调度任务
    Quartz.net 定时调度CronTrigger时间配置格式说明
    json 数据 添加 删除 排序
    Myeclipse 安装离线adt的方法 ()
    关于C# DataTable 的一些操作
    Android 设置代理(验证用户名和密码)
    js ShowDialogModal 关闭子页面并刷新父页面,保留查询条件
    sql语句中----删除表数据drop、truncate和delete的用法
    SQL数据库增删改查基本语句
    asp.net(C#)利用QRCode生成二维码---.NET菜鸟的成长之路
  • 原文地址:https://www.cnblogs.com/qq917937712/p/8881297.html
Copyright © 2011-2022 走看看