-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
会员卡有效期问题 #856
Copy link
Copy link
Closed
Description
dateInfo.getEndTimestamp() 这个是秒, System.currentTimeMillis() 这个是毫秒
if (dateInfoType == DateInfoType.DATE_TYPE_FIX_TIME_RANGE && (dateInfo.getBeginTimestamp() < System.currentTimeMillis() || dateInfo.getEndTimestamp() < System.currentTimeMillis() || dateInfo.getBeginTimestamp() > dateInfo.getEndTimestamp())) {
return WxMpCardCreateResult.failure("会员卡基本信息的使用日期为:" + dateInfoType.getDescription() + ",beginTimestamp和endTimestamp的值不合法,请检查");
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels