动态接口对接
This commit is contained in:
@@ -189,7 +189,7 @@
|
||||
}
|
||||
|
||||
- (void)requestBannerList {
|
||||
|
||||
NSString *uid = [[AccountInfoStorage instance]getUid];
|
||||
[Api homeBannerList:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
|
||||
if(code == 200){
|
||||
NSArray *dataArr = [YVBannerModel DD_ModelsWithArray:data.data];
|
||||
@@ -197,7 +197,7 @@
|
||||
self.headerView.bannerArray = dataArr;
|
||||
|
||||
}
|
||||
} uid:@"288498" type:@"1"];
|
||||
} uid:uid type:@"1"];
|
||||
// NSMutableDictionary *dic = [NSMutableDictionary dictionary];
|
||||
// [dic setObject:@"1" forKey:@"position"];
|
||||
// WeakSelf(weakSelf)
|
||||
@@ -230,7 +230,7 @@
|
||||
}
|
||||
|
||||
- (void)requestRecommendList1 {
|
||||
|
||||
NSString *uid = [[AccountInfoStorage instance]getUid];
|
||||
[Api dd_getHomeMenuList:^(BaseModel * _Nullable data, NSInteger code, NSString * _Nullable msg) {
|
||||
if(code == 200){
|
||||
NSArray *dataArr = [YVBannerModel DD_ModelsWithArray:data.data];
|
||||
@@ -241,7 +241,7 @@
|
||||
|
||||
|
||||
}
|
||||
} uid:@"288498"];
|
||||
} uid:uid];
|
||||
return;
|
||||
WeakSelf(ws)
|
||||
NSMutableDictionary *dic = [NSMutableDictionary dictionary];
|
||||
|
@@ -591,4 +591,4 @@ SPEC CHECKSUMS:
|
||||
|
||||
PODFILE CHECKSUM: 4a3e8c3e3691165802b43178346af03c39e4ae9b
|
||||
|
||||
COCOAPODS: 1.14.2
|
||||
COCOAPODS: 1.12.1
|
||||
|
Reference in New Issue
Block a user