Ver Fonte

0.1.2 分享视频h5链接不加描述

harry há 2 anos atrás
pai
commit
f6a764aba8

+ 1 - 1
BFStuckPointKit.podspec

@@ -8,7 +8,7 @@
 
 Pod::Spec.new do |s|
   s.name             = 'BFStuckPointKit'
-  s.version          = '0.1.1'
+  s.version          = '0.1.2'
   s.summary          = '卡点视频库'
   s.swift_version    = '5.0'
   s.description      = <<-DESC

+ 3 - 0
BFStuckPointKit/Classes/BFUtils/PQThirdPlatformUtil.swift

@@ -170,6 +170,9 @@ public class PQSingletoWXApiUtil: NSObject {
                     let webpageObject = WXWebpageObject()
                     webpageObject.webpageUrl = path ?? ""
                     message.mediaObject = webpageObject
+                    if type == 4 {
+                        message.description = ""
+                    }
                 }
 
                 let req = SendMessageToWXReq()