Skip to content

新增 API & 修复 Bug

Compare
Choose a tag to compare
@KenChoi1992 KenChoi1992 released this 05 Jul 09:18
· 232 commits to master since this release

Change Log

新增 API:

  • sendGroupPush 发送分组推送
  • getCidList 获得 cid

新增字段

  • PushPayload 新增 cid 字段
  • AudienceType 新增 abtest

修复 bug

修复 Message 中 addExtras 接口,如果传入的 Map 的元素有空值,toJSON 报空指针异常。