public static final class WXLaunchMiniProgram.Req extends BaseReq
限定符和类型 | 字段和说明 |
---|---|
static int |
MINIPROGRAM_TYPE_PREVIEW |
static int |
MINIPROGRAM_TYPE_TEST |
int |
miniprogramType
the miniprogram type, default is release
小程序的类型,默认正式版
|
static int |
MINIPTOGRAM_TYPE_RELEASE
miniprogram version
小程序版本
|
java.lang.String |
path
the path
小程序的path
|
java.lang.String |
userName
the userName
小程序的原始id
|
openId, transaction
构造器和说明 |
---|
Req() |
public static final int MINIPTOGRAM_TYPE_RELEASE
public static final int MINIPROGRAM_TYPE_TEST
public static final int MINIPROGRAM_TYPE_PREVIEW
public java.lang.String userName
public java.lang.String path
public int miniprogramType
public int getType()
BaseReq
public boolean checkArgs()
BaseReq