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