All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jeewx.api.third.model.GetPreAuthCodeParam Maven / Gradle / Ivy

Go to download

JEEWX-API(微信极速SDK、同时支持微信公众号\企业微信\支付窗\小程序\微博).

The newest version!
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