Skip to content

Commit

Permalink
update AliPayOrderTool.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamsiree committed Apr 25, 2020
1 parent 126f381 commit 01c7d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public static Map<String, String> buildOrderParamMap(String app_id, boolean rsa2

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

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

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

Expand Down

0 comments on commit 01c7d4d

Please sign in to comment.