Commit 5e1ed398 authored by 杨锐's avatar 杨锐

解耦新增json属性

parent e7d5a8c5
......@@ -41,6 +41,7 @@ public class BlackHoleRegisteredEventListener implements ApplicationListener<Reg
fields.put("day", day);
JSONObject json = new JSONObject();
json.put("userId", user.getId());
json.put("mustReal", false);
json.put("templateId", templateId);
json.put("fields", fields);
JSONArray array = new JSONArray();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment