Blame view

Version.md 989 Bytes
cfcccc99   aarongao   ok
1
## 版本号:v1.1
5bd8aa90   aarongao   V1.0
2

cfcccc99   aarongao   ok
3
##### 生产环境地址:http://leyoutu.st-i.com.cn/api/v1.1/
5bd8aa90   aarongao   V1.0
4

cfcccc99   aarongao   ok
5
##### 测试环境地址:http://leyoutu.sti-uat.com/api/v1.1/
5bd8aa90   aarongao   V1.0
6
7
8

##### 变更说明:

cfcccc99   aarongao   ok
9
10
11
12
13
1. /UserInfo接口增加权限验证(需要携带Token),游客只能查询自己信息,操作员可查询所有。

2. /SystemInfo 新增系统信息接口

   ```
1924a8a0   aarongao   s
14
   {
9d7c3c88   aarongao   ..
15
16
17
18
19
       "errcode": 0,
       "result": {
           "UpdateLocationInterval": 30,//上报位置时间间隔(秒)
           "Version": "v1.1"//最新版本号
       }
cfcccc99   aarongao   ok
20
   }
1924a8a0   aarongao   s
21
   ```
cfcccc99   aarongao   ok
22

1924a8a0   aarongao   s
23
3. 新增加公告管理模块接口
cfcccc99   aarongao   ok
24

1924a8a0   aarongao   s
25
   ```
cfcccc99   aarongao   ok
26
   /Notice/Info
9d7c3c88   aarongao   ..
27
   /Notice/List
1924a8a0   aarongao   s
28
29
30
31
32
33
34
35
36
37
38
39
40
41
   /Notice/Create(需要携带Token)
   /Notice/Remove(需要携带Token)
   /Notice/Modify(需要携带Token)
   ```

   

##### 发布流程:

1. 提交APP代码到git(v1.1分支)
2. 使用 “测试环境地址” 打包内测版本至TestFlight
3. 升级 ”生产环境“ 接口至v1.1
4. 使用 “生产环境地址” 打包公测版本至TestFlight
5. 发布至商店
9d7c3c88   aarongao   ..

9d7c3c88   aarongao   ..

f56bf95d   aarongao   ..

58ec1105   aarongao   new

b03775ca   aarongao   .

cfcccc99   aarongao   ok

b03775ca   aarongao   .

cfcccc99   aarongao   ok

483ade81   aarongao   v1.1

cfcccc99   aarongao   ok

483ade81   aarongao   v1.1

cfcccc99   aarongao   ok

b03775ca   aarongao   .

5bd8aa90   aarongao   V1.0