|
@@ -1,5 +1,6 @@
|
|
package com.ym.mec.thirdparty.adapay;
|
|
package com.ym.mec.thirdparty.adapay;
|
|
|
|
|
|
|
|
+import java.util.HashMap;
|
|
import java.util.Map;
|
|
import java.util.Map;
|
|
|
|
|
|
|
|
|
|
@@ -17,29 +18,29 @@ public class MainDemo {
|
|
|
|
|
|
public static void testMerchant() throws Exception {
|
|
public static void testMerchant() throws Exception {
|
|
|
|
|
|
-// HashMap<String, Object> memberParams = new HashMap<>();
|
|
|
|
-// memberParams.put("member_id", "W004201");
|
|
|
|
-// memberParams.put("order_no", "corp_mem_" + System.currentTimeMillis());
|
|
|
|
-//
|
|
|
|
-// memberParams.put("social_credit_code", "91420106303461541T");
|
|
|
|
-// memberParams.put("social_credit_code_expires", "20440730");
|
|
|
|
-// memberParams.put("business_scope", "教育资讯、投资资讯");
|
|
|
|
-// memberParams.put("name", "武汉大雅乐盟教育咨询有限公司");
|
|
|
|
-// memberParams.put("prov_code", "0042");
|
|
|
|
-// memberParams.put("area_code", "4201");
|
|
|
|
-// memberParams.put("legal_person", "李松");
|
|
|
|
-// memberParams.put("legal_cert_id", "420106196811210837");
|
|
|
|
-// memberParams.put("legal_cert_id_expires", "20990730");
|
|
|
|
-// memberParams.put("legal_mp", "13958465215");//法人手机号
|
|
|
|
-// memberParams.put("address", "武昌区水果湖汉街武汉中央文化旅游区K3地块第2幢34层2号");
|
|
|
|
-// memberParams.put("zip_code", "430000");
|
|
|
|
-// //memberParams.put("telphone", "41164452");
|
|
|
|
-// // memberParams.put("email", "ceshi@qq.com");
|
|
|
|
-// memberParams.put("bank_code", "03020000");
|
|
|
|
-// memberParams.put("bank_acct_type", "1");
|
|
|
|
-// memberParams.put("card_no", "‘8111501011700649152");
|
|
|
|
-// memberParams.put("card_name", "武汉大雅");
|
|
|
|
-// new CorpMember().executeCreateMember(memberParams);
|
|
|
|
|
|
+ HashMap<String, Object> memberParams = new HashMap<>();
|
|
|
|
+ memberParams.put("member_id", "W004201");
|
|
|
|
+ memberParams.put("order_no", "corp_mem_" + System.currentTimeMillis());
|
|
|
|
+
|
|
|
|
+ memberParams.put("social_credit_code", "91420106303461541T");
|
|
|
|
+ memberParams.put("social_credit_code_expires", "20440730");
|
|
|
|
+ memberParams.put("business_scope", "教育资讯、投资资讯");
|
|
|
|
+ memberParams.put("name", "武汉大雅乐盟教育咨询有限公司");
|
|
|
|
+ memberParams.put("prov_code", "0042");
|
|
|
|
+ memberParams.put("area_code", "4201");
|
|
|
|
+ memberParams.put("legal_person", "李松");
|
|
|
|
+ memberParams.put("legal_cert_id", "420106196811210837");
|
|
|
|
+ memberParams.put("legal_cert_id_expires", "20990730");
|
|
|
|
+ memberParams.put("legal_mp", "13958465215");//法人手机号
|
|
|
|
+ memberParams.put("address", "武昌区水果湖汉街武汉中央文化旅游区K3地块第2幢34层2号");
|
|
|
|
+ memberParams.put("zip_code", "430000");
|
|
|
|
+ //memberParams.put("telphone", "41164452");
|
|
|
|
+ // memberParams.put("email", "ceshi@qq.com");
|
|
|
|
+ memberParams.put("bank_code", "03020000");
|
|
|
|
+ memberParams.put("bank_acct_type", "1");
|
|
|
|
+ memberParams.put("card_no", "‘8111501011700649152");
|
|
|
|
+ memberParams.put("card_name", "武汉大雅");
|
|
|
|
+ new CorpMember().executeCreateMember(memberParams);
|
|
|
|
|
|
// new CorpMember().executeQueryMember("W004201");
|
|
// new CorpMember().executeQueryMember("W004201");
|
|
|
|
|