com.foxinmy.weixin4j.response
Interface WeixinResponse

All Known Implementing Classes:
BlankResponse, ImageResponse, MusicResponse, NewsResponse, SingleResponse, TextResponse, TransferCustomerResponse, VideoResponse, VoiceResponse

public interface WeixinResponse

微信被动消息回复

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
TextResponse, ImageResponse, MusicResponse, VoiceResponse, VideoResponse, NewsResponse, TransferCustomerResponse, SingleResponse, BlankResponse, 订阅号、服务号的被动响应消息, 企业号的被动响应消息

Method Summary
 String getMsgType()
          回复的消息类型
 String toContent()
          回复的消息内容
 

Method Detail

getMsgType

String getMsgType()
回复的消息类型

Returns:

toContent

String toContent()
回复的消息内容

Returns:


Copyright © 2014–2017. All rights reserved.