CNLiveBindingManageModel.m
801 Bytes
//
// CNLiveBindingManageModel.m
// CNLiveNetAdd
//
// Created by CNLive-zxw on 2019/9/10.
// Copyright © 2019 cnlive. All rights reserved.
//
#import "CNLiveBindingManageModel.h"
@implementation CNLiveBindingManageModel
//- (CNLiveSendAuthResp)type{
// CNLiveSendAuthResp type = CNLiveSendAuthRespWX;
//
// if([self.thirdPartyPlat isEqualToString:@"1"]){
// type = CNLiveSendAuthRespWB;
//
// }else if ([self.thirdPartyPlat isEqualToString:@"2"]){
// type = CNLiveSendAuthRespQQ;
//
// }else if([self.thirdPartyPlat isEqualToString:@"3"]){
// type = CNLiveSendAuthRespWX;
//
// }else if([self.thirdPartyPlat isEqualToString:@"5"]){
// type = CNLiveSendAuthRespApple;
//
// }
// return type;
//
//}
@end