weixin.popular.bean.card.code.checkcode.CodeCheckCode 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.card.code.checkcode;
import weixin.popular.bean.card.code.deposit.CodeDeposit;
/**
* 投放卡券-核查code接口-请求参数
*
* @author Moyq5
*
*/
public class CodeCheckCode extends CodeDeposit {
}