消息通知
This commit is contained in:
@@ -103,7 +103,7 @@ public class WxAccountUtil {
|
|||||||
put("value", userName);
|
put("value", userName);
|
||||||
}});
|
}});
|
||||||
put("thing8", new HashMap<String, Object>() {{
|
put("thing8", new HashMap<String, Object>() {{
|
||||||
put("value", operationDesc);
|
put("value", StrUtil.sub(operationDesc,0,20));
|
||||||
}});
|
}});
|
||||||
put("time21", new HashMap<String, Object>() {{
|
put("time21", new HashMap<String, Object>() {{
|
||||||
put("value", DateUtil.format(DateUtil.date(), "yyyy-MM-dd HH:mm:ss"));
|
put("value", DateUtil.format(DateUtil.date(), "yyyy-MM-dd HH:mm:ss"));
|
||||||
|
|||||||
Reference in New Issue
Block a user