mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-06-28 13:16:19 +08:00
🎨 #2375 【小程序】urlscheme生成接口调整请求参数结构
This commit is contained in:
parent
def6856b02
commit
23a115fdee
@ -39,12 +39,6 @@ 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 {
|
||||||
@ -66,6 +60,12 @@ public class WxMaGenerateSchemeRequest {
|
|||||||
*/
|
*/
|
||||||
@SerializedName("query")
|
@SerializedName("query")
|
||||||
private String query;
|
private String query;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 要打开的小程序版本。正式版为"release",体验版为"trial",开发版为"develop"默认值:release
|
||||||
|
*/
|
||||||
|
@SerializedName("env_version")
|
||||||
|
private String envVersion = "release";
|
||||||
}
|
}
|
||||||
|
|
||||||
public String toJson() {
|
public String toJson() {
|
||||||
|
Loading…
Reference in New Issue
Block a user