Commit 0f924ae4 authored by shiyu's avatar shiyu

签到赠礼品订单加上运费2

parent 57811618
......@@ -89,12 +89,12 @@ public class WxPayServiceTest {
@Test
public void refund() {
List<String> list = Arrays.asList("DA2411291619274673652");
List<String> list = Arrays.asList("DA2412231034580567763");
list.forEach(orderId ->{
DistributionOrderRequestDto dto = new DistributionOrderRequestDto();
dto.setDistributionOrderId(orderId);
dto.setAmount("94.8");
dto.setRefundPrice("94.8");
dto.setAmount("10");
dto.setRefundPrice("10");
Result result = wxPayServiceApi.refund(dto);
logger.info("申请微信支付退款:{}", result);
});
......
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