weixin.popular.bean.paymch.PapayH5Entrustweb 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.paymch;
public class PapayH5Entrustweb extends PapayEntrustweb {
private String return_appid;
public String getReturn_appid() {
return return_appid;
}
public void setReturn_appid(String return_appid) {
this.return_appid = return_appid;
}
}