# java-apiv3-sdk **Repository Path**: ystech/java-apiv3-sdk ## Basic Information - **Project Name**: java-apiv3-sdk - **Description**: APIV3的 Java SDK - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2016-03-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## java-apiv3-sdk 英盛API V3版本的 java sdk,帮助使用java开发者快速对接英盛API V3 ## Quick Start > Request.java String REQUEST_URL = "http://www.yingsheng.com"; String APP_KEY = "abc"; String APP_SECRET = "123456"; ... ... ... ... > web/index.jsp Map param = new HashMap(); param.put("action", "ys.sso.info"); String responseStr = Request.Post(param);