weixin.popular.bean.callbackip.Callbackip Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weixin-popular Show documentation
Show all versions of weixin-popular Show documentation
The weixin-popular is a JAVA SDK for weixin. Weixin web url is https://mp.weixin.qq.com.
package weixin.popular.bean.callbackip;
import java.util.List;
import weixin.popular.bean.BaseResult;
public class Callbackip extends BaseResult{
public List ip_list;
public List getIp_list() {
return ip_list;
}
public void setIp_list(List ip_list) {
this.ip_list = ip_list;
}
}