Version.md
989 Bytes
版本号:v1.1
生产环境地址:http://leyoutu.st-i.com.cn/api/v1.1/
测试环境地址:http://leyoutu.sti-uat.com/api/v1.1/
8bea60754bf2e534b709d6d702990895915b9c51/Version.md#">变更说明:
/UserInfo接口增加权限验证(需要携带Token),游客只能查询自己信息,操作员可查询所有。
/SystemInfo 新增系统信息接口
{
"errcode": 0,
"result": {
"UpdateLocationInterval": 30,//上报位置时间间隔(秒)
"Version": "v1.1"//最新版本号
}
}
- 新增加公告管理模块接口
/Notice/Info
/Notice/List
/Notice/Create(需要携带Token)
/Notice/Remove(需要携带Token)
/Notice/Modify(需要携带Token)
8bea60754bf2e534b709d6d702990895915b9c51/Version.md#">发布流程:
- 提交APP代码到git(v1.1分支)
- 使用 “测试环境地址” 打包内测版本至TestFlight
- 升级 ”生产环境“ 接口至v1.1
- 使用 “生产环境地址” 打包公测版本至TestFlight
- 发布至商店