|
@@ -35,7 +35,7 @@ public class MainDemo {
|
|
|
memberParams.put("address", "武昌区水果湖汉街武汉中央文化旅游区K3地块第2幢34层2号");
|
|
|
memberParams.put("zip_code", "430000");
|
|
|
//memberParams.put("telphone", "41164452");
|
|
|
- // memberParams.put("email", "ceshi@qq.com");
|
|
|
+ // memberParams.put("email", "ceshi@qq.com");
|
|
|
memberParams.put("bank_code", "03020000");
|
|
|
memberParams.put("bank_acct_type", "1");
|
|
|
memberParams.put("card_no", "‘8111501011700649152");
|
|
@@ -54,49 +54,4 @@ public class MainDemo {
|
|
|
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- public static void testMultiMerchant() throws Exception {
|
|
|
-
|
|
|
- // //运行支付类接口
|
|
|
- String pamentId = Payment.executePaymentTest("yifuyun");
|
|
|
-
|
|
|
- // //运行退款类接口
|
|
|
- // RefundDemo.executeRefundTest("yifuyun", "002112019101420422510029799145265012736");
|
|
|
- // /**
|
|
|
- // * 分账使用配套接口 begin
|
|
|
- // */
|
|
|
- // /**用户类接口*/
|
|
|
- Map<String, Object> member = Member.executeMemberTest("app_7d87c043-aae3-4357-9b2c-269349a980d6");
|
|
|
- // String memberId = (String) member.get("member_id");
|
|
|
- // /** 结算户绑定*/
|
|
|
- // SettleAccountDemo.executeSettleAccountTest("yidian", "app_67ba475b-26e0-4cfa-847c-0f115cae5029", memberId);
|
|
|
- // /**企业开户*/
|
|
|
- CorpMember.executeCorpMemberTest("yifuyun", "app_67ba475b-26e0-4cfa-847c-0f115cae5029");
|
|
|
- // /**
|
|
|
- // * 分账使用配套接口 end
|
|
|
- // */
|
|
|
- // //对账单下载
|
|
|
- // BillDemo.executeBillTest("yifuyun");
|
|
|
- // String appId = "app_67ba475b-26e0-4cfa-847c-0f115cae5029";
|
|
|
-
|
|
|
- // /**
|
|
|
- // * 获取云闪付用户号
|
|
|
- // */
|
|
|
- // AdapayToolsDemo.executeToolsTest(appId, "yifuyun");
|
|
|
- // /**
|
|
|
- // * 余额查询
|
|
|
- // */
|
|
|
- // SettleAccountDemo.executeQueryBalance("yifuyun", appId, "member_id", "settleCount_id");
|
|
|
- // /**
|
|
|
- // *用户取现
|
|
|
- // */
|
|
|
- // SettleAccountDemo.executeDrawCash("yifuyun", appId, "member_id");
|
|
|
- // /**
|
|
|
- // * 钱包登录申请
|
|
|
- // */
|
|
|
- // AdapayToolsDemo.executeLoginTest(appId,"yifuyun");
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
}
|