开发者社区> 问答> 正文

新手问题:jfinal weixin如何做到群发或发信息到部分用户??报错

刚接触波总大作,试着乱写了一段(控制器继承自 MsgController,针对某用户发news),有报错

String title = getPara("title");
		String description = getPara("description");
		String picUrl = getPara("picUrl");
		String url = getPara("url");
		OutNewsMsg outMsg = new OutNewsMsg();
		outMsg.addNews(title, description, picUrl, url);
		outMsg.setFromUserName("my.com");
		outMsg.setToUserName("me");
		outMsg.setCreateTime(0);
		render(outMsg);



报错:

java.lang.IllegalStateException: 需要事先使用 ApiConfigKit.setThreadLocalApiConfig(apiConfig) 将 ApiConfig对象存入,才可以调用 ApiConfigKit.getApiConfig() 方法

看不懂...求指点

展开
收起
爱吃鱼的程序员 2020-06-14 18:55:30 501 0
1 条回答
写回答
取消 提交回答
  • https://developer.aliyun.com/profile/5yerqm5bn5yqg?spm=a2c6h.12873639.0.0.6eae304abcjaIB

    创建一个MyMsgControllerextendsMsgController,在里面的getApiConfig()方法中返回正确的ApiConfig对象即可解决问题,这里有现在的jfinalweixindemo可以下载:http://www.jfinal.com

    我按照demo实现了各种根据用户信息反馈图文的功能,现在我想实现的是从服务器主动发送消息给用户(群发或定向发),这个demo中似乎没有。

    <divclass='ref'>

    引用来自“JFinal”的评论

    创建一个MyMsgControllerextendsMsgController,在里面的getApiConfig()方法中返回正确的ApiConfig对象即可解决问题,这里有现在的jfinalweixindemo可以下载:http://www.jfinal.com

    2020-06-14 18:55:49
    赞同 展开评论 打赏
问答分类:
问答标签:
问答地址:
问答排行榜
最热
最新

相关电子书

更多
QQ移送页面框架优化实践 立即下载
QQ移动页面框架优化实践 立即下载
微信PaxosStore简介 立即下载