修复微信公众号支付

This commit is contained in:
egzosn
2017-11-09 15:43:05 +08:00
parent 3cd5ea5eae
commit de937ecc59

View File

@@ -217,7 +217,6 @@ public class WxPayService extends BasePayService {
if (WxTransactionType.JSAPI == order.getTransactionType()) {
params.put("signType", payConfigStorage.getSignType());
params.put("appId", payConfigStorage.getAppid());
params.put("prepayid", result.get("prepay_id"));
params.put("timeStamp", System.currentTimeMillis() / 1000);
params.put("nonceStr", result.get("nonce_str"));
} else if (WxTransactionType.APP == order.getTransactionType()) {