Commit c27263a198af155365a7aa097a3bbfb06de670e8
1 parent
218629b4
no message
Showing
1 changed file
with
2 additions
and
0 deletions
CNLiveEnvironmentConfiguration/Classes/NetworkAPIs.h
| ... | ... | @@ -473,6 +473,8 @@ static NSString *const CNLiveContentApiLiveListUrl = API_Classify@"/contentApi/g |
| 473 | 473 | static NSString *const CNLiveContentApiLiveAppointUrl = API_Classify@"/contentApi/liveAppoint"; |
| 474 | 474 | //订阅号热推 |
| 475 | 475 | static NSString *const CNSubscribeHotPushUrl = API_Classify@"/contentApi/getHotContent"; |
| 476 | +//一键关注 | |
| 477 | +static NSString *const CNSubscribeOneKeyConcernUrl = API_Host@"/Daren/group/oneKeyConcern.action"; | |
| 476 | 478 | |
| 477 | 479 | #pragma mark - App配置信息 |
| 478 | 480 | // 获取最新版本信息 | ... | ... |