Commit c312392c0d1f42f33ec18bab057f7ecd41dafeae
1 parent
7969422d
no message
Showing
1 changed file
with
2 additions
and
2 deletions
CNLiveEnvironment/Classes/CNLiveEnvironmentManager.h
| @@ -13,8 +13,8 @@ NS_ASSUME_NONNULL_BEGIN | @@ -13,8 +13,8 @@ NS_ASSUME_NONNULL_BEGIN | ||
| 13 | typedef NS_ENUM(NSInteger, CNLiveEnvironmentType) { | 13 | typedef NS_ENUM(NSInteger, CNLiveEnvironmentType) { |
| 14 | CNLiveEnvironmentDebugInHouse = 0,//测试企业环境 | 14 | CNLiveEnvironmentDebugInHouse = 0,//测试企业环境 |
| 15 | CNLiveEnvironmentProductionInHouse = 1,//正式企业环境 | 15 | CNLiveEnvironmentProductionInHouse = 1,//正式企业环境 |
| 16 | - CNLiveEnvironmentDebugAppStore = 2,//测试个人(上线)环境 | ||
| 17 | - CNLiveEnvironmentProductionAppStore = 3 //正式个人(上线)环境 | 16 | + CNLiveEnvironmentDebugAppStore = 2,//测试商店环境 |
| 17 | + CNLiveEnvironmentProductionAppStore = 3 //正式商店环境 | ||
| 18 | 18 | ||
| 19 | }; | 19 | }; |
| 20 | 20 |