Skip to content

Commit 7a96f0f

Browse files
committed
🎨 binarywang#3116【开放平台】云开发/云托管环境共享接口增加请求环境源参数
1 parent 90e1a9e commit 7a96f0f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/tcb/ShareCloudBaseEnvRequest.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,19 @@ public class ShareCloudBaseEnvRequest implements Serializable {
1919
@SerializedName("data")
2020
private List<DataDTO> data;
2121

22+
/**
23+
* 请求环境源,填 1,表示云托管环境
24+
*/
25+
@SerializedName("source_type")
26+
private Integer sourceType;
27+
2228
@Data
2329
@Builder
2430
@AllArgsConstructor
2531
@NoArgsConstructor
2632
public static class DataDTO implements Serializable {
33+
private static final long serialVersionUID = -8117487215582856716L;
34+
2735
@SerializedName("env")
2836
private String env;
2937
@SerializedName("appids")

0 commit comments

Comments
 (0)