CN112416357A - Communication method and device based on business module and electronic equipment - Google Patents

Communication method and device based on business module and electronic equipment Download PDF

Info

Publication number
CN112416357A
CN112416357A CN202011289820.9A CN202011289820A CN112416357A CN 112416357 A CN112416357 A CN 112416357A CN 202011289820 A CN202011289820 A CN 202011289820A CN 112416357 A CN112416357 A CN 112416357A
Authority
CN
China
Prior art keywords
service module
module
service
accessing
calling interface
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.)
Pending
Application number
CN202011289820.9A
Other languages
Chinese (zh)
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.)
Hangzhou Miluoxing Technology Group Co ltd
Original Assignee
Hangzhou Miluoxing Technology 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 Hangzhou Miluoxing Technology Group Co ltd filed Critical Hangzhou Miluoxing Technology Group Co ltd
Priority to CN202011289820.9A priority Critical patent/CN112416357A/en
Publication of CN112416357A publication Critical patent/CN112416357A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The application provides a communication method and device based on service modules and electronic equipment, relates to the technical field of data processing, and solves the technical problem of code pollution among the service modules. The method comprises the following steps: obtaining an access instruction aiming at a second service module from a first service module; determining a second calling interface corresponding to the second service module from a plurality of prestored calling interfaces; and accessing the second service module through the second calling interface, and transmitting the information for accessing the second service module to the first service module.

Description

Communication method and device based on business module and electronic equipment
Technical Field
The present application relates to the field of data processing, and in particular, to a communication method and apparatus based on a service module, and an electronic device.
Background
Currently, service modules such as registers, pay, share services and the like of an Application program (APP) can be directly communicated, accessed, modified and the like. That is, all the service modules can be visibly changed, so that the member in charge of a certain service module can modify the service module in charge of other members, and the problem of code pollution is caused.
Disclosure of Invention
The invention aims to provide a communication method and device based on service modules and electronic equipment so as to relieve the technical problem of code pollution among the service modules.
In a first aspect, an embodiment of the present application provides a communication method based on a service module, where the method includes:
obtaining an access instruction aiming at a second service module from a first service module;
determining a second calling interface corresponding to the second service module from a plurality of prestored calling interfaces;
and accessing the second service module through the second calling interface, and transmitting the information for accessing the second service module to the first service module.
In a possible implementation, the step of determining, from a plurality of pre-stored calling interfaces, a second calling interface corresponding to the second service module includes:
and determining a second calling interface, a second module position and a second module function corresponding to the second service module from a plurality of pre-stored calling interfaces, a plurality of pre-stored module positions and a plurality of pre-stored module functions.
In one possible implementation, the step of accessing the second service module through the second call interface includes:
and communicating with the second service module and accessing the second service module through the second calling interface, the second module position and the second module function.
In one possible implementation, the service module includes any one or more of:
a logic service module, a pay service module and a share service module.
In one possible implementation, a switch unit is arranged in a configuration file of each service module; the method further comprises the following steps:
judging whether the debugging is selected to be independently compiled or totally compiled in the debugging process aiming at the service module;
if the compiling is independent, setting a target switch unit corresponding to a target service module to be independently compiled to be on, and setting other switch units corresponding to other service modules except the target service module to be off;
and if the compiling is the overall compiling, setting all switch units corresponding to all the service modules to be on.
In one possible implementation, the switch units corresponding to the configuration files of the plurality of service modules are controlled by a master switch unit of a master configuration file.
In one possible implementation, the method further comprises:
determining a plurality of target public files for each group of combined packaging from a plurality of public files in the debugging process of the service module;
and generating a combined packaging result based on the target public files so as to carry out independent debugging on the service module based on a plurality of combined packaging results.
In a second aspect, a communication device based on a service module is provided, which includes:
the acquisition module is used for acquiring an access instruction aiming at the second service module from the first service module;
the determining module is used for determining a second calling interface corresponding to the second service module from a plurality of prestored calling interfaces;
and the communication module is used for accessing the second service module through the second calling interface and transmitting the information for accessing the second service module to the first service module.
In a third aspect, an embodiment of the present application further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program that is executable on the processor, and the processor implements the method of the first aspect when executing the computer program.
In a fourth aspect, this embodiment of the present application further provides a computer-readable storage medium storing computer-executable instructions, which, when invoked and executed by a processor, cause the processor to perform the method of the first aspect.
The embodiment of the application brings the following beneficial effects:
the communication method, the communication device and the electronic device based on the service modules provided by the embodiment of the application can obtain an access instruction aiming at a second service module from a first service module, determine a second calling interface corresponding to the second service module from a plurality of pre-stored calling interfaces, access the second service module through the second calling interface, and transmit information for accessing the second service module to the first service module, in the scheme, the second calling interface corresponding to the second service module is determined from the plurality of pre-stored calling interfaces, access the second service module through the second calling interface, and transmit the information for accessing the second service module to the first service module, so that the first service module can not directly call the second service module, and all the service modules can be independently developed and operated and isolated from each other, not only reduces the communication cost, realizes that each business module does not need to depend on each other, improves the whole operation efficiency, but also can not directly access and change all the business modules, and avoids the occurrence of code pollution.
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the detailed description of the present application or the technical solutions in the prior art, the drawings needed to be used in the detailed description of the present application or the prior art description will be briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present application, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic flow chart of a communication method based on a service module according to an embodiment of the present application;
fig. 2 is an example of a route module architecture in a communication method based on a service module according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a communication device based on a service module according to an embodiment of the present disclosure;
fig. 4 shows a schematic structural diagram of an electronic device provided in an embodiment of the present application.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions of the present application will be clearly and completely described below with reference to the accompanying drawings, and it is obvious that the described embodiments are some, but not all embodiments of the present application. 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 application.
The terms "comprising" and "having," and any variations thereof, as referred to in the embodiments of the present application, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may alternatively include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
At present, in the prior art, service modules login, pay and share of an APP, public files util, log.http … SDK and a configuration file gradle are manufactured together and configured into an APK for release, members of each service module need to communicate with each other, communication cost is high, and because all service modules are visibly changed, the member in charge of the login module can modify modules in charge of other members, and the problem of code pollution is caused.
Based on this, embodiments of the present application provide a communication method and apparatus based on service modules, and an electronic device, by which a technical problem of code pollution between service modules can be alleviated.
Embodiments of the present invention are further described below with reference to the accompanying drawings.
Fig. 1 is a schematic flow chart of a communication method based on a service module according to an embodiment of the present application. Wherein, the method can be applied to route module. As shown in fig. 1, the method includes:
step S110, an access instruction for the second service module from the first service module is obtained.
Step S120, determining a second calling interface corresponding to the second service module from the plurality of pre-stored calling interfaces.
Step S130, accessing the second service module through the second calling interface, and transmitting information for accessing the second service module to the first service module.
The second calling interface corresponding to the second service module is determined from the plurality of calling interfaces stored in advance, the second service module is accessed through the second calling interface, information for accessing the second service module is transmitted to the first service module, the first service module can not directly call the second service module, independent development and operation among all service modules can be realized, the communication cost is reduced, all service modules can not be changed in a visible mode, a certain service module can not modify other service modules, and the code pollution is avoided.
The communication method based on the service modules can be used as an APP (application) componentized construction method, namely, the service modules are not directly called, other service modules are called by utilizing the route module, the route can be used as a bridge for communication among the service modules, the service modules are only related through the route, the service modules can independently run, the effect that each module does not need to depend on other modules is achieved, and the overall running efficiency is improved.
The above steps are described in detail below.
In some embodiments, the service module includes any one or more of: a logic service module, a pay service module and a share service module.
As shown in fig. 2, by setting a route module, all service modules such as a logic service module, a pay service module, and a share service module are no longer in direct communication with each other. All the service modules are communicated with the route module respectively, the information of the positions, the functions and the like of the service modules is notified to the route module, and the route module stores the information of the positions, the functions and the like corresponding to all the service modules. Therefore, mutual isolation among all service modules such as the pay service module and the service logic module is realized, codes of the service modules are isolated, each service module can be independently developed, and communication cost is reduced.
In some embodiments, the step S120 may include the following steps:
step a), determining a second calling interface, a second module position and a second module function corresponding to a second service module from a plurality of pre-stored calling interfaces, a plurality of pre-stored module positions and a plurality of pre-stored module functions.
The route module may store a function of each service module (for example, the function of the pay service module is start pay) and an interface called by each service module (for example, the interface of the pay service module is interface2), that is, each service module is registered in the route module. When any service module needs to be called, if a pay service module is called to execute a payment task, the route module needs to find the pay module service by using the stored information, and then the service module to be called is determined quickly and accurately.
Based on the step a), the step S130 may include the steps of:
and b), communicating with the second service module and accessing the second service module through the second calling interface, the second module position and the second module function.
And the writing operation aiming at each service module also needs to call the interface name to access the dependent service module through the route module. For example, the pay service module depends on the logic service module, and in order to avoid that the pay service module directly accesses the logic service module, the following is written in the pay service module: through the code of the logic interface of the route module, the route module is used for indirectly accessing the logic service module, and the influence of the logic service module on the pay service module is avoided.
In some embodiments, a switch unit is set in the configuration file of each service module; the method may further comprise the steps of:
step c), judging whether the debugging selection is single compiling or overall compiling in the debugging process aiming at the service module;
step d), if the compiling is independent, setting a target switch unit corresponding to the target service module to be independently compiled to be on, and setting other switch units corresponding to other service modules except the target service module to be off;
and e), if the total compiling is carried out, all switch units corresponding to all the service modules are set to be on.
In practical applications, each of the modules is provided with a small gradle (xml format configuration file) unit, that is, many small gradle compilation files are respectively provided in each service module, and the small gradle units are used as branch switches. For example, to debug a path service module, the gradlets in the path service module are written to on, and other gradlets are written to off.
These switch states determine whether the individual compilation or the overall compilation is to be done separately, with the gradleles set to on and all other gradleles set to off. When the whole ensemble is to be compiled all the gadlets are set to on. For example, when the path service modules are separately compiled, the corresponding gradles in the separately compiled path service modules are opened, and the gradles in the other service modules are closed, so that the effect of separately compiling only the path service modules is achieved.
By improving the gradle configuration file (compiling file), writing the functions corresponding to on (overall compiling) and off (individual compiling), and writing the gradle of each service module into the codes s of on/off, the individual debugging of the service module is realized, namely the on-off state of the service module which is debugged individually is set as on, and the on-off states of other modules are off.
Based on the step c), the step d) and the step e), the switch units corresponding to the configuration files of the plurality of service modules are all controlled by the master switch unit of the master configuration file.
In practical application, the improved gradle configuration file can be written into a master switch, and after all the sub-gradles are compiled together, a general gradle module can be formed to be used as the master switch so as to accurately and efficiently control the switch states of the sub-gradles.
In some embodiments, the method may further comprise the steps of:
step f), in the debugging process of the service module, determining a plurality of target public files for each group of combined packaging from the plurality of public files;
and g), generating a combined packaging result based on the target public files so as to independently debug the service module based on the combined packaging results.
In the embodiment of the application, a public library (namely a public file) can be preloaded, for example, a pack is generated for the util public file and the SDK public file, and each public file is not required to be packed respectively during packing, so that packing efficiency and efficiency of individual debugging are improved.
Fig. 3 provides a schematic structural diagram of a communication device based on a service module. The device can be applied to route modules. As shown in fig. 3, the communication device 300 based on the service module includes:
an obtaining module 301, configured to obtain an access instruction for a second service module from a first service module;
a first determining module 302, configured to determine, from a plurality of pre-stored call interfaces, a second call interface corresponding to the second service module;
the communication module 303 is configured to access the second service module through the second call interface, and transmit information for accessing the second service module to the first service module.
In some embodiments, the first determining module 302 is specifically configured to:
and determining a second calling interface, a second module position and a second module function corresponding to the second service module from a plurality of pre-stored calling interfaces, a plurality of pre-stored module positions and a plurality of pre-stored module functions.
In some embodiments, the communication module 303 is specifically configured to:
and communicating with the second service module and accessing the second service module through the second calling interface, the second module position and the second module function.
In some embodiments, the traffic module comprises any one or more of:
a logic service module, a pay service module and a share service module.
In some embodiments, a switch unit is disposed in the configuration file of each service module; the device also includes:
the judging module is used for judging whether the debugging selection is single compiling or overall compiling in the debugging process aiming at the service module;
the setting module is used for setting a target switch unit corresponding to a target service module to be compiled independently to be on if the compiling is independent, and setting other switch units corresponding to other service modules except the target service module to be off;
the setting module is further configured to set all switch units corresponding to all the service modules to on if the total compilation is performed.
In some embodiments, the switch units corresponding to the profiles of a plurality of the service modules are all controlled by a master switch unit of a master profile.
In some embodiments, the apparatus further comprises:
the second determining module is used for determining a plurality of target public files for each group of combined packaging from the plurality of public files in the debugging process of the service module;
and the generating module is used for generating a combined packaging result based on the target public files so as to carry out independent debugging on the service module based on a plurality of combined packaging results.
The communication device based on the service module provided by the embodiment of the application has the same technical characteristics as the communication method based on the service module provided by the embodiment, so that the same technical problems can be solved, and the same technical effects can be achieved.
As shown in fig. 4, an electronic device 400 provided in an embodiment of the present application includes a processor 402 and a memory 401, where a computer program operable on the processor is stored in the memory, and when the processor executes the computer program, the steps of the method provided in the foregoing embodiment are implemented.
Referring to fig. 4, the electronic device further includes: a bus 403 and a communication interface 404, the processor 402, the communication interface 404 and the memory 401 being connected by the bus 403; the processor 402 is used to execute executable modules, such as computer programs, stored in the memory 401.
The Memory 401 may include a high-speed Random Access Memory (RAM), and may also include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 404 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, and the like can be used.
Bus 403 may be an ISA bus, PCI bus, EISA bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, only one double-headed arrow is shown in FIG. 4, but that does not indicate only one bus or one type of bus.
The memory 401 is used for storing a program, and the processor 402 executes the program after receiving an execution instruction, and the method performed by the apparatus defined by the process disclosed in any of the foregoing embodiments of the present application may be applied to the processor 402, or implemented by the processor 402.
The processor 402 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 402. The Processor 402 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA), or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps, and logic blocks disclosed in the embodiments of the present application may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present application may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory 401, and the processor 402 reads the information in the memory 401 and completes the steps of the method in combination with the hardware.
Corresponding to the communication method based on the service module, an embodiment of the present application further provides a computer-readable storage medium, where the computer-readable storage medium stores computer-executable instructions, and when the computer-executable instructions are called and executed by a processor, the computer-executable instructions cause the processor to execute the steps of the communication method based on the service module.
The communication device based on the service module provided by the embodiment of the application can be specific hardware on equipment or software or firmware installed on the equipment. The device provided by the embodiment of the present application has the same implementation principle and technical effect as the foregoing method embodiments, and for the sake of brief description, reference may be made to the corresponding contents in the foregoing method embodiments where no part of the device embodiments is mentioned. It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the foregoing systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
For another example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments provided in the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or a part of the technical solution may be essentially implemented in the form of a software product, which 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) to execute all or part of the steps of the service module-based communication method according to the embodiments of the present application. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus once an item is defined in one figure, it need not be further defined and explained in subsequent figures, and moreover, the terms "first", "second", "third", etc. are used merely to distinguish one description from another and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present application, and are used for illustrating the technical solutions of the present application, but not limiting the same, and the scope of the present application is not limited thereto, and although the present application is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope disclosed in the present application; such modifications, changes or substitutions do not depart from the scope of the embodiments of the present application. Are intended to be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A communication method based on a service module is characterized in that the method comprises the following steps:
obtaining an access instruction aiming at a second service module from a first service module;
determining a second calling interface corresponding to the second service module from a plurality of prestored calling interfaces;
and accessing the second service module through the second calling interface, and transmitting the information for accessing the second service module to the first service module.
2. The communication method according to claim 1, wherein the step of determining the second calling interface corresponding to the second service module from a plurality of pre-stored calling interfaces comprises:
and determining a second calling interface, a second module position and a second module function corresponding to the second service module from a plurality of pre-stored calling interfaces, a plurality of pre-stored module positions and a plurality of pre-stored module functions.
3. The service module-based communication method according to claim 2, wherein the step of accessing the second service module through the second calling interface comprises:
and communicating with the second service module and accessing the second service module through the second calling interface, the second module position and the second module function.
4. The communication method according to claim 1, wherein the service module comprises any one or more of the following:
a logic service module, a pay service module and a share service module.
5. The communication method based on service modules according to claim 1, wherein a switch unit is arranged in the configuration file of each service module; the method further comprises the following steps:
judging whether the debugging is selected to be independently compiled or totally compiled in the debugging process aiming at the service module;
if the compiling is independent, setting a target switch unit corresponding to a target service module to be independently compiled to be on, and setting other switch units corresponding to other service modules except the target service module to be off;
and if the compiling is the overall compiling, setting all switch units corresponding to all the service modules to be on.
6. The communication method according to claim 5, wherein the switch units corresponding to the configuration files of the plurality of service modules are controlled by a master switch unit of a master configuration file.
7. The method of claim 1, further comprising:
determining a plurality of target public files for each group of combined packaging from a plurality of public files in the debugging process of the service module;
and generating a combined packaging result based on the target public files so as to carry out independent debugging on the service module based on a plurality of combined packaging results.
8. A communication device based on a service module, comprising:
the acquisition module is used for acquiring an access instruction aiming at the second service module from the first service module;
the determining module is used for determining a second calling interface corresponding to the second service module from a plurality of prestored calling interfaces;
and the communication module is used for accessing the second service module through the second calling interface and transmitting the information for accessing the second service module to the first service module.
9. An electronic device comprising a memory and a processor, wherein the memory stores a computer program operable on the processor, and wherein the processor implements the steps of the method of any of claims 1 to 7 when executing the computer program.
10. A computer readable storage medium having stored thereon computer executable instructions which, when invoked and executed by a processor, cause the processor to execute the method of any of claims 1 to 7.
CN202011289820.9A 2020-11-17 2020-11-17 Communication method and device based on business module and electronic equipment Pending CN112416357A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011289820.9A CN112416357A (en) 2020-11-17 2020-11-17 Communication method and device based on business module and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011289820.9A CN112416357A (en) 2020-11-17 2020-11-17 Communication method and device based on business module and electronic equipment

Publications (1)

Publication Number Publication Date
CN112416357A true CN112416357A (en) 2021-02-26

Family

ID=74832395

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011289820.9A Pending CN112416357A (en) 2020-11-17 2020-11-17 Communication method and device based on business module and electronic equipment

Country Status (1)

Country Link
CN (1) CN112416357A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115454391A (en) * 2022-11-11 2022-12-09 零氪科技(北京)有限公司 Client, client construction method and device, electronic equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259680A1 (en) * 2008-04-14 2009-10-15 International Business Machines Corporation System and method for extensible data interface for shared service module
CN109614081A (en) * 2018-11-26 2019-04-12 Oppo广东移动通信有限公司 Browser implementation method, device and mobile terminal
CN110311867A (en) * 2019-07-02 2019-10-08 江苏满运软件科技有限公司 Application module management method, device, electronic equipment, storage medium
CN110569035A (en) * 2019-08-08 2019-12-13 数字广东网络建设有限公司 Code compiling method, device, equipment and storage medium of software development project
CN110601880A (en) * 2019-09-02 2019-12-20 平安科技(深圳)有限公司 Cloud platform, service processing method, command interface and computer equipment
CN111382421A (en) * 2020-03-19 2020-07-07 深信服科技股份有限公司 Service access control method, system, electronic device and storage medium
CN111738602A (en) * 2020-06-23 2020-10-02 杭州米克曼尼网络科技有限公司 E-commerce system

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090259680A1 (en) * 2008-04-14 2009-10-15 International Business Machines Corporation System and method for extensible data interface for shared service module
CN109614081A (en) * 2018-11-26 2019-04-12 Oppo广东移动通信有限公司 Browser implementation method, device and mobile terminal
CN110311867A (en) * 2019-07-02 2019-10-08 江苏满运软件科技有限公司 Application module management method, device, electronic equipment, storage medium
CN110569035A (en) * 2019-08-08 2019-12-13 数字广东网络建设有限公司 Code compiling method, device, equipment and storage medium of software development project
CN110601880A (en) * 2019-09-02 2019-12-20 平安科技(深圳)有限公司 Cloud platform, service processing method, command interface and computer equipment
CN111382421A (en) * 2020-03-19 2020-07-07 深信服科技股份有限公司 Service access control method, system, electronic device and storage medium
CN111738602A (en) * 2020-06-23 2020-10-02 杭州米克曼尼网络科技有限公司 E-commerce system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115454391A (en) * 2022-11-11 2022-12-09 零氪科技(北京)有限公司 Client, client construction method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN106843901B (en) Page rendering and verification method and device
CN111125604A (en) Page management method and device, terminal equipment and storage medium
CN111399840A (en) Module development method and device
CN108345458B (en) Calling method and system for static compiling language and scripting language
CN105404574B (en) Smart card and mobile terminal consistency test method and device
CN113656107A (en) Mobile application loading method and device and electronic equipment
CN112559934A (en) Page popup display method and device
CN112416357A (en) Communication method and device based on business module and electronic equipment
CN113157274B (en) Software development method and device based on micro front end, electronic equipment and storage medium
CN110688198B (en) System calling method and device and electronic equipment
CN111240987B (en) Method and device for detecting migration program, electronic equipment and computer readable storage medium
CN110688320B (en) Global variable detection method and device and terminal equipment
CN115510505A (en) Application file packaging method and device, electronic equipment and readable storage medium
CN113434213B (en) Program running method and device of terminal
CN113986744A (en) Method and device for testing warehouse and table components and storage medium
CN112241286A (en) Resource package configuration method and device and storage medium
JP2016029547A (en) Execution module generation apparatus and electronic control unit
CN112527660B (en) Static detection method and device for codes
CN114443316B (en) Object access method and device and electronic equipment
CN118259978A (en) Application configuration parameter modification method and device, electronic equipment and storage medium
CN110737563B (en) Application program information reporting and receiving method and device
CN117032775A (en) Software generation method, device, electronic equipment and computer readable storage medium
CN115113898A (en) Dynamic updating method and device for micro application, computer equipment and storage medium
CN112527646A (en) Method and device for improving API (application program interface) automation test efficiency and electronic equipment
CN116991735A (en) Front-end component change testing system, method, device, equipment and storage medium

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