Commit b1ffdcf8 by Java-聂换换

费率修改

parent 2a0a98a0
......@@ -623,7 +623,7 @@ public class PayApiService {
dto.put("merchno",ComCode.HUANQIUHUIJU_MERCHANT_ID); // 商户号
dto.put("dsorderid", orderId); // 订单号 唯一
dto.put("txnAmt",request.getAmount()); // 交易金额
dto.put("txnRate",rateEntity.getRate());// 费率
dto.put("txnRate",Double.valueOf(rateEntity.getRate())*100);// 费率
dto.put("siglePrice",rateEntity.getSiglePrice() ); // 单笔价格
dto.put("merchno",ComCode.HUANQIUHUIJU_MERCHANT_ID); // 商户号
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment