mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 08:37:32 +08:00
🎨 #3116【开放平台】云开发/云托管环境共享接口增加请求环境源参数
This commit is contained in:
parent
90e1a9ebc1
commit
7a96f0f863
@ -19,11 +19,19 @@ public class ShareCloudBaseEnvRequest implements Serializable {
|
||||
@SerializedName("data")
|
||||
private List<DataDTO> data;
|
||||
|
||||
/**
|
||||
* 请求环境源,填 1,表示云托管环境
|
||||
*/
|
||||
@SerializedName("source_type")
|
||||
private Integer sourceType;
|
||||
|
||||
@Data
|
||||
@Builder
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public static class DataDTO implements Serializable {
|
||||
private static final long serialVersionUID = -8117487215582856716L;
|
||||
|
||||
@SerializedName("env")
|
||||
private String env;
|
||||
@SerializedName("appids")
|
||||
|
Loading…
Reference in New Issue
Block a user