¿Dónde está el ejemplo Java de WeChat?
clase pública WxCtr1 extiende Controlador {
cadena final estática privada TOKEN = "xxxxxx";
índice vacío público() {
Firma de cadena = getPara("firma");
Marca de tiempo de cadena = getPara("marca de tiempo");
Cadena nonce = getPara("nonce");
String echostr = getPara("echostr");
if(null != marca de tiempo && null != nonce && null != echostr && null != firma) {
if( WeiXin.access(TOKEN, firma, marca de tiempo, nonce)) {
renderHtml(echostr);
return;
}
renderNull();
return;
}
prueba {
WxRecvMsg msg = WeiXin.recv(getRequest().getInputStream( ));
WxSendMsg sendMsg = WeiXin.builderSendByRecv(msg);
System.out.println(msg);
if(msg instancia de WxRecvEventMsg) {
WxRecvEventMsg m = (WxRecvEventMsg) msg;
Evento de cadena = m.getEvent();
if("subscribe".equals(event)) {
String content = "Gracias por su atención";
sendMsg = new WxSendTextMsg(sendMsg, content);
WeiXin.send(sendMsg, getResponse( ).getOutputStream ());
renderNull();
}
}
if(msg instancia de WxRecvTextMsg) { p>
WxRecvTextMsg m = (WxRecvTextMsg) msg;
String text = m.getContent();
if(null != text)
text = text.trim ();
Set
keyworkds.add("1");
keyworkds.add ("menú");
keyworkds.add("menú");
if(keyworkds.contains(text)) {
String content = " 1. Menú\n2. Música\n,3. Gráficos\n";
sendMsg = new WxSendTextMsg(sendMsg, content);
} else if("2". es igual (texto)) {
sendMsg = new WxSendMusicMsg(sendMsg, "夜夜夜夜","林志兴",
"/-fo3dSag_xI4khGko9WTAnF6hhy/album/w=230/sign = b2b8791418d8bc3ec60801c9b28ba6c8/1ad5ad6eddc451da5ff2c0c5b7fd5266d016329c.jpg", "/94o3dSag_xI4khGko9WTAnF6hhy/album/w=230/sign=67afac3d242dd42a5 f090 6a8333a5b2f/8c1001e93901213f088bb78855e736d12f2e952e.jpg", "")
.addItem("Imagen 2", "Descripción 2", "/-4o3dSag_xI4khGko9WTAnF6hhy/album/w=230/sign=5254e9265243fbf2c52ca120807eca1e/77c6a7efce1b9d1669f2564ff2deb48f8c5464e3.jpg", "")
("Imagen 3", 3", "/-Po3dSag_xI4khGko9WTAnF6hhy/álbum/ w= 230/sign=c3b3fe3aaa18972ba33a07c9d6cc7b9d/3812b31bb051f81995bdc164dbb44aed2e73e700.jpg", "")
;
} else {
Contenido de cadena = "1. Menú\n2 .Música \n,3.Imágenes\n";
sendMsg = new WxSendTextMsg(sendMsg, content);
}
WeiXin.send(sendMsg, getResponse().getOutputStream());
renderNull() ;
return;
} else {
String content = "1. Menú\n2. Música\n,3. Gráficos\n";< / p>
sendMsg = new WxSendTextMsg(sendMsg, content);
WeiXin.send(sendMsg, getResponse().getOutputStream());
renderNull();< / p>
return;
}
} captura (JDOMException e) {
e.printStackTrace();
} captura (IOException e) {
e.printStackTrace();
}
renderNull();
}
}