CN109783249B - Platform access method and device, terminal and computer readable storage medium - Google Patents

Platform access method and device, terminal and computer readable storage medium Download PDF

Info

Publication number
CN109783249B
CN109783249B CN201811527459.1A CN201811527459A CN109783249B CN 109783249 B CN109783249 B CN 109783249B CN 201811527459 A CN201811527459 A CN 201811527459A CN 109783249 B CN109783249 B CN 109783249B
Authority
CN
China
Prior art keywords
service
platform
interface
access
docking
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
CN201811527459.1A
Other languages
Chinese (zh)
Other versions
CN109783249A (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.)
Ping An Property and Casualty Insurance Company of China Ltd
Original Assignee
Ping An Property and Casualty Insurance Company of China 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 Ping An Property and Casualty Insurance Company of China Ltd filed Critical Ping An Property and Casualty Insurance Company of China Ltd
Priority to CN201811527459.1A priority Critical patent/CN109783249B/en
Publication of CN109783249A publication Critical patent/CN109783249A/en
Application granted granted Critical
Publication of CN109783249B publication Critical patent/CN109783249B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

The invention provides a platform access method and device, a terminal and a computer readable storage medium, wherein the method comprises the following steps: acquiring service demand information of an access request party; judging whether the service type corresponding to the service demand information is non-standard service or not according to the service demand information; when the judging result is yes, generating a butt joint flow for the access request party according to the service demand information, detecting whether an interface sample template matched with the butt joint flow exists in the code template database, and substituting the butt joint flow into the interface sample template to generate a first butt joint interface when the detecting result is yes; and when the judging result is negative, determining that the service type corresponding to the service demand information is standard service, and calling a preset second docking interface to access the requester to the platform. According to the technical scheme, the step of manually customizing each service system by an independent interface is omitted, automatic generation of customized interfaces is realized, and labor cost and time cost are saved.

Description

Platform access method and device, terminal and computer readable storage medium
[ Field of technology ]
The present invention relates to the field of computer technologies, and in particular, to a platform access method and apparatus, a terminal, and a computer readable storage medium.
[ Background Art ]
At present, the platform often needs to be in butt joint with a plurality of service systems to realize information interaction, for example, the insurance system needs to be in butt joint with a plurality of systems such as a medical system, a traffic system and the like, so that the use of users is convenient.
However, the platforms often only provide standard interface docking, although individual platforms can provide customized interfaces, the platforms need to be respectively customized for different service systems and only suitable for the interfaces of the single service system, and the new interfaces can be online only by registering programs and releasing versions of the service systems, so that the labor encoding cost and the time cost consumed by the process are huge, the error is very easy, and the efficiency is very low.
Therefore, how to provide a fast and simple docking scheme for a platform and a service system becomes a technical problem to be solved at present.
[ Invention ]
The embodiment of the invention provides a platform access method and device, a terminal and a computer readable storage medium, which aim to solve the technical problem of inconvenient docking of a platform and a service system in the related art, and can be used for automatically docking the platform and the service system quickly, simply and conveniently.
In a first aspect, an embodiment of the present invention provides a platform access method, including: acquiring service demand information of an access request party; judging whether the service type corresponding to the service demand information is non-standard service or not according to the service demand information; when the service type corresponding to the service demand information is judged to be the nonstandard service, generating a docking flow for the access request party according to the service demand information, detecting whether an interface sample template matched with the docking flow exists in a code template database, and substituting the docking flow into the interface sample template to generate a first docking interface when the interface sample template matched with the docking flow exists in the code template database as a detection result, so that the access request party accesses the platform through the first docking interface; and when the service type corresponding to the service demand information is not the non-standard service as a judging result, determining that the service type corresponding to the service demand information is the standard service, and calling a preset second docking interface to access the access request party to the platform.
In the foregoing embodiment of the present invention, optionally, the service requirement information includes a plurality of keywords corresponding to a required service function, and the step of generating a docking procedure for the access requester according to the service requirement information specifically includes: and determining the service type of the access requester and a plurality of service functions under the service type according to the keywords contained in the service demand information, and generating a butt joint flow.
In the foregoing embodiment of the present invention, optionally, the service requirement information includes a plurality of keywords corresponding to the plurality of service functions, and the step of detecting whether the code template database has an interface sample template matched with the docking procedure specifically includes: detecting whether an interface sample template meeting a preset condition exists in the code template database, wherein the preset condition is that: the sequence and the content of each sample word in the interface sample template are consistent with the sequence and the content of each keyword in the keywords.
In the foregoing embodiment of the present invention, optionally, the interface sample template is composed of code modules corresponding to a plurality of service functions, and the method further includes: acquiring modification information of a target code module corresponding to a target service function; determining all target interface sample templates including the target code module in the code template database; and modifying each target interface sample template according to the template modification information.
In the foregoing embodiment of the present invention, optionally, before the step of generating a docking procedure for the access requester according to the service requirement information, the method further includes: determining the service authority level of the access request party according to the identity information of the access request party; judging whether the service authority level of the access request party reaches a preset level or not; when the service authority level of the access request party reaches the preset level as a judgment result, determining that the access request party has the qualification of accessing the platform; and when the service authority level of the access requester does not reach the preset level as a judgment result, sending a manual verification request to the platform so as to acquire the qualification of accessing the platform after the manual verification of the platform is successfully passed.
In a second aspect, an embodiment of the present invention provides a platform access device, including: the service demand information acquisition unit is used for acquiring the service demand information of the access request party; the service type judging unit is used for judging whether the service type corresponding to the service demand information is non-standard service or not according to the service demand information; the first execution unit is used for generating a docking flow for the access request party according to the service demand information when the service type corresponding to the service demand information is the non-standard service as a judgment result, detecting whether an interface sample template matched with the docking flow is arranged in a code template database, and substituting the docking flow into the interface sample template to generate a first docking interface when the detection result is that the interface sample template matched with the docking flow is arranged in the code template database, so that the access request party can access the platform through the first docking interface; and the second execution unit is used for determining that the service type corresponding to the service demand information is standard service when the service type corresponding to the service demand information is not the non-standard service as a judging result, and calling a preset second docking interface to access the access request party to the platform.
In the foregoing embodiment of the present invention, optionally, the service requirement information includes a plurality of keywords corresponding to a required service function, and the service type determining unit is configured to: and determining the service type of the access requester and a plurality of service functions under the service type according to the keywords contained in the service demand information, and generating a butt joint flow.
In the foregoing embodiment of the present invention, optionally, the first execution unit is configured to: detecting whether an interface sample template meeting a preset condition exists in the code template database, wherein the preset condition is that: the sequence and the content of each sample word in the interface sample template are consistent with the sequence and the content of each keyword in the keywords.
In the foregoing embodiment of the present invention, optionally, the interface sample template is composed of code modules corresponding to a plurality of service functions, and the platform access device further includes: the modification information acquisition unit is used for acquiring modification information of the target code module corresponding to the target service function; a template determining unit, configured to determine all target interface sample templates including the target code module in the code template database; and the template modification unit is used for modifying each target interface sample template according to the template modification information.
In the above embodiment of the present invention, optionally, the method further includes: the service permission level determining unit is used for determining the service permission level of the access requester according to the identity information of the access requester before the first executing unit generates a docking flow for the access requester; and the grade judging unit is used for judging whether the service authority grade of the access request party reaches a preset grade, wherein when the judging result is that the service authority grade of the access request party reaches the preset grade, the access request party is determined to have qualification of accessing the platform, and when the judging result is that the service authority grade of the access request party does not reach the preset grade, a manual verification request is sent to the platform so as to acquire qualification of accessing the platform after the manual verification of the platform is successfully passed.
In a third aspect, an embodiment of the present invention provides a terminal, including: at least one processor; and a memory communicatively coupled to the at least one processor; wherein the memory stores instructions executable by the at least one processor, the instructions being arranged to perform the method of any of the first aspects above.
In a fourth aspect, embodiments of the present invention provide a computer-readable storage medium storing computer-executable instructions for performing the method flow of any one of the first aspects above.
According to the technical scheme, aiming at the technical problem that the butt joint of the platform and the service system is inconvenient in the related art, different strategies can be executed according to different service types, wherein for non-standard services, a butt joint flow can be automatically generated according to service demand information of an access requester, wherein the service demand information of the access requester comprises functional services required by the access requester, the functional services are integrated to be the whole butt joint flow, and then the butt joint flow is substituted into a preset interface sample template, so that a first butt joint interface customized for the access requester in an individualized mode is automatically generated, and the access requester can be directly accessed to the platform through the butt joint interface. For standard services, the predetermined second docking interface may be directly applied to the access platform.
According to the technical scheme, the access scheme suitable for the actual service type can be provided, wherein, particularly for non-standard service, the step of manually customizing each service system by an independent interface is omitted, the automatic generation of a customized interface is realized, the labor cost and the time cost are saved, the efficiency and the accuracy of interface customization are improved, and the user experience is improved.
[ Description of the drawings ]
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed 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 that other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 illustrates a flow chart of a platform access method of one embodiment of the invention;
FIG. 2 illustrates a flow chart of a method for a non-standard service access platform according to one embodiment of the invention;
FIG. 3 shows a block diagram of a platform access device according to one embodiment of the invention;
fig. 4 shows a block diagram of a terminal of an embodiment of the invention.
[ Detailed description ] of the invention
For a better understanding of the technical solution of the present invention, the following detailed description of the embodiments of the present invention refers to the accompanying drawings.
It should be understood that the described embodiments are merely some, but not all, embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terminology used in the embodiments of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this application and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
Fig. 1 shows a flow chart of a platform access method of an embodiment of the invention.
As shown in fig. 1, an embodiment of the present invention provides a platform access method, including:
step 102, obtaining the service requirement information of the access request party.
Step 104, judging whether the service type corresponding to the service demand information is non-standard service according to the service demand information, when the judging result is yes, entering step 106, and when the judging result is no, entering step 112.
The service requirement information has an indication indicating the service type, so that the service type requested by the service requirement information can be judged according to the service requirement information, wherein the service type comprises standard service and non-standard service, the standard service refers to the service with a standard interface, and in the case, an access requester can directly access the platform through the standard interface. Non-standard services refer to services without standard interfaces, in which case the access requester cannot directly access the platform through the standard interface, so that it is necessary to establish the required docking interface for the non-standard services. The following steps 106 to 110 are the process of establishing the required docking interface for the nonstandard service.
And step 106, generating a butt joint flow for the access request party according to the service demand information.
Step 108, detecting whether the code template database has an interface sample template matched with the docking procedure.
Step 110, when the detection result is that the code template database has the interface sample template matched with the docking flow, substituting the docking flow into the interface sample template to generate a first docking interface, so that the access requester accesses the platform through the first docking interface.
For non-standard service, a docking flow can be automatically generated according to service demand information of an access requester, wherein the service demand information of the access requester comprises functional services required by the access requester, the functional services are integrated to form the whole docking flow, and then the docking flow is substituted into a preset interface sample template, so that a first docking interface customized for the access requester is automatically generated, and therefore, the access requester can directly access a platform through the docking interface.
And step 112, determining the service type corresponding to the service demand information as standard service.
And step 114, calling a preset second docking interface to enable the access requester to access the platform.
For standard services, the predetermined second docking interface access platform may be applied directly.
In a word, aiming at the technical problem that the butt joint of the platform and the service system in the related technology is inconvenient, different strategies can be executed according to different service types, through the technical scheme, an access scheme suitable for the actual service type can be provided, wherein, especially for non-standard service, the step of manually customizing each service system by an independent interface is omitted, the automatic generation of a customized interface is realized, the labor cost and the time cost are saved, the efficiency and the accuracy of interface customization are improved, and the user experience is improved.
Fig. 2 shows a flow chart of a method for a non-standard service access platform according to an embodiment of the invention, based on the embodiment of fig. 1.
As shown in fig. 2, the method for accessing a platform for non-standard services comprises the following steps:
step 202, obtaining service requirement information of an access requester.
Step 204, determining the service type of the access requester and a plurality of service functions under the service type according to the keywords contained in the service demand information, and generating a docking flow.
The service functions required by the access requesters of different service types are also different, for example, the access requesters of the insurance system include, but are not limited to, a medical system, a traffic system, and the like, the functions required for the medical system to interface with the insurance system are often sharing medical information and medical insurance application information of an applicant, and the functions required for the traffic system to interface with the insurance system are often sharing vehicle violation information, accident occurrence information, and the like.
Therefore, for the difference between the access requesters of different service types, the service function corresponding to the service type can be selected to make a connection flow according to the service type so as to adapt to the actual requirement of the access requester of each service type. The sequence and the content of the keywords contained in the service requirement information are respectively connected with the sequence and the content of each step in the process, and according to the sequence and the content of the keywords contained in the service requirement information, it can be determined what step is executed first, then what step is executed, and so on, namely the connection process. Further, each step of the docking flow may be implemented by using a code module, so step 206 may be introduced to determine which code modules each step of the docking flow corresponds to, so as to facilitate finding an interface sample template composed of code modules corresponding to each step of the docking flow in sequence in the code template database.
Step 206, detecting whether the code template database has an interface sample template meeting a predetermined condition.
Wherein, the service requirement information includes a plurality of keywords corresponding to the plurality of service functions, and the predetermined condition is: the sequence and the content of each sample word in the interface sample template are consistent with the sequence and the content of each keyword in the keywords.
That is, only if the number of each sample word of the interface sample template is consistent with the number of each keyword in the plurality of keywords and is matched with each other, the interface sample template can be considered to be suitable for the docking process determined according to the plurality of keywords, and the target matched with the docking process can be considered.
And step 208, substituting the docking flow into the interface sample template to generate a first docking interface when the detection result is that the interface sample template meeting the preset condition exists in the code template database, so that the access requester accesses the platform through the first docking interface.
Based on the embodiments of fig. 1 and fig. 2, the interface sample template is composed of code modules corresponding to a plurality of service functions, and the method further includes: acquiring modification information of a target code module corresponding to a target service function; determining all target interface sample templates including the target code module in the code template database; and modifying each target interface sample template according to the template modification information.
Therefore, each interface sample template in the code template database can be modified according to the actual requirements of the platform and/or the service system, and in order to reduce the workload of modifying the interface sample templates, only one target code module in one interface sample template is modified, and all target code modules in all interface sample templates are modified correspondingly, so that the difficulty of maintaining the platform interface is greatly reduced.
Based on the embodiment of fig. 1 and 2, before step 106, the method further includes: determining the service authority level of the access request party according to the identity information of the access request party; judging whether the service authority level of the access request party reaches a preset level or not; when the service authority level of the access request party reaches the preset level as a judgment result, determining that the access request party has the qualification of accessing the platform; and when the service authority level of the access requester does not reach the preset level as a judgment result, sending a manual verification request to the platform so as to acquire the qualification of accessing the platform after the manual verification of the platform is successfully passed.
The predetermined level is the lowest service authority level required by the access platform, so that only the access requesting party with the service authority level reaching the predetermined level can be qualified by the access platform, and the service authority level of the access requesting party is determined by the identity information of the access requesting party. By detecting the service authority level of the access requester, whether the identity of the access requester is legal or not can be further effectively verified, and therefore the security of data in the platform is improved.
Fig. 3 shows a block diagram of a platform access device according to an embodiment of the invention.
As shown in fig. 3, an embodiment of the present invention provides a platform access device 300, including: a service requirement information obtaining unit 302, configured to obtain service requirement information of an access requester; a service type determining unit 304, configured to determine, according to the service requirement information, whether a service type corresponding to the service requirement information is a non-standard service; the first execution unit 306 is configured to generate a docking procedure for the access requester according to the service requirement information when the service type corresponding to the service requirement information is the non-standard service, detect whether an interface sample template matched with the docking procedure is provided in a code template database, and substitute the docking procedure into the interface sample template to generate a first docking interface when the detection result is that the interface sample template matched with the docking procedure is provided in the code template database, so that the access requester accesses the platform through the first docking interface; and the second execution unit 308 is configured to determine that the service type corresponding to the service requirement information is a standard service when the service type corresponding to the service requirement information is not the non-standard service, and call a predetermined second docking interface to access the access requester to the platform.
The platform access device 300 uses the solution described in any of the embodiments shown in fig. 1 and 2, and therefore has all the technical effects described above, and will not be described in detail here. The platform access device 300 also has the following technical features:
In the foregoing embodiment of the present invention, optionally, the service requirement information includes a plurality of keywords corresponding to the required service functions, and the service type determining unit 304 is configured to: and determining the service type of the access requester and a plurality of service functions under the service type according to the keywords contained in the service demand information, and generating a butt joint flow.
In the above embodiment of the present invention, optionally, the first execution unit 306 is configured to: detecting whether an interface sample template meeting a preset condition exists in the code template database, wherein the preset condition is that: the sequence and the content of each sample word in the interface sample template are consistent with the sequence and the content of each keyword in the keywords.
In the above embodiment of the present invention, optionally, the interface sample template is composed of code modules corresponding to a plurality of service functions, and the platform access device 300 further includes: the modification information acquisition unit is used for acquiring modification information of the target code module corresponding to the target service function; a template determining unit, configured to determine all target interface sample templates including the target code module in the code template database; and the template modification unit is used for modifying each target interface sample template according to the template modification information.
In the above embodiment of the present invention, optionally, the method further includes: a service permission level determining unit, configured to determine a service permission level of the access requester according to identity information of the access requester before the first executing unit 306 generates a docking procedure for the access requester; and the grade judging unit is used for judging whether the service authority grade of the access request party reaches a preset grade, wherein when the judging result is that the service authority grade of the access request party reaches the preset grade, the access request party is determined to have qualification of accessing the platform, and when the judging result is that the service authority grade of the access request party does not reach the preset grade, a manual verification request is sent to the platform so as to acquire qualification of accessing the platform after the manual verification of the platform is successfully passed.
Fig. 4 shows a block diagram of a terminal of an embodiment of the invention.
As shown in fig. 4, a terminal 400 of one embodiment of the present invention includes at least one memory 402; and a processor 404 communicatively coupled to the at least one memory 402; wherein the memory stores instructions executable by the at least one processor 404, the instructions being configured to perform the arrangement of any of the embodiments of fig. 1 and 2 described above. Therefore, the terminal 400 has the same technical effects as any one of the embodiments of fig. 1 and 2, and will not be described herein.
In addition, an embodiment of the present invention provides a computer readable storage medium storing computer executable instructions for performing the method flow described in any one of the embodiments of fig. 1 and fig. 2.
The technical scheme of the invention is described in detail by combining the drawings, and the access scheme suitable for the actual service type can be provided by the technical scheme of the invention, wherein, especially for non-standard service, the step of manually customizing each service system by an independent interface is omitted, the automatic generation of a customized interface is realized, the labor cost and the time cost are saved, the efficiency and the accuracy of interface customization are improved, and the user experience is improved.
Depending on the context, the word "if" as used herein may be interpreted as "at … …" or "at … …" or "in response to a determination" or "in response to a detection". Similarly, the phrase "if determined" or "if detected (stated condition or event)" may be interpreted as "when determined" or "in response to determination" or "when detected (stated condition or event)" or "in response to detection (stated condition or event), depending on the context.
It should be noted that, the terminal according to the embodiment of the present invention may include, but is not limited to, a Personal Computer (Personal Computer, PC), a Personal digital assistant (Personal DIGITAL ASSISTANT, PDA), a wireless handheld device, a Tablet Computer (Tablet Computer), a mobile phone, an MP3 player, an MP4 player, and the like.
In the several embodiments provided by the present invention, it should be understood that the disclosed systems, devices, and methods may be implemented in other manners. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the elements is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple elements or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in hardware plus software functional units.
The integrated units implemented in the form of software functional units described above may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium, and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a Processor (Processor) to perform part of the steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
The foregoing description of the preferred embodiments of the invention is not intended to be limiting, but rather to enable any modification, equivalent replacement, improvement or the like to be made within the spirit and principles of the invention.

Claims (4)

1. A method for platform access, comprising:
Acquiring service demand information of an access request party;
Judging whether the service type corresponding to the service demand information is non-standard service or not according to the service demand information;
When the service type corresponding to the service demand information is the non-standard service as a judging result, generating a butt joint flow for the access request party according to the service demand information,
Detecting whether an interface sample template matched with the docking procedure exists in the code template database,
When the detection result is that the code template database is provided with the interface sample template matched with the docking flow, substituting the docking flow into the interface sample template to generate a first docking interface, so that the access requester accesses the platform through the first docking interface;
when the judging result is that the service type corresponding to the service demand information is not the non-standard service, determining that the service type corresponding to the service demand information is standard service,
Calling a preset second docking interface to access the access request party to the platform;
before the step of generating a docking procedure for the access requester according to the service requirement information, the method further includes:
Determining the service authority level of the access request party according to the identity information of the access request party;
judging whether the service authority level of the access request party reaches a preset level or not;
When the service authority level of the access request party reaches the preset level as a judgment result, determining that the access request party has the qualification of accessing the platform;
When the service authority level of the access requester does not reach the preset level as a judgment result, sending a manual verification request to the platform so as to acquire qualification of accessing the platform after the manual verification of the platform is successfully passed;
The service requirement information comprises keywords corresponding to the required service function, and the step of generating a docking flow for the access request party according to the service requirement information specifically comprises the following steps:
Determining the service type of the access request party, each service function and execution sequence corresponding to the service type according to the keywords contained in the service demand information, and generating a butt joint flow;
The step of detecting whether the code template database has an interface sample template matched with the docking flow or not specifically comprises the following steps:
Detecting whether an interface sample template meeting a preset condition exists in the code template database, wherein the preset condition is that:
The sequence and the content of each sample word in the interface sample template are consistent with the sequence and the content of each keyword in keywords included in the business requirement information;
the interface sample template is composed of a plurality of code modules corresponding to service functions, and the method further comprises:
Acquiring modification information of a target code module corresponding to a target service function;
Determining all target interface sample templates including the target code module in the code template database;
Modifying each target interface sample template according to the template modification information;
each interface sample template in the code template database is modified to conform to the actual requirements of the platform and/or business system.
2. A platform access device, comprising:
The service demand information acquisition unit is used for acquiring the service demand information of the access request party;
the service type judging unit is used for judging whether the service type corresponding to the service demand information is non-standard service or not according to the service demand information;
The first execution unit is used for generating a docking flow for the access request party according to the service demand information when the service type corresponding to the service demand information is the non-standard service as a judgment result, detecting whether an interface sample template matched with the docking flow is arranged in a code template database, and substituting the docking flow into the interface sample template to generate a first docking interface when the detection result is that the interface sample template matched with the docking flow is arranged in the code template database, so that the access request party can access the platform through the first docking interface;
The second execution unit is used for determining that the service type corresponding to the service demand information is standard service when the service type corresponding to the service demand information is not the non-standard service as a judging result, and calling a preset second docking interface to access the access request party to the platform;
the service permission level determining unit is used for determining the service permission level of the access requester according to the identity information of the access requester before the first executing unit generates a docking flow for the access requester;
A level judging unit, configured to judge whether the service permission level of the access requester reaches a predetermined level, where when the judging result is that the service permission level of the access requester reaches the predetermined level, it is determined that the access requester has a qualification for accessing the platform, and when the judging result is that the service permission level of the access requester does not reach the predetermined level, it sends a manual verification request to the platform, so as to obtain the qualification for accessing the platform after the manual verification of the platform is successfully passed;
the service requirement information comprises keywords corresponding to required service functions, and the service type judging unit is used for:
Determining the service type of the access request party, each service function and execution sequence corresponding to the service type according to the keywords contained in the service demand information, and generating a butt joint flow;
the first execution unit is used for:
Detecting whether an interface sample template meeting a preset condition exists in the code template database, wherein the preset condition is that: the sequence and the content of each sample word in the interface sample template are consistent with the sequence and the content of each keyword in keywords included in the business requirement information;
The interface sample template is composed of a plurality of code modules corresponding to service functions, and the platform access device further comprises:
the modification information acquisition unit is used for acquiring modification information of the target code module corresponding to the target service function;
a template determining unit, configured to determine all target interface sample templates including the target code module in the code template database;
the template modification unit is used for modifying each target interface sample template according to the template modification information;
each interface sample template in the code template database is modified to conform to the actual requirements of the platform and/or business system.
3. A terminal, comprising: at least one processor; and a memory communicatively coupled to the at least one processor;
Wherein the memory stores instructions executable by the at least one processor, the instructions being configured to perform the method of claim 1.
4. A computer-readable storage medium having stored thereon computer-executable instructions for performing the method flow of claim 1.
CN201811527459.1A 2018-12-13 2018-12-13 Platform access method and device, terminal and computer readable storage medium Active CN109783249B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811527459.1A CN109783249B (en) 2018-12-13 2018-12-13 Platform access method and device, terminal and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811527459.1A CN109783249B (en) 2018-12-13 2018-12-13 Platform access method and device, terminal and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109783249A CN109783249A (en) 2019-05-21
CN109783249B true CN109783249B (en) 2024-04-30

Family

ID=66496945

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811527459.1A Active CN109783249B (en) 2018-12-13 2018-12-13 Platform access method and device, terminal and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109783249B (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111026394B (en) * 2019-12-06 2020-12-15 光大兴陇信托有限责任公司 Method for carrying out flow docking by utilizing self-service docking platform
CN111083153A (en) * 2019-12-24 2020-04-28 杭州求是优脉科技有限公司 Service access method, device and equipment between medical interfaces and readable storage medium
CN111314309B (en) * 2020-01-19 2022-04-15 中信银行股份有限公司 Data transmission method and device, electronic equipment and computer readable storage medium
CN112015496B (en) * 2020-09-01 2022-11-15 中国平安财产保险股份有限公司 Interface calling method and device, computer equipment and storage medium
CN112148346A (en) * 2020-10-20 2020-12-29 云账户技术(天津)有限公司 Method and device for docking platform system
CN112686729B (en) * 2020-12-31 2024-02-20 微医云(杭州)控股有限公司 Product customization method, device, electronic equipment and storage medium
CN112800120B (en) * 2021-01-26 2023-06-06 政采云有限公司 Service processing method and device
CN114327615B (en) * 2022-03-09 2022-06-28 湖南云畅网络科技有限公司 Interface document generation method and system based on big data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183672A (en) * 2015-08-07 2015-12-23 北京思特奇信息技术股份有限公司 Self-adaptive interface calling method and system
CN106843975A (en) * 2017-01-24 2017-06-13 深圳创维-Rgb电子有限公司 Extend the method and device of HTML5 application functions
CN108462758A (en) * 2018-04-02 2018-08-28 平安科技(深圳)有限公司 Bank-corporate express communication means, device, equipment and computer readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105183672A (en) * 2015-08-07 2015-12-23 北京思特奇信息技术股份有限公司 Self-adaptive interface calling method and system
CN106843975A (en) * 2017-01-24 2017-06-13 深圳创维-Rgb电子有限公司 Extend the method and device of HTML5 application functions
CN108462758A (en) * 2018-04-02 2018-08-28 平安科技(深圳)有限公司 Bank-corporate express communication means, device, equipment and computer readable storage medium

Also Published As

Publication number Publication date
CN109783249A (en) 2019-05-21

Similar Documents

Publication Publication Date Title
CN109783249B (en) Platform access method and device, terminal and computer readable storage medium
CN113542288B (en) Service authorization method, device, equipment and system
CN110879903A (en) Evidence storage method, evidence verification method, evidence storage device, evidence verification device, evidence storage equipment and evidence verification medium
US20150339464A1 (en) Restricted accounts on a mobile platform
US8195124B2 (en) Apparatus and methods for managing time sensitive application privileges on a wireless device
CN104753677B (en) Password hierarchical control method and system
CN110619206B (en) Operation and maintenance risk control method, system, equipment and computer readable storage medium
CN113157854B (en) API sensitive data leakage detection method and system
CN110851818B (en) Verification code display method and device, computer equipment and readable storage medium
CN113268336A (en) Service acquisition method, device, equipment and readable medium
CN108737398B (en) Processing method and device of trust system, computer equipment and storage medium
CN112241544B (en) Service system, access method, access device, computer equipment and storage medium
US20150140957A1 (en) Prepaid phone card charging
AU2017371238A1 (en) Method of inputting document information, device, server, and storage medium
CN115242433B (en) Data processing method, system, electronic device and computer readable storage medium
CN107507086B (en) Invoice processing method and invoice processing system
CN107995063B (en) Network detection method, device, terminal and computer readable storage medium
CN111901299A (en) Application authentication method and device, electronic equipment and storage medium
CN113242257A (en) Unauthorized vulnerability detection method, device, equipment and storage medium
CN110019270B (en) Information updating method and device, terminal, server and readable storage medium
US20150339492A1 (en) Protecting user privacy from intrusive mobile applications
CN108734814B (en) Visitor information processing method and device
CN110704042A (en) Program code processing method and device, server and storage medium
CN115396277B (en) Login state management method, device, equipment and storage medium
CN115695052B (en) Data protection method and device for shared interface

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
GR01 Patent grant
GR01 Patent grant