mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-16 02:37:44 +08:00
新增订单有效时间
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user