|
@@ -146,7 +146,7 @@ public class TJsServiceImpl extends ServiceImpl<TJsMapper, TJs> implements TJsSe
|
|
|
//点话
|
|
|
param.set("phone_number14",JSONUtil.createObj().set("value", "18360233903"));
|
|
|
param.set("thing18",JSONUtil.createObj().set("value", "李四"));
|
|
|
- param.set("time6",JSONUtil.createObj().set("value", "2022年11月11日22:22"));
|
|
|
+ param.set("time6",JSONUtil.createObj().set("value", "2022年11月11日 22:22"));
|
|
|
param.set("thing27",JSONUtil.createObj().set("value", "湖南长沙岳麓"));
|
|
|
weChatUtil.notification(openId, param);
|
|
|
|