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

org.tinygroup.weixinmeterial.message.PermanentThumbMessage Maven / Gradle / Ivy

The newest version!
package org.tinygroup.weixinmeterial.message;

import org.tinygroup.vfs.FileObject;
import org.tinygroup.weixin.common.ToServerMessage;
import org.tinygroup.weixinhttp.BaseUpload;
import org.tinygroup.weixinhttp.WeiXinHttpUpload;

/**
 * 上传永久缩略图
 * @author yancheng11334
 *
 */
public class PermanentThumbMessage extends BaseUpload implements WeiXinHttpUpload,ToServerMessage{

	public PermanentThumbMessage(FileObject fileObject) {
		super("media",fileObject);
	}

	public String getWeiXinKey() {
		return "uploadPermanentThumb";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy