Ver Fonte

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

wenweiwei há 2 anos atrás
pai
commit
5b5741cd37

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