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

cn.ipokerface.weixin.proxy.redpack.RedPacketSendType Maven / Gradle / Ivy

There is a newer version: 1.5.0
Show newest version
package cn.ipokerface.weixin.proxy.redpack;

/**
 * Created by       PokerFace
 * Create Date      2019-12-28.
 * Email:           [email protected]
 * Version          1.0.0
 * 

* Description: */ public enum RedPacketSendType { /** * 通过API接口发放 */ API, /** * 通过上传文件方式发放 */ UPLOAD, /** * 通过活动方式发放 */ ACTIVITY; }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy