Browse Source

Merge branch 'master' of https://git.yishihui.com/iOS/BFStuckPointKit

wenweiwei 2 years ago
parent
commit
5b5741cd37
1 changed files with 3 additions and 0 deletions
  1. 3 0
      BFStuckPointKit/Classes/BFUtils/PQThirdPlatformUtil.swift

+ 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()