chengyanfang

add

@@ -342,10 +342,8 @@ xxx target -> Capabilities -> Background Modes -> 勾选 Audio,Airplay and Pic @@ -342,10 +342,8 @@ xxx target -> Capabilities -> Background Modes -> 勾选 Audio,Airplay and Pic
342 342
343 ### 7.3. 扩展参数 343 ### 7.3. 扩展参数
344 344
345 -为了支持收集渠道日志,SDK支持在初始化时传递自定义参数。 345 +为了支持收集渠道日志,SDK支持在初始化时传递自定义参数(支持JSON格式)
346 346
347 ``` 347 ```
348 -let option = HHSDKOptions(productId: "3000", isDebug: true, isDevelop: true)  
349 -option.asyncLogin = false  
350 -option.mExtension = "" 348 +HHSDKOptions.default.setCallExtension(callExtension: "xxx")
351 ``` 349 ```