Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

电商收付通支付回调处理 #1749

Merged
merged 14 commits into from
Sep 10, 2020
Prev Previous commit
Next Next commit
Merge branch 'develop' into develop
  • Loading branch information
binarywang authored Aug 18, 2020
commit a3ec26138cc39adbe1f8ad60fd44406038c33638
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,12 @@ public class WxPayConfig {
* 私钥信息
*/
private PrivateKey privateKey;

/**
* 证书自动更新时间差(分钟),默认一分钟
*/
private int certAutoUpdateTime = 60;

/**
* p12证书文件内容的字节数组.
*/
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.