public static class JumpToBizWebview.Req extends BaseReq
| 限定符和类型 | 字段和说明 |
|---|---|
java.lang.String |
extMsg
The extra info message, The length should be within 1KB
携带的额外信息,长度不能超度1kb
|
int |
scene
The jump scene, jump to webview default value is 1
跳转的场景值,跳转至Webview场景值为1
|
java.lang.String |
toUserName
User Name of the brand account you want jump to
要跳转公众号的user name
|
int |
webType
The scene form jump to webview, now only 0 is valid
跳转webviewType,目前仅0有效
|
openId, transaction| 构造器和说明 |
|---|
Req() |
public java.lang.String toUserName
public java.lang.String extMsg
public int webType
public int scene
public int getType()
BaseReqpublic boolean checkArgs()
BaseReq