"拉卡拉进件支付代码"

This commit is contained in:
hankaikai 2023-06-08 14:10:11 +08:00
parent 9c8acfd108
commit 1ce8f58690
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class LkLPayServiceImpl implements PayService {
} else if (Constant.PAY_TYPE_WECHAT.equals(order.getPayTypeCode())) {
payData.put("payAppId", acc_resp_fields.getString("app_id"));
payData.put("payTimeStamp", Long.valueOf(acc_resp_fields.getString("time_stamp")) * 1000+"");
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"));
payData.put("paySignType", acc_resp_fields.getString("sign_type"));