mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🐛 #1259 优化开放平台第三方业务域名设置相关接口返回结果
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package me.chanjar.weixin.open.bean.result;
|
||||
|
||||
import com.google.gson.annotations.SerializedName;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
public class WxOpenMaWebDomainResult extends WxOpenResult {
|
||||
|
||||
private static final long serialVersionUID = -2182687859448940313L;
|
||||
|
||||
@SerializedName("webviewdomain")
|
||||
List<String> webviewdomainList;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user