摘要:
docker启动容器报错IPv4 forwarding is disabled. Networking will not work. 解决办法: #重启network服务 #查看是否修改成功 (备注:返回1,就是成功) 阅读全文
摘要:
package com.weixin.sendmessage; import org.apache.commons.lang.StringUtils; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; im 阅读全文
摘要:
SendTextToAllUserAct.java package com.weixin.sendmessage; import org.apache.commons.lang.StringUtils; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.Sta 阅读全文
摘要:
官网接口地址:https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html //创建一个微信菜单实体类 WeixinMenu.java package com.weixi 阅读全文