ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
[TOC] ## 版本管理 ### URL >/web/index.php?c=miniapp&a=manage&do=display ### 请求方式 GET ### 请求参数 | 名称 | 类型 | 必填 | 描述 | | ----------- | :-----: | :-----: | ----------- | | uniacid | int | 是 | 平台uniacid | ### 返回数据 ``` { "message": { "errno": 0, "message": { "add_version_url": "http://prox.we7.com/web/index.php?c=miniapp&a=post&uniacid=857&type=4", //添加版本的链接 "version_exist": 1, //是否存在版本,1为存在,0为不存在 "list": [ //该小程序账号下的版本数据(可能有多个) { "id": "1", "uniacid": "857", "multiid": "0", "version": "1.1.1", "enter_account_url": "http://prox.we7.com/web/index.php?c=account&a=display&do=switch&uniacid=857", //进入该版本的链接 "desc<x>ription": "测试勿删", "modules": { "zjhj_mall": { "mid": "9046", "name": "zjhj_mall", "type": "business", "title": "禾匠小程序商城", "title_initial": "H", "version": "3.1.24", "ability": "禾匠小程序商城", "desc<x>ription": "禾匠小程序商城", "author": "xluwei", "url": "", "settings": "0", "subscribes": [], "handles": [], "isrulefields": "0", "issystem": "0", "target": "0", "iscard": "0", "permissions": "a:0:{}", "wxapp_support": "2", "account_support": "1", "welcome_support": "1", "webapp_support": "1", "oauth_type": "1", "phoneapp_support": "1", "xzapp_support": "1", "aliapp_support": "1", "logo": "http://prox.we7.com/addons/zjhj_mall/icon.jpg", "baiduapp_support": "1", "toutiaoapp_support": "1", "from": "cloud", "isdisplay": 1, "preview": "http://prox.we7.com/addons/zjhj_mall/preview.jpg?v=1566994520", "main_module": false, "plugin_list": [], "recycle_info": [], "cover_entrys": [], "defaultentry": null, "newicon": null } }, "design_method": "3", "template": "0", "quickmenu": { "color": "#428bca", "selected_color": "#0f0", "boundary": "#fff", "bgcolor": "#bebebe", "show": 1, "menus": [ { "name": "首页", "icon": "./resource/images/bottom-default.png", "selectedicon": "./resource/images/bottom-default.png", "url": null, "defaultentry": null }, { "name": "首页", "icon": "./resource/images/bottom-default.png", "selectedicon": "./resource/images/bottom-default.png", "url": null, "defaultentry": null } ] }, "createtime": "1537861875", "appjson": "", "default_appjson": "", "use_default": "1", "type": "0", "entry_id": "0", "last_modules": { "module_info": { "mid": "9046", "name": "zjhj_mall", "type": "business", "title": "禾匠小程序商城", "title_initial": "H", "version": "3.1.24", "ability": "禾匠小程序商城", "desc<x>ription": "禾匠小程序商城", "author": "xluwei", "url": "", "settings": "0", "subscribes": [], "handles": [], "isrulefields": "0", "issystem": "0", "target": "0", "iscard": "0", "permissions": "a:0:{}", "wxapp_support": "2", "account_support": "1", "welcome_support": "1", "webapp_support": "1", "oauth_type": "1", "phoneapp_support": "1", "xzapp_support": "1", "aliapp_support": "1", "logo": "http://prox.we7.com/addons/zjhj_mall/icon.jpg", "baiduapp_support": "1", "toutiaoapp_support": "1", "from": "cloud", "isdisplay": 1, "preview": "http://prox.we7.com/addons/zjhj_mall/preview.jpg?v=1566994520", "main_module": false, "plugin_list": [], "recycle_info": [], "cover_entrys": [], "defaultentry": null, "newicon": null } }, "upload_time": "0", "tominiprogram": { "1231": { "appid": "1231", "app_name": "1231" }, "1231231": { "appid": "1231231", "app_name": "1231231" } }, "cover_entrys": [], "module": { "module_info": { "mid": "9046", "name": "zjhj_mall", "type": "business", "title": "禾匠小程序商城", "title_initial": "H", "version": "3.1.24", "ability": "禾匠小程序商城", "desc<x>ription": "禾匠小程序商城", "author": "xluwei", "url": "", "settings": "0", "subscribes": [], "handles": [], "isrulefields": "0", "issystem": "0", "target": "0", "iscard": "0", "permissions": "a:0:{}", "wxapp_support": "2", "account_support": "1", "welcome_support": "1", "webapp_support": "1", "oauth_type": "1", "phoneapp_support": "1", "xzapp_support": "1", "aliapp_support": "1", "logo": "http://prox.we7.com/addons/zjhj_mall/icon.jpg", "baiduapp_support": "1", "toutiaoapp_support": "1", "from": "cloud", "isdisplay": 1, "preview": "http://prox.we7.com/addons/zjhj_mall/preview.jpg?v=1566994520", "main_module": false, "plugin_list": [], "recycle_info": [], "cover_entrys": [], "defaultentry": null, "newicon": null } } } ] } }, "redirect": "", "type": "ajax" } ``` ## 修改版本 ### URL >/web/index.php?c=miniapp&a=manage&do=edit_version&uniacid=平台uniacid ### 请求方式 POST ### 请求参数 | 名称 | 类型 | 必填 | 描述 | | ----------- | :-----: | :-----: | ----------- | | uniacid | int | 是 | 平台uniacid | |version_id|int|是|版本id| |name|string|是|模块名称| ### 返回数据 ``` { "message": { "errno": 0, "message": "修改成功" }, "redirect": "", "type": "ajax" } ``` ## 删除版本 ### URL >/web/index.php?c=miniapp&a=manage&do=del_version&uniacid=平台uniacid ### 请求方式 POST ### 请求参数 | 名称 | 类型 | 必填 | 描述 | | ----------- | :-----: | :-----: | ----------- | | uniacid | int | 是 | 平台uniacid | |version_id|int|是|版本id| ### 返回数据 ``` { "message": { "errno": 0, "message": "删除成功" }, "redirect": "", "type": "ajax" } ```