Commit 0fbacf3b64c440be6d2baaae2b5ec1ec1666cdaa

Authored by 张志伟
1 parent 0de79f3b

:rocket: 优化批量发送接口

Showing 1 changed file with 2 additions and 2 deletions
README.md
@@ -14,7 +14,7 @@ @@ -14,7 +14,7 @@
14 14
15 ### 发送模板消息 15 ### 发送模板消息
16 `IMessageCenterService#send` 单条 16 `IMessageCenterService#send` 单条
17 -`IMessageCenterService#sendBatch` 批量 。批量的情况参数为List, 返回值也为List 17 +`IMessageCenterService#sendBatch` 批量(最多1000条) 。批量的情况参数为List, 返回值也为List
18 18
19 **参数** 19 **参数**
20 20
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 |memberId|是 | Long| 会员id| 23 |memberId|是 | Long| 会员id|
24 |title| 是 | String| 标题| 24 |title| 是 | String| 标题|
25 |content|是|String|内容| 25 |content|是|String|内容|
26 -|extraMap| 否 | HashMap<String,String>| 额外附带数据| 26 +|extraMap| 否 | HashMap<String,String>| 额外附带数据(最多5条)|
27 |remark| 否 | String| 备注。| 27 |remark| 否 | String| 备注。|
28 |path| 否 | String| 小程序页面路径。| 28 |path| 否 | String| 小程序页面路径。|
29 |paramMap| 否 | HashMap<String,String>| 跳转小程序所携带的参数。| 29 |paramMap| 否 | HashMap<String,String>| 跳转小程序所携带的参数。|