@dcloudio/uni-push 3.0.0-alpha-3040920220506001 → 3.0.0-alpha-3040820220424002

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/.DS_Store ADDED
Binary file
@@ -12,6 +12,10 @@ declare namespace GtPush {
12
12
  * 个推官网生成的appid
13
13
  */
14
14
  appid: string
15
+ /**
16
+ * 错误回调
17
+ */
18
+ onError?: (res: {error: any}) => void
15
19
  /**
16
20
  * 个推终端ID回调,标识当前终端和应用
17
21
  */