Skip to content

Commit 01c7d4d

Browse files
committed
update AliPayOrderTool.
1 parent 126f381 commit 01c7d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RxPay/src/main/java/com/tamsiree/rxpay/alipay/AliPayOrderTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static Map<String, String> buildOrderParamMap(String app_id, boolean rsa2
9090

9191
keyValues.put("sign_type", rsa2 ? "RSA2" : "RSA");
9292

93-
keyValues.put("timestamp", RxTimeTool.getCurrentDateTime("yyyy-MM-dd- HH:mm:ss"));
93+
keyValues.put("timestamp", RxTimeTool.getCurrentDateTime("yyyy-MM-dd HH:mm:ss"));
9494

9595
keyValues.put("version", "1.0");
9696

0 commit comments

Comments
 (0)