@rongcloud/engine 5.44.0 → 5.46.0-c-push-alpha.1

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/index.d.ts CHANGED
@@ -4518,6 +4518,16 @@ interface IAndroidPushConfig {
4518
4518
  * 小米的 channelId
4519
4519
  */
4520
4520
  channelIdMi?: string;
4521
+ /**
4522
+ * 小米私信推送模板 ID。
4523
+ * @since 5.46.0
4524
+ */
4525
+ templateIdMi?: string;
4526
+ /**
4527
+ * 小米私信推送模板参数。
4528
+ * @since 5.46.0
4529
+ */
4530
+ templateParamMi?: Record<string, string>;
4521
4531
  /**
4522
4532
  * 小米 Large icon 链接
4523
4533
  * Large icon 可以出现在大图版和多字版消息中,显示在右边。