- (void)toLogout{ id<CloudMiniProgramProtocol> mnp = [[CN21ComponentManager sharedInstance].serviceResolver getWithName:kcloudMiniProgramProtocolServiceName extra:nil]; [mnp clearAllMiniProgram:^(NSDictionary * _Nullable resultDic) { } failure:^(NSError * _Nullable error) { }]; }
|