"拉卡拉进件支付代码"

This commit is contained in:
hankaikai 2023-06-08 15:33:56 +08:00
parent 55824b1964
commit a6145b884f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class LkLPayServiceImpl implements PayService {
payData.put("source", acc_resp_fields.getString("code"));
} else if (Constant.PAY_TYPE_WECHAT.equals(order.getPayTypeCode())) {
payData.put("payAppId", ParametersUtil.APPLETS_APPID);
payData.put("payAppId", acc_resp_fields.getString("app_id"));
payData.put("payTimeStamp", String.valueOf(Long.valueOf(acc_resp_fields.getString("time_stamp")) * 1000));
payData.put("paynonceStr", acc_resp_fields.getString("nonce_str"));
payData.put("payPackage", acc_resp_fields.getString("package"));