@rongcloud/engine 5.30.1 → 5.30.2

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
@@ -6002,7 +6002,7 @@ interface IMessageExtraData {
6002
6002
  /**
6003
6003
  * 业务层自定义排序 ID
6004
6004
  */
6005
- seqId?: number;
6005
+ seqId?: string;
6006
6006
  /**
6007
6007
  * 第三方消息发送时间戳,为毫秒时间
6008
6008
  */