|
@@ -548,4 +548,14 @@ public class TencentCloudImUtil {
|
|
|
}
|
|
|
return null;
|
|
|
}
|
|
|
+
|
|
|
+// public static void main(String[] args) {
|
|
|
+// JSONObject paramJson = new JSONObject();
|
|
|
+// paramJson.put("type", "UserSystemNotify");
|
|
|
+// paramJson.put("subType", "UserRefreshBalance");
|
|
|
+// paramJson.put("content", JSONObject.parseObject("{'msg':'刷新余额'}"));
|
|
|
+// List<String> userIdList = new ArrayList<>();
|
|
|
+// userIdList.add("10133");
|
|
|
+// TencentCloudImUtil.imPushBatchSendMsg(userIdList, paramJson.toString());
|
|
|
+// }
|
|
|
}
|