🎨 #2354 【小程序】urlscheme增加要打开的小程序版本字段,默认值正式版本

This commit is contained in:
tt 2021-10-23 23:25:58 +08:00 committed by GitHub
parent 5755c293df
commit a2042dd7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {