新增订单有效时间

This commit is contained in:
egan
2018-08-04 22:51:46 +08:00
parent 81b44146ff
commit cb792db07e
4 changed files with 18 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ public class WxPayService extends BasePayService {
public final static String FAILURE = "failure";
public final static String APPID = "appid";
private final static DateFormat downloadbillDf = new SimpleDateFormat("yyyyMMdd");
public final static DateFormat df = new SimpleDateFormat("yyyyMMddHHmms");
private final static DateFormat df = new SimpleDateFormat("yyyyMMddHHmms");
{
TimeZone timeZone = TimeZone.getTimeZone("GMT+8");