CN111813567B - Method and system for calling seal software interface in collaboration system - Google Patents

Method and system for calling seal software interface in collaboration system Download PDF

Info

Publication number
CN111813567B
CN111813567B CN201910729868.8A CN201910729868A CN111813567B CN 111813567 B CN111813567 B CN 111813567B CN 201910729868 A CN201910729868 A CN 201910729868A CN 111813567 B CN111813567 B CN 111813567B
Authority
CN
China
Prior art keywords
seal
software interface
stamp
interface service
seal software
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910729868.8A
Other languages
Chinese (zh)
Other versions
CN111813567A (en
Inventor
吴红星
章龙
巢良存
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Anhui Construction Engineering Group Co ltd
Original Assignee
Anhui Construction Engineering Group Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Anhui Construction Engineering Group Co ltd filed Critical Anhui Construction Engineering Group Co ltd
Priority to CN201910729868.8A priority Critical patent/CN111813567B/en
Publication of CN111813567A publication Critical patent/CN111813567A/en
Application granted granted Critical
Publication of CN111813567B publication Critical patent/CN111813567B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/541Interprogram communication via adapters, e.g. between incompatible applications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Entrepreneurship & Innovation (AREA)
  • General Physics & Mathematics (AREA)
  • Operations Research (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a method and a system for calling a seal software interface in a collaborative system. The method adds the defined seal software interface service to a cooperative system by predefining a seal software interface service template; acquiring designated parameters transmitted when the cooperative system calls the interface by using the added seal software interface service; and finally, according to a preset parameter conversion relation in the seal software interface service template, converting the transmitted specified parameters into object parameters matched with seal software, thereby realizing flexible calling of seal software interface services. The method not only effectively solves the problems of the precision and the complexity of the application logic flow processing when one request item uses a plurality of seals, but also greatly improves the flexibility, the convenience and the universality of the calling of the seal software interface.

Description

Method and system for calling seal software interface in collaboration system
Technical Field
The invention relates to the technical field of software interfaces, in particular to a method and a system for calling a seal software interface in a collaborative system.
Background
With the accelerated construction of 'digital China', the network communication technology is rapidly developed, the proportion of intelligent equipment is increased day by day, the software interface technology is mature day by day, and the 'intelligent seal' software interface technology is also developed greatly. Although an intelligent lock is added to a traditional seal by using the Internet of things technology and related matched hardware equipment at present, certain guarantee is brought to the safety of printing for enterprises, but the corresponding intelligent seal also shows the problems of low printing efficiency and the like. The existing software interface design scheme usually only focuses on solving the problem of single seal interface configuration, which causes that multiple seals are not flexible and convenient to use, so that the technical problem of using software interfaces of multiple different seals for one request item still needs to be solved urgently.
Disclosure of Invention
The invention aims to provide a method and a system for calling a seal software interface in a collaborative system, which aim to solve the problem that the existing software interface design scheme is not flexible and convenient enough when processing the use problem of multiple seals.
In order to achieve the purpose, the invention provides the following scheme:
a method for calling a seal software interface in a cooperative system comprises the following steps:
acquiring a data dictionary of seal software and a data dictionary of a cooperative system;
defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system;
adding the seal software interface service corresponding to the defined seal software interface service template into the cooperative system;
acquiring designated parameters transmitted when the collaborative system calls an interface by using the added seal software interface service;
converting the transmitted designated parameters into object parameters matched with the seal software according to a preset parameter conversion relation in the seal software interface service template;
and calling the seal software interface service according to the object parameters matched with the seal software.
Optionally, the defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the collaboration system specifically includes:
defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system; the contents of the seal software interface service template comprise a seal software interface service address, a seal software interface service method, an incoming parameter name, a return value and an interface template style.
Optionally, the obtaining, by using the added seal software interface service, the specified parameter transferred when the collaborative system calls the interface specifically includes:
acquiring designated parameters transmitted when the collaborative system calls an interface by using the added seal software interface service; the transmitted designated parameters comprise a request serial number, a stamp using reason, a stamp using applicant, an application department, a stamp terminal number, stamp using times, a stamp using person, a multi-stamp processing starting identifier and a multi-stamp processing ending identifier.
Optionally, the converting, according to a predetermined parameter conversion relationship in the seal software interface service template, the transferred specified parameter into an object parameter matched with seal software includes:
and converting the request serial number into a stamp software system single number according to a preset parameter conversion relation in the stamp software interface service template, converting the stamp using number into a stamp software event title, and converting the stamp using number into a stamp software application stamp using number.
Optionally, the calling of the seal software interface service according to the object parameter matched with the seal software specifically includes:
and calling the seal software interface service according to the seal software system single number, the seal software event title and the seal application using times, and executing the cycle conversion processing of a plurality of result sets on the seal terminal identification number and the seal application using times according to the multi-seal processing starting identification and the multi-seal processing ending identification.
A system for calling a seal software interface in a collaborative system, the system comprising:
the data dictionary acquisition module is used for acquiring a data dictionary of the seal software and a data dictionary of the cooperative system;
the seal software interface service template definition module is used for defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system;
the seal software interface service adding module is used for adding seal software interface services corresponding to the defined seal software interface service templates into the cooperative system;
the appointed parameter acquisition module is used for acquiring appointed parameters transmitted when the collaborative system calls the interface by using the added seal software interface service;
the parameter conversion module is used for converting the transmitted designated parameters into object parameters matched with the seal software according to a preset parameter conversion relation in the seal software interface service template;
and the seal software interface calling module is used for calling seal software interface services according to the object parameters matched with the seal software.
Optionally, the seal software interface service template definition module specifically includes:
a seal software interface service template defining unit, configured to define a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the collaboration system; the contents of the seal software interface service template comprise a seal software interface service address, a seal software interface service method, an incoming parameter name, a return value and an interface template style.
Optionally, the specified parameter acquiring module specifically includes:
the appointed parameter acquisition unit is used for acquiring appointed parameters transmitted when the collaborative system calls the interface by using the added seal software interface service; the transmitted designated parameters comprise a request serial number, a stamp using reason, a stamp using applicant, an application department, a stamp terminal number, stamp using times, a stamp using person, a multi-stamp processing starting identifier and a multi-stamp processing ending identifier.
Optionally, the parameter conversion module specifically includes:
and the parameter conversion unit is used for converting the request serial number into a stamp software system single number according to a preset parameter conversion relation in the stamp software interface service template, converting the stamp using number into a stamp software event title and converting the stamp using number into a stamp using number applied by the stamp software.
Optionally, the stamp software interface calling module specifically includes:
and the seal software interface calling unit is used for calling the seal software interface service according to the seal software system single number, the seal software event title and the seal application times, and executing the cyclic conversion processing of a plurality of result sets on the seal terminal identification number and the seal application times according to the multi-seal processing start identification and the multi-seal processing end identification.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
the invention provides a method and a system for calling a seal software interface in a collaborative system, which add the defined seal software interface service to the collaborative system through a predefined seal software interface service template; acquiring designated parameters transmitted when the cooperative system calls the interface by using the added seal software interface service; and finally, according to a preset parameter conversion relation in the seal software interface service template, converting the transmitted specified parameters into object parameters matched with seal software, thereby realizing flexible calling of seal software interface services. The invention not only effectively solves the problems of the precision and the complexity of the application logic flow processing when one request item uses a plurality of seals, but also greatly improves the flexibility, the convenience and the universality of the calling of the seal software interface.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
FIG. 1 is a flow chart of a method for calling a seal software interface in a collaboration system provided by the invention;
FIG. 2 is a schematic diagram of a method for calling a seal software interface in the collaboration system according to the present invention;
FIG. 3 is a schematic structural diagram of a collaboration server and a seal server provided by the present invention;
fig. 4 is a structural diagram of a stamp software interface calling system in the collaboration system provided by the invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention aims to provide a method and a system for calling a seal software interface in a collaborative system, which aim to solve the problem that the existing software interface design scheme is not flexible and convenient enough when processing the use problem of multiple seals.
In order to make the aforementioned objects, features and advantages of the present invention more comprehensible, the present invention is described in detail with reference to the accompanying drawings and the detailed description thereof.
Fig. 1 is a flowchart of a method for calling a seal software interface in a collaboration system provided by the present invention. FIG. 2 is a schematic diagram of a method for calling a seal software interface in the collaboration system. Referring to fig. 1 and fig. 2, the method for calling a seal software interface in a collaboration system provided by the present invention specifically includes:
step 101: and acquiring a data dictionary of the seal software and a data dictionary of the cooperative system.
The realization of the seal software interface calling method provided by the invention needs to be based on the existing collaboration server 301 and seal server 302, and the structure and connection relationship of the collaboration server 301 and the seal server 302 are shown in fig. 3. The collaboration server 301 is installed with a collaboration system 303, and a seal software interface 304 is loaded in the collaboration system 303. Wherein, the cooperative system 303 provides various application programs for supporting cooperative management of workflow engine services, and the stamp software interface 304 provides interface programs for interfacing the cooperative system 303 and the stamp software 305. The stamp server 302 is installed with stamp software 305, and the stamp software 305 provides various application programs for supporting remote stamp management, so as to control various stamp terminals to realize stamp-using operations.
Step 102: and defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system.
In the invention, a user firstly defines a seal software interface service template in advance according to the data dictionary of the seal software and the data dictionary of the cooperative system, and adds the defined seal software interface service to the cooperative system 303.
The pre-definition refers to that before the seal software interface service is operated and used, the data mapping relation between the seal software and the cooperative system is preset in a seal software interface service template according to respective data dictionaries of the seal software and the cooperative system; the seal software interface service template comprises seal software interface service addresses, a seal software interface service method, an incoming parameter name, a return value, an interface template style and the like. The interface template style comprises data formats such as json, xml, txt and the like.
Step 103: and adding the seal software interface service corresponding to the defined seal software interface service template into the cooperative system.
The seal software interface service corresponding to the seal software interface service template can comprise XML-Based WebService, RESTful WebService and the like. The embodiment of the invention takes the construction of XML-base WebService interface service as an example, the seal software interface service is added into a cooperative system, and the data dictionary is shown as the following table 1:
TABLE 1 XML-BasedWebService interface service data dictionary
Figure BDA0002160191590000051
Figure BDA0002160191590000061
The interface template style adopted by the invention comprises data transmission formats such as JSON (JavaScript object notation), XML (eXtensible Markup Language), txt (text document) and the like. The seal software interface template style of the embodiment of the invention is defined as follows in an XML format:
Figure BDA0002160191590000062
Figure BDA0002160191590000071
in the above definition, $ requested $ is the coordinated system request serial number, $ field47004$ is the coordinated system use seal result, $ field47010$ is the coordinated system use seal applicant, $ field46999$ is the coordinated system application department, $ field47015$ is the coordinated system seal terminal number, $ field47016$ is the coordinated system use seal number, $ field46992$ is the coordinated system use seal, $ grouphead1$ is the multiple-seal processing start identifier, and $ grouptail1$ is the multiple-seal processing end identifier.
Step 104: and acquiring the designated parameters transmitted when the cooperative system calls the interface by using the added seal software interface service.
Acquiring designated parameters transmitted when a collaborative system calls an interface by using the added seal software interface service; for example: the seal software interface service comprises XML-Based WebService, RESTful WebService and the like; the transmitted designated parameters comprise the contents of a request serial number, a stamp using reason, a stamp using applicant, an application department, a stamp terminal number, the number of stamp using times, a stamp using person, a multi-stamp processing start and end mark and the like.
In the embodiment of the invention, the core code called by the seal software interface service is as follows:
Figure BDA0002160191590000072
Figure BDA0002160191590000081
step 105: and converting the transmitted designated parameters into object parameters matched with the seal software according to a preset parameter conversion relation in the seal software interface service template.
And converting the transferred specified parameters into object parameters matched with the seal software according to the preset parameter conversion relation in the seal software interface service template so as to realize the calling of the seal software interface service. For example: the preset parameter conversion relationship comprises the steps of converting the request serial number into a stamp software system single number, converting the stamp using number into a stamp software event title, converting the stamp using times into the stamp using times of the stamp software application and the like.
Step 106: and calling the seal software interface service according to the object parameters matched with the seal software.
And calling the seal software interface service according to the seal software system single number, the seal software event title and the seal application using times, and executing the cycle conversion processing of a plurality of result sets on the seal terminal identification number and the seal application using times according to the multi-seal processing starting identification and the multi-seal processing ending identification.
The application logic flow processing is carried out on an expected result of using a plurality of seals for one request item in the interface template style, namely, a plurality of seal processing start and end marks are predefined in the interface template style so as to be used for executing the cycle conversion processing of a plurality of result sets on the seal terminal identification number and the number of times of using the seal.
In the embodiment of the invention, the XML structural statement after parameter conversion (matching with seal software) is as follows:
Figure BDA0002160191590000082
Figure BDA0002160191590000091
wherein formno is a stamp software system single number, title is a stamp software event title, apple is a stamp application applicant for stamp software, deptname is a stamp application department for stamp software application, sealno is a stamp terminal identification number for stamp software application, sealcount is stamp application times of stamp software application, finger is a stamp person for stamp software application, and vertifycode is a stamp terminal check code.
The method for calling the seal software interface comprises the steps of firstly, predefining a seal software interface service template, and adding the defined seal software interface service into a cooperative system; then, acquiring designated parameters transmitted when the cooperative system calls an interface by using the added seal software interface service template; and finally, according to a preset parameter conversion relation in the seal software interface service template, the transferred specified parameters are converted into object parameters matched with seal software, so that the flexible calling of the seal software interface service is realized, the problems of the accuracy and complexity of application logic flow processing when one requisition item uses a plurality of seals are effectively solved, and the convenience and the universality of calling the seal software interface are greatly improved.
Based on the method for calling the seal software interface provided by the invention, the invention also provides a system for calling the seal software interface in the collaborative system, as shown in fig. 4, the system comprises:
the data dictionary obtaining module 401 is configured to obtain a data dictionary of seal software and a data dictionary of a collaborative system;
a stamp software interface service template defining module 402, configured to define a stamp software interface service template according to the data dictionary of the stamp software and the data dictionary of the collaboration system;
a seal software interface service adding module 403, configured to add a seal software interface service corresponding to the defined seal software interface service template to the collaborative system;
a designated parameter obtaining module 404, configured to obtain, by using the added seal software interface service, a designated parameter transmitted when the collaborative system calls an interface;
a parameter conversion module 405, configured to convert the transferred specified parameter into an object parameter matched with the seal software according to a predetermined parameter conversion relationship in the seal software interface service template;
and the seal software interface calling module 406 is used for calling seal software interface services according to the object parameters matched with the seal software.
The stamp software interface service template definition module 402 specifically includes:
the seal software interface service template definition unit is used for defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system; the contents of the seal software interface service template comprise a seal software interface service address, a seal software interface service method, an incoming parameter name, a return value and an interface template style.
The specified parameter obtaining module 404 specifically includes:
the appointed parameter acquiring unit is used for acquiring appointed parameters transmitted when the collaborative system calls the interface by using the added seal software interface service; the transmitted designated parameters comprise a request serial number, a stamp using reason, a stamp using applicant, an application department, a stamp terminal number, stamp using times, a stamp using person, a multi-stamp processing starting identifier and a multi-stamp processing ending identifier.
The parameter conversion module 405 specifically includes:
and the parameter conversion unit is used for converting the request serial number into a stamp software system single number according to a preset parameter conversion relation in the stamp software interface service template, converting the stamp using number into a stamp software event title and converting the stamp using number into a stamp software application stamp using number.
The stamp software interface calling module 406 specifically includes:
and the seal software interface calling unit is used for calling the seal software interface service according to the seal software system single number, the seal software event title and the seal application times, and executing the cyclic conversion processing of a plurality of result sets on the seal terminal identification number and the seal application times according to the multi-seal processing start identification and the multi-seal processing end identification.
The method and the system provided by the invention realize flexible calling of the seal software interface service, not only effectively solve the problems of accuracy and complexity of one request for multi-seal application logic flow processing, but also greatly improve the convenience and the universality of calling the seal software interface.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. For the system disclosed by the embodiment, the description is relatively simple because the system corresponds to the method disclosed by the embodiment, and the relevant points can be referred to the method part for description.
The principles and embodiments of the present invention have been described herein using specific examples, which are provided only to help understand the method and the core concept of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed. In view of the above, the present disclosure should not be construed as limiting the invention.

Claims (4)

1. A method for calling a seal software interface in a cooperative system is characterized by comprising the following steps:
acquiring a data dictionary of seal software and a data dictionary of a cooperative system;
defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system;
the defining of the seal software interface service template according to the data dictionary of the seal software and the data dictionary of the collaboration system specifically comprises:
defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system; the content of the seal software interface service template comprises a seal software interface service address, a seal software interface service method, an incoming parameter name, a return value and an interface template style;
adding the seal software interface service corresponding to the defined seal software interface service template into the cooperative system;
the seal software interface service corresponding to the seal software interface service template comprises XML-Based WebService and RESTful WebService; the XML-Based WebService interface service data dictionary is shown in the following table 1:
TABLE 1 XML-BasedWebService interface service data dictionary
Figure FDA0003576191840000011
Acquiring designated parameters transmitted when the collaborative system calls an interface by using the added seal software interface service;
the acquiring, by using the added seal software interface service, the specified parameter transferred when the collaborative system calls the interface specifically includes:
acquiring the designated parameters transmitted when the cooperative system calls the interface by using the added seal software interface service; the transmitted designated parameters comprise a request serial number, a stamp using reason, a stamp using applicant, an application department, a stamp terminal number, stamp using times, a stamp using person, a multi-stamp processing starting identifier and a multi-stamp processing ending identifier;
converting the transmitted designated parameters into object parameters matched with the seal software according to a preset parameter conversion relation in the seal software interface service template;
the step of converting the transmitted designated parameters into object parameters matched with the seal software according to the preset parameter conversion relation in the seal software interface service template specifically comprises the following steps:
converting the request serial number into a stamp software system single number according to a preset parameter conversion relation in the stamp software interface service template, converting the stamp using number into a stamp software event title, and converting the stamp using number into a stamp software application stamp using number;
and calling the seal software interface service according to the object parameters matched with the seal software.
2. The method for calling the seal software interface in the collaboration system according to claim 1, wherein the calling the seal software interface service according to the object parameter matched with the seal software specifically includes:
and calling the seal software interface service according to the seal software system single number, the seal software event title and the seal application using times, and executing the cycle conversion processing of a plurality of result sets on the seal terminal identification number and the seal application using times according to the multi-seal processing starting identification and the multi-seal processing ending identification.
3. A system for calling a seal software interface in a collaborative system is characterized by comprising:
the data dictionary acquisition module is used for acquiring a data dictionary of the seal software and a data dictionary of the cooperative system;
the seal software interface service template definition module is used for defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system;
the seal software interface service template definition module specifically comprises:
the seal software interface service template definition unit is used for defining a seal software interface service template according to the data dictionary of the seal software and the data dictionary of the cooperative system; the content of the seal software interface service template comprises a seal software interface service address, a seal software interface service method, an incoming parameter name, a return value and an interface template pattern;
the seal software interface service adding module is used for adding seal software interface services corresponding to the defined seal software interface service templates into the cooperative system;
the seal software interface service corresponding to the seal software interface service template comprises XML-Based WebService and RESTful WebService; the XML-Based WebService interface service data dictionary is shown in the following table 1:
TABLE 1 XML-BasedWebService interface service data dictionary
Figure FDA0003576191840000031
The appointed parameter acquisition module is used for acquiring appointed parameters transmitted when the collaborative system calls the interface by using the added seal software interface service;
the specified parameter obtaining module specifically comprises:
the appointed parameter acquiring unit is used for acquiring appointed parameters transmitted when the collaborative system calls the interface by using the added seal software interface service; the transmitted designated parameters comprise a request serial number, a stamp using reason, a stamp using applicant, an application department, a stamp terminal number, stamp using times, a stamp using person, a multi-stamp processing starting identifier and a multi-stamp processing ending identifier;
the parameter conversion module is used for converting the transmitted designated parameters into object parameters matched with the seal software according to a preset parameter conversion relation in the seal software interface service template;
the parameter conversion module specifically comprises:
the parameter conversion unit is used for converting the request serial number into a stamp software system single number according to a preset parameter conversion relation in the stamp software interface service template, converting the stamp using number into a stamp software event title and converting the stamp using number into a stamp using number applied by stamp software;
and the seal software interface calling module is used for calling seal software interface services according to the object parameters matched with the seal software.
4. The system for calling a stamp software interface in a collaboration system as claimed in claim 3, wherein the stamp software interface calling module specifically comprises:
and the seal software interface calling unit is used for calling the seal software interface service according to the seal software system single number, the seal software event title and the seal application times, and executing the cyclic conversion processing of a plurality of result sets on the seal terminal identification number and the seal application times according to the multi-seal processing start identification and the multi-seal processing end identification.
CN201910729868.8A 2019-08-08 2019-08-08 Method and system for calling seal software interface in collaboration system Active CN111813567B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910729868.8A CN111813567B (en) 2019-08-08 2019-08-08 Method and system for calling seal software interface in collaboration system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910729868.8A CN111813567B (en) 2019-08-08 2019-08-08 Method and system for calling seal software interface in collaboration system

Publications (2)

Publication Number Publication Date
CN111813567A CN111813567A (en) 2020-10-23
CN111813567B true CN111813567B (en) 2022-07-05

Family

ID=72844518

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910729868.8A Active CN111813567B (en) 2019-08-08 2019-08-08 Method and system for calling seal software interface in collaboration system

Country Status (1)

Country Link
CN (1) CN111813567B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107770225A (en) * 2016-08-22 2018-03-06 北京京东尚科信息技术有限公司 A kind of webService accesses system and the method for accessing webService
CN109460912A (en) * 2018-10-31 2019-03-12 泰康保险集团股份有限公司 Data processing method, device, storage medium and electronic equipment

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9198723B2 (en) * 2008-03-31 2015-12-01 Covidien Lp Re-hydration antenna for ablation
US10398369B2 (en) * 2014-08-08 2019-09-03 Medtronic Xomed, Inc. Wireless stimulation probe device for wireless nerve integrity monitoring systems
IL262115B (en) * 2016-04-11 2022-08-01 Altopa Inc Secure portable, on-demand, microfluidic mixing and dispensing device
CN109767360A (en) * 2018-12-17 2019-05-17 平安普惠企业管理有限公司 Characteristic processing method, device and computer equipment based on application scenarios

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107770225A (en) * 2016-08-22 2018-03-06 北京京东尚科信息技术有限公司 A kind of webService accesses system and the method for accessing webService
CN109460912A (en) * 2018-10-31 2019-03-12 泰康保险集团股份有限公司 Data processing method, device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN111813567A (en) 2020-10-23

Similar Documents

Publication Publication Date Title
Wang Improving data transmission in web applications via the translation between XML and JSON
CN102185901B (en) Client message conversion method
CN108337236A (en) A kind of gRPC call methods and device based on Protobuf and HTTP/1.1
CN101436185B (en) Method for implementing multiple-file compatibility by XML memory tree
CN104410667B (en) Conversion method and system of a kind of XML message to JSON messages
EP3731161A1 (en) Model application method and system, and model management method and server
CN109460219B (en) Method for quickly serializing interface control file
CN102163233A (en) Method and system for converting webpage markup language format
CN111970353A (en) Data processing method and device for heterogeneous equipment in Internet of things of cloud computing platform
CN101334872B (en) Electronic government documents exchanging method based on web service
CN104320441B (en) Information sharing method between wireless communication system
CN103577536A (en) System and method for generating and improving template website
CN111064726B (en) Method and system for realizing data conversion between GOOSE protocol and HDLC protocol
CN103235718A (en) Method and device for generating remote procedure call (RPC) code
CN104135536A (en) Data interaction method of Web management system based on Json data protocols
CN111311189A (en) Template mail sending method based on http
CN107450993A (en) A kind of data interactive method of distributed IEC61850 communication components
CN106686021A (en) Service invoking method and gateway
CN101814021A (en) Method and system for displaying user interface on remote equipment
CN111813567B (en) Method and system for calling seal software interface in collaboration system
CN107222461A (en) Communication processing method and device
CN112784535A (en) Algorithm for intelligently converting JSON (Java Server object notation) and XML (extensible markup language) format data into traditional data table format
CN103067511A (en) Control method of hyper text transport protocol (HTTP) demand processing
CN104753891B (en) A kind of XML message analysis method and device
CN105024923B (en) The method and device that message category based on XMPP extension message is realized

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: No. 5183, Donghai Avenue, Bengbu City, Anhui Province 233000

Applicant after: Anhui Construction Engineering Group Co.,Ltd.

Address before: 233010, Anhui, Bengbu Province East China Sea Road on the south side of Cheung Shan Road

Applicant before: ANHUI WATER RESOURCES DEVELOPMENT Co.,Ltd.

GR01 Patent grant
GR01 Patent grant