mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update手动执行退款接口
This commit is contained in:
@@ -56,7 +56,6 @@ import com.jsowell.pile.util.SnUtils;
|
||||
import com.jsowell.pile.vo.base.PileInfoVO;
|
||||
import com.jsowell.pile.vo.uniapp.MemberVO;
|
||||
import com.jsowell.pile.vo.uniapp.PileConnectorDetailVO;
|
||||
import com.jsowell.pile.vo.uniapp.SendMessageVO;
|
||||
import com.jsowell.pile.vo.web.BalanceDeductionAmountVO;
|
||||
import com.jsowell.pile.vo.web.BillingTemplateVO;
|
||||
import com.jsowell.pile.vo.web.OrderListVO;
|
||||
@@ -442,14 +441,14 @@ public class SpringBootTestController {
|
||||
@Test
|
||||
public void createSettleAccountRequestTest() throws BaseAdaPayException {
|
||||
SettleAccountDTO dto = new SettleAccountDTO();
|
||||
dto.setCardId("662214020754200010");
|
||||
dto.setCardName("景泰昌运汽车运输有限公司");
|
||||
dto.setTelNo("13893002888");
|
||||
dto.setBankCode("05818200");
|
||||
dto.setCardId("10534201040009200");
|
||||
dto.setCardName("苏州远慧物联智能科技有限公司");
|
||||
dto.setTelNo("13915742562");
|
||||
dto.setBankCode("01030000");
|
||||
dto.setBankAcctType("1");
|
||||
dto.setProvCode("0062");
|
||||
dto.setAreaCode("6202");
|
||||
String adapayMemberId = "ACM69424215";
|
||||
dto.setProvCode("0032");
|
||||
dto.setAreaCode("3206");
|
||||
String adapayMemberId = "ACM48720983";
|
||||
String wechatAppId = "wxbb3e0d474569481d";
|
||||
adapayService.createSettleAccountRequest(dto, adapayMemberId, wechatAppId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user