mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
申请退款dto
This commit is contained in:
@@ -56,7 +56,7 @@ import com.jsowell.thirdparty.lianlian.util.Encodes;
|
||||
import com.jsowell.thirdparty.lianlian.util.GBSignUtils;
|
||||
import com.jsowell.wxpay.common.WeChatPayParameter;
|
||||
import com.jsowell.wxpay.dto.AppletTemplateMessageSendDTO;
|
||||
import com.jsowell.pile.dto.WeChatRefundDTO;
|
||||
import com.jsowell.pile.dto.ApplyRefundDTO;
|
||||
import com.jsowell.wxpay.response.WechatPayRefundRequest;
|
||||
import com.jsowell.wxpay.service.WxAppletRemoteService;
|
||||
import org.apache.commons.collections4.CollectionUtils;
|
||||
@@ -1102,7 +1102,7 @@ public class SpringBootTestController {
|
||||
|
||||
@Test
|
||||
public void testWeChatRefund() {
|
||||
WeChatRefundDTO dto = new WeChatRefundDTO();
|
||||
ApplyRefundDTO dto = new ApplyRefundDTO();
|
||||
dto.setRefundType("2");
|
||||
dto.setMemberId("82100864");
|
||||
dto.setRefundAmount(new BigDecimal("1.23"));
|
||||
|
||||
Reference in New Issue
Block a user