B2B2C商城
开发手册
开发教程
API接口
下单流程接口
用户中心接口
使用手册
统计管理
商品管理
模板管理
新手入门
多商家首页布局规则
第三方账号注册流程
商家中心
店铺管理
商品管理
账号管理
常见问题
其他
公众号接入
系统安装
支付相关
名片小程序
获取最新的app
URL地址 | http://www.tpshop.com/index.php?m=api&c=App&a=latest |
请求方式 | get |
参数列表
参数 | 是否必须 | 说明 |
version | 可选 | 版本号 |
示例:
成功返回: { "status": 1, "msg": "有新版本", "result": { "new": 1, //是否有新版本,0无,1有 "url": "public/upload/appfile/20170612154743_soubaoShopMobile-debug.apk", //新版本链接 "log": "新增分销功能" //app分销日志 } }