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 Summary
Constructors Constructor Description RedpacketRisk()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RedpacketRisk
clientVersion(String clientVersion)
Deprecated.用户操作的客户端版本RedpacketRisk
deviceid(String deviceid)
Deprecated.mac 地址或者设备唯一标识Map<String,String>
getRisk()
Deprecated.RedpacketRisk
mobile(String mobile)
Deprecated.业务系统账号的手机号,国家代码-手机号。不需要+号RedpacketRisk
postTimestamp()
Deprecated.用户操作的时间戳String
toContent()
Deprecated.
-
-
-
Method Detail
-
postTimestamp
public RedpacketRisk postTimestamp()
Deprecated.用户操作的时间戳- Returns:
-
mobile
public RedpacketRisk mobile(String mobile)
Deprecated.业务系统账号的手机号,国家代码-手机号。不需要+号- Parameters:
mobile
-- Returns:
-
clientVersion
public RedpacketRisk clientVersion(String clientVersion)
Deprecated.用户操作的客户端版本- Parameters:
clientVersion
-- Returns:
-
deviceid
public RedpacketRisk deviceid(String deviceid)
Deprecated.mac 地址或者设备唯一标识- Parameters:
deviceid
-- Returns:
-
toContent
public String toContent()
Deprecated.
-
-