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