|
@@ -63,7 +63,7 @@ public class ItfwServer {
|
|
* 基础服务访问
|
|
* 基础服务访问
|
|
*
|
|
*
|
|
* @param param
|
|
* @param param
|
|
- * @param timeout 超时时间 秒
|
|
|
|
|
|
+ * @param timeout 超时时间
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public String baseAgentApi(AgentApiParam param, Integer timeout) {
|
|
public String baseAgentApi(AgentApiParam param, Integer timeout) {
|
|
@@ -127,7 +127,7 @@ public class ItfwServer {
|
|
* 重点人员服务
|
|
* 重点人员服务
|
|
*
|
|
*
|
|
* @param idNumber 身份证号
|
|
* @param idNumber 身份证号
|
|
- * @param timeout 超时时间 秒
|
|
|
|
|
|
+ * @param timeout 超时时间
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public PctzdryDTO getPctzdry(String idNumber, Integer timeout) {
|
|
public PctzdryDTO getPctzdry(String idNumber, Integer timeout) {
|
|
@@ -184,7 +184,7 @@ public class ItfwServer {
|
|
* 人员劣迹服务
|
|
* 人员劣迹服务
|
|
*
|
|
*
|
|
* @param idNumber
|
|
* @param idNumber
|
|
- * @param timeout 超时时间 秒
|
|
|
|
|
|
+ * @param timeout 超时时间
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public PctztDTO getPctzt(String idNumber, Integer timeout) {
|
|
public PctztDTO getPctzt(String idNumber, Integer timeout) {
|
|
@@ -242,7 +242,7 @@ public class ItfwServer {
|
|
* 新的执法办案服务
|
|
* 新的执法办案服务
|
|
*
|
|
*
|
|
* @param idNumber
|
|
* @param idNumber
|
|
- * @param timeout 超时时间 妙
|
|
|
|
|
|
+ * @param timeout 超时时间
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public PctzfbaDTO getPctzfba(String idNumber, Integer timeout) {
|
|
public PctzfbaDTO getPctzfba(String idNumber, Integer timeout) {
|
|
@@ -303,7 +303,7 @@ public class ItfwServer {
|
|
*
|
|
*
|
|
* @param idNumber 身份证号
|
|
* @param idNumber 身份证号
|
|
* @param ajbh
|
|
* @param ajbh
|
|
- * @param timeout 超时时间 秒
|
|
|
|
|
|
+ * @param timeout 超时时间
|
|
* @return
|
|
* @return
|
|
*/
|
|
*/
|
|
public PctdfkDTO getPctdfk(String idNumber, String ajbh, Integer timeout) {
|
|
public PctdfkDTO getPctdfk(String idNumber, String ajbh, Integer timeout) {
|