소스 검색

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

wenweiwei 2 년 전
부모
커밋
5b5741cd37
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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()