|
@@ -156,7 +156,8 @@ public class NewsController {
|
|
|
WeixinShare weixinShare = new WeixinShare();
|
|
|
weixinShare.setNonceStr(nonceStr);;
|
|
|
weixinShare.setTimestamp(timestamp);
|
|
|
- weixinShare.setSignature(signature);
|
|
|
+ weixinShare.setSignature(signature);
|
|
|
+ weixinShare.setAppId(Constant.WECHAT_APPID);
|
|
|
msg.data = weixinShare;
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|