mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-22 18:11:39 +08:00
增加注释,帮助文档
This commit is contained in:
@@ -342,8 +342,8 @@ public class WxPayService extends BasePayService {
|
||||
parameters.put("out_trade_no", outTradeNo);
|
||||
parameters.put("out_refund_no", outTradeNo);
|
||||
}
|
||||
parameters.put("total_fee", totalAmount);
|
||||
parameters.put("refund_fee", refundAmount);
|
||||
parameters.put("total_fee", totalAmount.multiply(new BigDecimal(100)).intValue());
|
||||
parameters.put("refund_fee", refundAmount.multiply(new BigDecimal(100)).intValue());
|
||||
parameters.put("op_user_id", payConfigStorage.getPid());
|
||||
|
||||
//设置签名
|
||||
|
||||
Reference in New Issue
Block a user