org.jeewx.api.third.model.GetPreAuthCodeParam Maven / Gradle / Ivy
package org.jeewx.api.third.model;
import org.jeewx.api.core.req.model.WeixinReqParam;
/**
* 获取预授权码
* @author zhangdaihao
*
*/
public class GetPreAuthCodeParam extends WeixinReqParam{
private String component_appid;
public String getComponent_appid() {
return component_appid;
}
public void setComponent_appid(String component_appid) {
this.component_appid = component_appid;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy