设为首页 加入收藏

TOP

weixin-java-mp集成微信公众号自带客服功能(三)
2019-09-17 17:47:05 】 浏览:90
Tags:weixin-java-mp 集成 公众 自带 客服 功能
dler() { return this.subscribeHandler;  } protected UnsubscribeHandler getUnsubscribeHandler() { return this.unsubscribeHandler;  } protected AbstractHandler getLocationHandler() { return this.locationHandler;  } protected MsgHandler getMsgHandler() { return this.msgHandler;  } protected AbstractHandler getScanHandler() { return scanHandler;  } /**   * 为生成二维码准备ticket   * @return   */  public WxMpQrCodeTicket generateTicketForTwoDimensionCode(Long customerId) throws WxErrorException { //永久二维码    return this.getQrcodeService().qrCodeCreateLastTicket(customerId.intValue());    //临时二维码    //return this.getQrcodeService().qrCodeCreateTmpTicket(customerId.intValue(), 2592000);  } }
 
首页 上一页 1 2 3 下一页 尾页 3/3/3
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Maven学习 下一篇系统架构-设计模式(适配器、观察..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目