|  |  |  | 
|---|
|  |  |  | //        req.setLegalMobile("153XXXXXXXX"); | 
|---|
|  |  |  | Map<String, Object>  params=bodyParams; | 
|---|
|  |  |  | String url=SERVICE_URL+"/v2/user/organizationCreate"; | 
|---|
|  |  |  | params.put("name","安徽豆米科技有限公司"); | 
|---|
|  |  |  | params.put("name","安徽豆米科技有限公司1"); | 
|---|
|  |  |  | params.put("identificationType",1); | 
|---|
|  |  |  | params.put("organizationRegNo","913401000967388938"); | 
|---|
|  |  |  | params.put("organizationRegNo","913401000967388931"); | 
|---|
|  |  |  | params.put("organizationType",0); | 
|---|
|  |  |  | params.put("organizationCode","913401000967388938"); | 
|---|
|  |  |  | params.put("organizationCode","913401000967388931"); | 
|---|
|  |  |  | params.put("organizationRegImg", new File("D://test.png")); | 
|---|
|  |  |  | params.put("legalName","杨龙"); | 
|---|
|  |  |  | params.put("emailOrMobile","jp@doumee.com"); | 
|---|
|  |  |  | params.put("legalName","杨龙1"); | 
|---|
|  |  |  | params.put("emailOrMobile","jp1@doumee.com"); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | System.out.println(JSONObject.toJSONString(params)); | 
|---|
|  |  |  | String str= HttpClientUtils.init().getPost(url,null,params,true); | 
|---|
|  |  |  | System.out.println(str); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public static void main(String[] args) { | 
|---|
|  |  |  | //        new JzqHttpApiTest().testOrganizationCreate(); | 
|---|
|  |  |  | new JzqHttpApiTest().testOrganizationCreate(); | 
|---|
|  |  |  | //        new JzqHttpApiTest().testOrganizationAuditStatus(); | 
|---|
|  |  |  | //        new JzqHttpApiTest().uploadEntSign("豆米科技公章新",new File("D://sing.png"),"jp@doumee.com"); | 
|---|
|  |  |  |  | 
|---|