|
@@ -142,12 +142,12 @@ public class TJsServiceImpl extends ServiceImpl<TJsMapper, TJs> implements TJsSe
|
|
|
|
|
|
cn.hutool.json.JSONObject param = JSONUtil.createObj();
|
|
|
//订单号
|
|
|
- param.set("keyword1", "23010000010101");
|
|
|
+ param.set("thing01", JSONUtil.createObj().set("value", "23010000010101"));
|
|
|
//点话
|
|
|
- param.set("keyword2","18360233903");
|
|
|
- param.set("keyword3","李四");
|
|
|
- param.set("keyword4","2022年11月11日22:22");
|
|
|
- param.set("keyword5","湖南长沙岳麓");
|
|
|
+ param.set("thing02",JSONUtil.createObj().set("value", "18360233903"));
|
|
|
+ param.set("thing03",JSONUtil.createObj().set("value", "李四"));
|
|
|
+ param.set("thing04",JSONUtil.createObj().set("value", "2022年11月11日22:22"));
|
|
|
+ param.set("thing05",JSONUtil.createObj().set("value", "湖南长沙岳麓"));
|
|
|
weChatUtil.notification(openId, param.toString());
|
|
|
|
|
|
}
|