File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/scheme Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,6 @@ public class WxMaGenerateSchemeRequest {
39
39
@ SerializedName ("expire_time" )
40
40
private Long expireTime ;
41
41
42
- /**
43
- * 要打开的小程序版本。正式版为"release",体验版为"trial",开发版为"develop"默认值:release
44
- */
45
- @ SerializedName ("env_version" )
46
- private String envVersion = "release" ;
47
-
48
42
@ Data
49
43
@ Builder (builderMethodName = "newBuilder" )
50
44
public static class JumpWxa {
@@ -66,6 +60,12 @@ public static class JumpWxa {
66
60
*/
67
61
@ SerializedName ("query" )
68
62
private String query ;
63
+
64
+ /**
65
+ * 要打开的小程序版本。正式版为"release",体验版为"trial",开发版为"develop"默认值:release
66
+ */
67
+ @ SerializedName ("env_version" )
68
+ private String envVersion = "release" ;
69
69
}
70
70
71
71
public String toJson () {
You can’t perform that action at this time.
0 commit comments