"拉卡拉进件支付代码"
This commit is contained in:
parent
55824b1964
commit
a6145b884f
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in New Issue