一次性订阅消息 提示跳转失败
如题,有哪位大神给解答一下
SubscribeMessage.Req req = new SubscribeMessage.Req();
req.scene = SUBSCRIBE_MESSAGE_SCENE;
req.templateID = SUBSCRIBE_MESSAGE_TEMPLATEID;
try {
req.reserved = URLEncoder.encode(hnUserID,"utf-8");
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
}
api.sendReq(req);