|
|
@ -273,8 +273,7 @@ public class WxMsgController { |
|
|
|
// 拼接签名
|
|
|
|
// 拼接签名
|
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
Map<String, Object> map = new HashMap<>(); |
|
|
|
map.put("noncestr", WxUtils.makeNonStr()); |
|
|
|
map.put("noncestr", WxUtils.makeNonStr()); |
|
|
|
// map.put("jsapi_ticket",jsapiTicket.getString("ticket"));
|
|
|
|
map.put("jsapi_ticket",jsapiTicket.getString("ticket")); |
|
|
|
map.put("jsapi_ticket", "HoagFKDcsGMVCIY2vOjf9jCRQE4yNsjboV-7GnEBJ1lr2n3gsufcHe86CADtZut8goQ7LBktBWIdsZ-AlVthmw"); |
|
|
|
|
|
|
|
map.put("timestamp", new Date().getTime()); |
|
|
|
map.put("timestamp", new Date().getTime()); |
|
|
|
map.put("url",url); |
|
|
|
map.put("url",url); |
|
|
|
|
|
|
|
|
|
|
|