chengyanfang

init

@@ -33,13 +33,13 @@ @@ -33,13 +33,13 @@
33 [6.2. 饿了么购药配置](#62-加入) 33 [6.2. 饿了么购药配置](#62-加入)
34 34
35 * [7. 其他配置](#6-其他配置) 35 * [7. 其他配置](#6-其他配置)
36 - 36 +
37 * [7.1. APNs](#61-apns) 37 * [7.1. APNs](#61-apns)
38 * [7.2. Background Modes](#62-background-modes) 38 * [7.2. Background Modes](#62-background-modes)
39 * [7.3. 扩展参数](#63-extension-params) 39 * [7.3. 扩展参数](#63-extension-params)
40 40
41 * [问题说明](#问题说明) 41 * [问题说明](#问题说明)
42 - 42 +
43 * [支付宝 SDK 冲突](#支付宝-sdk-冲突) 43 * [支付宝 SDK 冲突](#支付宝-sdk-冲突)
44 * [swift 4.1](#swift-41) 44 * [swift 4.1](#swift-41)
45 45
@@ -353,8 +353,4 @@ xxx target -> Capabilities -> Background Modes -> 勾选 Audio,Airplay and Pic @@ -353,8 +353,4 @@ xxx target -> Capabilities -> Background Modes -> 勾选 Audio,Airplay and Pic
353 let option = HHSDKOptions(productId: "3000", isDebug: true, isDevelop: true) 353 let option = HHSDKOptions(productId: "3000", isDebug: true, isDevelop: true)
354 option.asyncLogin = false 354 option.asyncLogin = false
355 option.mExtension = "" 355 option.mExtension = ""
356 -  
357 ``` 356 ```
358 -  
359 -  
360 -