|
@@ -71,7 +71,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
|
|
|
articles1.setPicurl("https://ris4.pacsonline.cn/assets/ris_logo.7e42397f.png");
|
|
|
articles1.setUrl(AI_REPORT_DEMO_URL);
|
|
|
list.add(articles1);
|
|
|
- // CustomServiceApi.sendNews(inTextMsg.getFromUserName(), list);
|
|
|
+ CustomServiceApi.sendNews(inTextMsg.getFromUserName(), list);
|
|
|
renderNull();
|
|
|
}
|
|
|
|