Uses of Class
com.foxinmy.weixin4j.mp.model.AuthorizerOption
-
Packages that use AuthorizerOption Package Description com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model -
-
Uses of AuthorizerOption in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return AuthorizerOption Modifier and Type Method Description AuthorizerOption
ComponentApi. getAuthorizerOption(String authAppId, AuthorizerOption.AuthorizerOptionName optionName)
获取授权方的公众号的选项设置信息,如:地理位置上报,语音识别开关,多客服开关。注意,获取各项选项设置信息Methods in com.foxinmy.weixin4j.mp.api with parameters of type AuthorizerOption Modifier and Type Method Description com.foxinmy.weixin4j.http.weixin.ApiResult
ComponentApi. setAuthorizerOption(String authAppId, AuthorizerOption option)
设置授权方的公众号的选项信息,如:地理位置上报,语音识别开关,多客服开关。注意,获取各项选项设置信息 -
Uses of AuthorizerOption in com.foxinmy.weixin4j.mp.model
Methods in com.foxinmy.weixin4j.mp.model that return AuthorizerOption Modifier and Type Method Description static AuthorizerOption
AuthorizerOption. createCustomerServiceOption(int value)
多客服开关选项static AuthorizerOption
AuthorizerOption. createLocationReportOption(int value)
地理位置上报选项static AuthorizerOption
AuthorizerOption. createVoiceRecognizeOption(int value)
语音识别开关选项static AuthorizerOption
AuthorizerOption. parse(AuthorizerOption.AuthorizerOptionName optionName, int optionValue)
返回选项对象
-