public void SendToQQ(ApolloShareScene scene, string title, string desc, string url, string thumbImageUrl)
 {
     ApolloSnsService.SendToQQ(base.ObjectId, scene, title, desc, url, thumbImageUrl, thumbImageUrl.get_Length());
 }
Exemplo n.º 2
0
 public void SendToQQ(ApolloShareScene scene, string title, string desc, string url, string thumbImageUrl)
 {
     Console.WriteLine("ApolloSnsLZK SendToQQ:{0}", thumbImageUrl.get_Length());
     ApolloSnsService.SendToQQ(base.ObjectId, scene, title, desc, url, thumbImageUrl, thumbImageUrl.get_Length());
 }