mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
update 后管订单详情页面中 实时订单数据添加字段
This commit is contained in:
@@ -441,14 +441,14 @@ public class SpringBootTestController {
|
||||
@Test
|
||||
public void createSettleAccountRequestTest() throws BaseAdaPayException {
|
||||
SettleAccountDTO dto = new SettleAccountDTO();
|
||||
dto.setCardId("10534201040009200");
|
||||
dto.setCardName("苏州远慧物联智能科技有限公司");
|
||||
dto.setTelNo("13915742562");
|
||||
dto.setBankCode("01030000");
|
||||
dto.setCardId("408060100100034609");
|
||||
dto.setCardName("江苏敦顺建设工程有限公司");
|
||||
dto.setTelNo("18021373333");
|
||||
dto.setBankCode("03090000");
|
||||
dto.setBankAcctType("1");
|
||||
dto.setProvCode("0032");
|
||||
dto.setAreaCode("3206");
|
||||
String adapayMemberId = "ACM48720983";
|
||||
dto.setAreaCode("3210");
|
||||
String adapayMemberId = "ACM40991242";
|
||||
String wechatAppId = "wxbb3e0d474569481d";
|
||||
adapayService.createSettleAccountRequest(dto, adapayMemberId, wechatAppId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user