美文网首页
编辑模式

编辑模式

作者: 8fdc8496dceb | 来源:发表于2017-09-02 13:28 被阅读17次

    编辑模式

    自动回复

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

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

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

    开发模式

    自定义菜单

    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/"
                    }
                ]
            }
        ]
    }
    

    相关文章

      网友评论

          本文标题:编辑模式

          本文链接:https://www.haomeiwen.com/subject/bnendxtx.html