编辑模式

编辑模式

自动回复

  • 被添加自动回复
    欢迎关注我的公众号,后续有精彩内容会第一时间推送给您!
  • 消息自动回复
    天王盖地虎,宝塔镇河妖
  • 关键字自动回复

    我就是我,不一样的烟火!

    拿什么拯救你,我的爱人!

开发模式

自定义菜单

json:

{
    "button": [
        {
            "name": "扫码", 
            "sub_button": [
                {
                    "type": "scancode_waitmsg", 
                    "name": "扫码带提示", 
                    "key": "rselfmenu_0_0", 
                    "sub_button": [ ]
                }, 
                {
                    "type": "scancode_push", 
                    "name": "扫码推事件", 
                    "key": "rselfmenu_0_1", 
                    "sub_button": [ ]
                }
            ]
        }, 
        {
            "name": "发图", 
            "sub_button": [
                {
                    "type": "pic_sysphoto", 
                    "name": "系统拍照发图", 
                    "key": "rselfmenu_1_0", 
                   "sub_button": [ ]
                 }, 
                {
                    "type": "pic_photo_or_album", 
                    "name": "拍照或者相册发图", 
                    "key": "rselfmenu_1_1", 
                    "sub_button": [ ]
                }, 
                {
                    "type": "pic_weixin", 
                    "name": "微信相册发图", 
                    "key": "rselfmenu_1_2", 
                    "sub_button": [ ]
                }
            ]
        },
        {
            "name": "自定义跳转", 
            "sub_button": [
                {
                    "type": "view", 
                    "name": "百度", 
                    "key": "百度", 
                    "sub_button": [ ],
                    "url":"http://baidu.com"
                 }, 
                {
                    "type": "view", 
                    "name": "github", 
                    "key": "github", 
                    "sub_button": [ ],
                    "url":"https://github.com/"
                }
            ]
        }
    ]
}

你可能感兴趣的:(编辑模式)