mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-28 04:29:07 +08:00
🎨 #2354 【小程序】urlscheme增加要打开的小程序版本字段,默认值正式版本
This commit is contained in:
@ -39,6 +39,12 @@ public class WxMaGenerateSchemeRequest {
|
|||||||
@SerializedName("expire_time")
|
@SerializedName("expire_time")
|
||||||
private Long expireTime;
|
private Long expireTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 要打开的小程序版本。正式版为"release",体验版为"trial",开发版为"develop"默认值:release
|
||||||
|
*/
|
||||||
|
@SerializedName("env_version")
|
||||||
|
private String envVersion = "release";
|
||||||
|
|
||||||
@Data
|
@Data
|
||||||
@Builder(builderMethodName = "newBuilder")
|
@Builder(builderMethodName = "newBuilder")
|
||||||
public static class JumpWxa {
|
public static class JumpWxa {
|
||||||
|
|||||||
Reference in New Issue
Block a user