C# Class Senparc.Weixin.MP.AdvancedAPIs.AutoReplyApi

获取自动回复规则
Show file Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
GetCurrentAutoreplyInfo ( string accessTokenOrAppId ) : GetCurrentAutoreplyInfoResult

获取自动回复规则

GetCurrentAutoreplyInfoAsync ( string accessTokenOrAppId ) : Task

【异步方法】获取自动回复规则

Method Details

GetCurrentAutoreplyInfo() public static method

获取自动回复规则
public static GetCurrentAutoreplyInfo ( string accessTokenOrAppId ) : GetCurrentAutoreplyInfoResult
accessTokenOrAppId string 调用接口凭证
return Senparc.Weixin.MP.AdvancedAPIs.AutoReply.GetCurrentAutoreplyInfoResult

GetCurrentAutoreplyInfoAsync() public static method

【异步方法】获取自动回复规则
public static GetCurrentAutoreplyInfoAsync ( string accessTokenOrAppId ) : Task
accessTokenOrAppId string 调用接口凭证
return Task