Package com.foxinmy.weixin4j.payment.mch
Class RedpacketRisk
- java.lang.Object
- 
- com.foxinmy.weixin4j.payment.mch.RedpacketRisk
 
- 
 @Deprecated public class RedpacketRisk extends Object Deprecated.迁移到子模块weixin4j-pay发送红包的活动信息- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
 
- 
- 
Constructor SummaryConstructors Constructor Description RedpacketRisk()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RedpacketRiskclientVersion(String clientVersion)Deprecated.用户操作的客户端版本RedpacketRiskdeviceid(String deviceid)Deprecated.mac 地址或者设备唯一标识Map<String,String>getRisk()Deprecated.RedpacketRiskmobile(String mobile)Deprecated.业务系统账号的手机号,国家代码-手机号。不需要+号RedpacketRiskpostTimestamp()Deprecated.用户操作的时间戳StringtoContent()Deprecated.
 
- 
- 
- 
Method Detail- 
postTimestamppublic RedpacketRisk postTimestamp() Deprecated.用户操作的时间戳- Returns:
 
 - 
mobilepublic RedpacketRisk mobile(String mobile) Deprecated.业务系统账号的手机号,国家代码-手机号。不需要+号- Parameters:
- mobile-
- Returns:
 
 - 
clientVersionpublic RedpacketRisk clientVersion(String clientVersion) Deprecated.用户操作的客户端版本- Parameters:
- clientVersion-
- Returns:
 
 - 
deviceidpublic RedpacketRisk deviceid(String deviceid) Deprecated.mac 地址或者设备唯一标识- Parameters:
- deviceid-
- Returns:
 
 - 
toContentpublic String toContent() Deprecated.
 
- 
 
-