public class OpenApiDecodeService.WxPubBuildAuthorizationUrlForm extends Object
| 构造器和说明 |
|---|
WxPubBuildAuthorizationUrlForm(String wxAppid,
String redirectURI,
String scope,
String state) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRedirectURI() |
String |
getScope() |
String |
getState() |
String |
getWxAppid() |
void |
setRedirectURI(String redirectURI) |
void |
setScope(String scope) |
void |
setState(String state) |
void |
setWxAppid(String wxAppid) |
public String getWxAppid()
public void setWxAppid(String wxAppid)
public String getRedirectURI()
public void setRedirectURI(String redirectURI)
public String getScope()
public void setScope(String scope)
public String getState()
public void setState(String state)
Copyright © 2020. All rights reserved.