Commit f4cf82ef600081d4a5c62380fa5d58aa0c5fd3db
1 parent
b989f955
no message
Showing
2 changed files
with
1 additions
and
2 deletions
CNLiveEnvironment/Classes/CNLiveConst.h
| @@ -22,7 +22,6 @@ | @@ -22,7 +22,6 @@ | ||
| 22 | #define AppShowGuidePage @"no" | 22 | #define AppShowGuidePage @"no" |
| 23 | 23 | ||
| 24 | //上传手机通讯录和生成订单二维码时,DES加密key | 24 | //上传手机通讯录和生成订单二维码时,DES加密key |
| 25 | -#define kUploadContactsKey @"cnliveIm" | ||
| 26 | #define AppDESKey @"cnliveIm" | 25 | #define AppDESKey @"cnliveIm" |
| 27 | 26 | ||
| 28 | //////////////////////////////////////////////////////// | 27 | //////////////////////////////////////////////////////// |
CNLiveEnvironment/Classes/CNLiveEnvironment.h
| @@ -63,7 +63,7 @@ | @@ -63,7 +63,7 @@ | ||
| 63 | // tingyun | 63 | // tingyun |
| 64 | #define TingYunAppKey [CNLiveEnvironmentManager manager].kTingYunAppKey | 64 | #define TingYunAppKey [CNLiveEnvironmentManager manager].kTingYunAppKey |
| 65 | 65 | ||
| 66 | -//七牛上传图片/视频 | 66 | +// 七牛上传图片/视频 |
| 67 | #define API_BucketName [CNLiveEnvironmentManager manager].kBucketName | 67 | #define API_BucketName [CNLiveEnvironmentManager manager].kBucketName |
| 68 | #define API_PhotoUrl [CNLiveEnvironmentManager manager].kPhotoUrl | 68 | #define API_PhotoUrl [CNLiveEnvironmentManager manager].kPhotoUrl |
| 69 | 69 |