CN113795001B - Method and device for sending system short message based on SPI - Google Patents
Method and device for sending system short message based on SPI Download PDFInfo
- Publication number
- CN113795001B CN113795001B CN202111101924.7A CN202111101924A CN113795001B CN 113795001 B CN113795001 B CN 113795001B CN 202111101924 A CN202111101924 A CN 202111101924A CN 113795001 B CN113795001 B CN 113795001B
- Authority
- CN
- China
- Prior art keywords
- short message
- service
- interface
- standard
- constructing
- 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
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/12—Messaging; Mailboxes; Announcements
- H04W4/14—Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/133—Protocols for remote procedure calls [RPC]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/2866—Architectures; Arrangements
- H04L67/30—Profiles
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2133—Verifying human interaction, e.g., Captcha
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The invention relates to a method and a device for sending system short messages based on SPI, which comprises the steps of constructing a standard short message interface and instantiating the standard short message interface; processing is carried out based on a standard short message interface so as to meet the requirements of different application service scenes; judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface; constructing a new service loader and constructing a loading class processing object according to the service loader; traversing all services in the configuration file and instantiating class reflection loads in the configuration file. The invention realizes the extension by applying the SPI mechanism in the aspect of short messages without changing source codes by developers; on the premise of meeting the switching principle, the expansion or strategy change can be flexibly realized only by adding or modifying the configuration, so that the flexible application of the system is achieved, the development cost is reduced to the minimum, the online efficiency of the system is accelerated, and the timeliness is improved.
Description
Technical Field
The invention belongs to the technical field of internet, and particularly relates to a method and a device for sending system short messages based on SPI.
Background
With the continuous development of mobile internet technology, the traditional API realizes service use by depending on the implementation of an interface for a calling party, diversification and complication of service scenes promote the production application of people, and framework extension and component replacement are required to be realized. The international overseas system uses the short message function of an operator for quick response of a user after applying one country, but the prior art has the following: 1. each time an operator is newly added, the operator needs to rewrite the code of the application system and call the corresponding API interface. 2. Each adjustment is required to be done from the links of encoding, debugging, testing and deployment. 3. When a country is added to an overseas system for operation, under the condition that a service scene is not changed, the short message service is implemented again only.
In summary, the conventional method needs strong code coupling, high debugging cost and more uncertainties; traditional conditional routing judgment adds a great deal of redundant codes; the new country is added each time, the process needs to be recompiled, packaged and deployed, the whole process is long, the efficiency is low, uncontrollable factors are more in the process, and risks are easily caused by accidents.
Disclosure of Invention
In view of the above, the present invention provides a method and a device for sending a system short message based on an SPI, so as to solve the problems of low system short message sending efficiency and high risk in the prior art.
In order to achieve the purpose, the invention adopts the following technical scheme: a method for sending system short messages based on SPI comprises:
constructing a standard short message interface and instantiating;
processing based on the standard short message interface to meet the requirements of different application service scenes;
the standard short message interface is constructed and instantiated, and the method comprises the following steps:
judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
constructing a new service loader and constructing a loading class processing object according to the service loader;
traversing all services in the configuration file and instantiating class reflection loads in the configuration file.
Further, the application service scenario includes:
a pickup short message, an urging short message and a user login verification code.
Further, the building of the load class processing object according to the service loader includes:
and constructing a new post-loaded iterator by using the internal API provided by java through the transmitted service loader.
Further, instantiating the class reflection load in the configuration file includes:
all the configuration class information in the configuration file is instantiated through reflection loading and loaded into a cache.
Further, the processing based on the standard short message interface to meet the requirements of different application service scenarios includes:
and pushing the message searching content according to the server addresses, the message formats and the corresponding protocols provided by operators of different countries.
The embodiment of the application provides a device for sending system short messages based on SPI, include:
the building module is used for building a standard short message interface and instantiating the standard short message interface;
the processing module is used for processing based on the standard short message interface so as to meet the requirements of different application service scenes;
the building module comprises:
the judging unit is used for judging the range of the service domain to which the application service scene belongs and the corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
the building unit is used for building a new service loader and building a loading class processing object according to the service loader;
and the loading unit is used for traversing all the services in the configuration file and reflecting and loading the class in the configuration file for instantiation.
By adopting the technical scheme, the invention can achieve the following beneficial effects:
the invention provides a method and a device for sending system short messages based on SPI, wherein the method comprises the steps of constructing a standard short message interface and instantiating; processing is carried out based on a standard short message interface so as to meet the requirements of different application service scenes; judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface; constructing a new service loader and constructing a loading class processing object according to the service loader; traversing all services in the configuration file and instantiating class reflection loads in the configuration file. The invention realizes the extension by applying the SPI mechanism in the aspect of short messages without changing source codes by developers; on the premise of meeting the switching principle, the expansion or strategy change can be flexibly realized only by adding or modifying the configuration, so that the flexible application of the system is realized, the development cost is reduced to the minimum, the online efficiency of the system is accelerated, and the timeliness is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram illustrating steps of a method for sending a system short message based on SPI according to the present invention;
FIG. 2 is a schematic diagram of a process for constructing a standard short message interface according to the present invention;
fig. 3 is a schematic structural diagram of a device for sending a system short message based on an SPI according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without any inventive step, are within the scope of the present invention.
The SPI is a specific implementation technology for finding services through an expanded interface, an interface specification is formulated by a calling party by the SPI, at present, when short messages are called really, the short messages of external service providers required by the SPI are selected according to service scenes to realize the calling, the decoupling of the calling and the realization is really realized, the services of different operators can be dynamically changed in the system operation, and new services can be dynamically loaded in the development process of new national services.
In the existing service implementation, interface services of operators need to be taken first, then development, calling and debugging are carried out, and when an operator is newly added, the same development period and process are needed for newly added countries, so that the great repeated labor and the low efficiency are realized.
According to the technical scheme, under the premise of a scene that service calling is solidified, the overseas system can be subjected to back loading according to the message services of different countries, different time zones and different operators under the condition of zero adjustment, so that the development and implementation of new services are met.
A specific method for sending a system short message based on SPI provided in the embodiments of the present application is described below with reference to the accompanying drawings.
As shown in fig. 1, the method for sending a system short message based on an SPI provided in the embodiment of the present application includes:
s101, constructing a standard short message interface and instantiating the standard short message interface;
s102, processing is carried out based on the standard short message interface so as to meet the requirements of different application service scenes;
the standard short message interface is constructed and instantiated, and the method comprises the following steps:
judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
constructing a new service loader and constructing a loading class processing object according to the service loader;
traversing all services in the configuration file and instantiating class reflection loads in the configuration file.
The working principle of the method for sending the system short message based on the SPI is as follows: referring to fig. 2, firstly, the scope of the service domain to which the application service scene belongs and the corresponding interface calling template are judged through the application service scene, and the service to be called is judged to trigger the calling of the short message device and construct a standard calling interface; constructing a new service loader and constructing a loading class processing object according to the service loader; traversing all services in the configuration file and instantiating class reflection loads in the configuration file. After a standard short message interface is constructed, processing is carried out to meet the requirements of different application service scenes.
The application provides a method for sending system short messages by using an SPI technology, which can solve the problem of dynamic loading service expansion without integrally driving the whole service system to adjust, and can finish the big problem by using a small operation, thereby finally shortening the development period and improving the response capability of the system.
Preferably, the application service scenario includes:
a pickup short message, an urging short message and a user login verification code.
Preferably, the building a load class processing object according to the service loader includes:
and constructing a new post-loaded iterator by using the internal API provided by java through the transmitted service loader.
Preferably, the instantiating the class reflection load in the configuration file includes:
all the configuration class information in the configuration file is instantiated through reflection loading and loaded into a cache.
Preferably, the processing based on the standard short message interface to meet the requirements of different application service scenarios includes:
and pushing the message searching content according to the server addresses, the message formats and the corresponding protocols provided by operators of different countries.
In this embodiment, the range of the service domain to which the current service scene belongs and the corresponding interface call template can be determined by taking a short message, an introduction message, a user login verification code, and other scenes in the service scene, so that it can be determined that a specific service needs to be called currently. The device for triggering and calling the short message in the application system uses a universal interface for different countries, different time zones, different languages and different service scenes. In this embodiment, a standard calling party interface of the short message is predefined, the assembled control right is moved to the outside of the application system program, only a file named by a service interface is created under META/services/directory according to convention, the file is a specific service implementation object for implementing the service interface, and when the module is assembled by an external program, the specific implementation class name can be found through a configuration file, and the module is loaded and instantiated to complete the injection of the module. Then, an SMSSendinterface interface is defined, and a new ServiceLoader object is constructed by the ServiceLoader < SMSSendinterface > smsSendInterface. The method comprises the steps of transmitting a current class loader, realizing by using an internal API provided by java, and constructing a new iterator loaded after thread. Note that the above post-loaded iterator, which is an internal class, scans (note specifically all the referenced jar bundles) all the Service names in the META-INF/Service directory configuration file. In the process, the system loads all the configuration class information in the configuration file through reflection, instantiates and loads the configuration class information into a cache.
Based on the requirement that the standard short message interface is used for processing to realize different application service scenarios, only a full qualified name smssendenterface java file needs to be processed under the directory, and a namespace name of a full path is specified in the file, such as com.xxx.xxx.xxx.vnsmsendampl, com.xxx.xxx.tlsmsendampl, com.xxx.xxx.xxx.cbsmssempl. The following examples are given.
VnSMSSendImpl:
The VnSMSSendImpl is a specific implementation of sending a vietnam short message, and the content of the short message is pushed according to an address of a service provided by a vietnam operator, a format of a message and a corresponding protocol.
TlSMSSendImpl:
TlSMSSendImpl is a specific implementation of Thailand short message sending, and the content of the short message is pushed according to the address of the service provided by the Thailand operator, the format of the message and a corresponding protocol.
CbSMSSendImpl:
CbSMSSendImpl is a specific implementation of sending short messages in cambodia, and we only need to push the content of a short message according to the address, format and corresponding protocol of a service provided by an operator in cambodia.
As shown in fig. 3, an apparatus for sending a system short message based on an SPI in an embodiment of the present application includes:
the building module 301 is used for building and instantiating a standard short message interface;
a processing module 302, configured to perform processing based on the standard short message interface to meet requirements of different application service scenarios;
the building module comprises:
the judging unit is used for judging the range of the service domain to which the application service scene belongs and the corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
the building unit is used for building a new service loader and building a loading class processing object according to the service loader;
and the loading unit is used for traversing all the services in the configuration file and reflecting and loading the class in the configuration file for instantiation.
The working principle of the device for sending the system short message based on the SPI is that a judging unit judges the range of a service domain to which the judging unit belongs and a corresponding interface calling template through an application service scene, and judges a service to be called so as to trigger the calling of the short message device and construct a standard calling interface; the construction unit constructs a new service loader and constructs a loading class processing object according to the service loader; the loading unit traverses all services in the configuration file and performs reflection loading on the class in the configuration file for instantiation, and a standard short message interface is constructed and instantiated; and the processing module processes the short message based on the standard short message interface so as to meet the requirements of different application service scenes.
The embodiment of the application provides computer equipment, which comprises a processor and a memory connected with the processor;
the memory is used for storing a computer program, and the computer program is used for executing the method for sending the system short message based on the SPI provided by any one of the embodiments;
the processor is used to call and execute the computer program in the memory.
In summary, the present invention provides a method and an apparatus for sending a system short message based on SPI, the method includes constructing a standard short message interface and instantiating the standard short message interface; processing is carried out based on a standard short message interface so as to meet the requirements of different application service scenes; judging the range of a service domain to which the short message belongs and a corresponding interface calling template through an application service scene, and judging the service to be called to trigger and call the short message device and construct a standard calling interface; constructing a new service loader and constructing a loading class processing object according to the service loader; traversing all services in the configuration file and instantiating class reflection loads in the configuration file. The invention realizes the extension by applying the SPI mechanism in the aspect of short messages without changing source codes by developers; on the premise of meeting the switching principle, the expansion or strategy change can be flexibly realized only by adding or modifying the configuration, so that the flexible application of the system is realized, the development cost is reduced to the minimum, the online efficiency of the system is accelerated, and the timeliness is improved.
It is to be understood that the embodiments of the method provided above correspond to the embodiments of the apparatus described above, and the corresponding specific contents may be referred to each other, which is not described herein again.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The above description is only for the specific embodiments of the present invention, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present invention, and all the changes or substitutions should be covered within the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the appended claims.
Claims (3)
1. A method for sending system short messages based on SPI is characterized in that the method comprises the following steps:
constructing a standard short message interface and instantiating;
processing based on the standard short message interface to meet the requirements of different application service scenes;
the processing based on the standard short message interface to realize the requirements of different application service scenes comprises the following steps:
pushing message searching content according to server addresses, message formats and corresponding protocols provided by operators of different countries;
the standard short message interface is constructed and instantiated, and the method comprises the following steps:
judging the range of the service domain to which the application service scene belongs and a corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
constructing a new service loader and constructing a loading class processing object according to the service loader;
the constructing a load class processing object according to the service loader comprises:
constructing a new post-loading iterator by using an internal API provided by java through the transmitted service loader;
traversing all services in the configuration file and instantiating class reflection loading in the configuration file;
the instantiating the class reflection loading in the configuration file comprises the following steps:
all the configuration class information in the configuration file is instantiated through reflection loading and loaded into a cache.
2. The method of claim 1, wherein the application service scenario comprises:
a pickup short message, an urging short message and a user login verification code.
3. A device for sending system short messages based on SPI is characterized in that the device comprises:
the building module is used for building a standard short message interface and instantiating the standard short message interface;
the processing module is used for processing based on the standard short message interface so as to meet the requirements of different application service scenes;
the processing based on the standard short message interface to realize the requirements of different application service scenes comprises the following steps:
pushing message searching content according to server addresses, message formats and corresponding protocols provided by operators in different countries;
the building module comprises:
the judging unit is used for judging the range of the service domain to which the application service scene belongs and the corresponding interface calling template through the application service scene, and judging the service to be called so as to trigger the calling of the short message device and construct a standard calling interface;
the building unit is used for building a new service loader and building a loading class processing object according to the service loader;
the constructing a load class processing object according to the service loader comprises:
constructing a new post-loading iterator by using an internal API provided by java through the transmitted service loader;
the loading unit is used for traversing all the services in the configuration file and reflecting and loading the class in the configuration file for instantiation;
the instantiating the class reflection loading in the configuration file comprises the following steps:
all the configuration class information in the configuration file is instantiated through reflection loading and loaded into a cache.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111101924.7A CN113795001B (en) | 2021-09-18 | 2021-09-18 | Method and device for sending system short message based on SPI |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202111101924.7A CN113795001B (en) | 2021-09-18 | 2021-09-18 | Method and device for sending system short message based on SPI |
Publications (2)
Publication Number | Publication Date |
---|---|
CN113795001A CN113795001A (en) | 2021-12-14 |
CN113795001B true CN113795001B (en) | 2023-01-31 |
Family
ID=79184138
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202111101924.7A Active CN113795001B (en) | 2021-09-18 | 2021-09-18 | Method and device for sending system short message based on SPI |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN113795001B (en) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN115297446B (en) * | 2022-06-28 | 2023-06-27 | 上海淇玥信息技术有限公司 | Short message service access optimization processing method, system and computer equipment |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103686723A (en) * | 2012-09-19 | 2014-03-26 | 镇江诺尼基智能技术有限公司 | System and method for processing complex SMS (short message service) message of mobile customer hotline SMS messaging service hall |
CN103607702B (en) * | 2013-11-15 | 2018-09-07 | 上海大汉三通通信股份有限公司 | A kind of method and system communicated between different platform in short message service |
CN105843654A (en) * | 2016-04-14 | 2016-08-10 | 广州市久邦数码科技有限公司 | Method and system for implementing dynamic loading of advertisement SDK (software development kit) |
CN111258772B (en) * | 2018-12-01 | 2022-08-09 | 阿里巴巴集团控股有限公司 | Service calling information processing method, device and system |
CN109710428B (en) * | 2018-12-27 | 2021-07-13 | 杭州数梦工场科技有限公司 | Dynamic calling method and device for implementation class |
CN110955543A (en) * | 2019-12-12 | 2020-04-03 | 浙江大搜车软件技术有限公司 | Service processing method, device, equipment and computer readable storage medium |
CN113115241B (en) * | 2021-04-07 | 2022-11-15 | 青岛容商天下网络有限公司 | Industrial Internet system based on industrial brain |
-
2021
- 2021-09-18 CN CN202111101924.7A patent/CN113795001B/en active Active
Also Published As
Publication number | Publication date |
---|---|
CN113795001A (en) | 2021-12-14 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN101699405B (en) | Method and device for interaction between host program and plug-in and interaction between plug-ins | |
US7877091B2 (en) | Method and system for executing a container managed application on a processing device | |
CN104219316A (en) | Method and device for processing call request in distributed system | |
CN111258565B (en) | Method, system, server and storage medium for generating applet | |
CN106034138B (en) | A kind of remote service calling method and device | |
CN111177112A (en) | Database blocking method and device based on operation and maintenance management system and electronic equipment | |
WO2023011274A1 (en) | Communication protocol conversion method, and device, system, and gateway device | |
CN109343983B (en) | Information interaction method, device, equipment and storage medium between function modules | |
CN113795001B (en) | Method and device for sending system short message based on SPI | |
JP2011096045A (en) | Computer, computer system and method for executing application | |
CN111414261B (en) | Cross-network calling method and device of distributed system and related components | |
CN116755788A (en) | On-line rule modification method, device, equipment and storage medium | |
CN109725887B (en) | Data interaction method and device based on message research and development framework and terminal equipment | |
CN109343970B (en) | Application program-based operation method and device, electronic equipment and computer medium | |
CN109388388B (en) | Information interaction method, device, equipment and storage medium between function modules | |
CN111414154A (en) | Method and device for front-end development, electronic equipment and storage medium | |
EP3872630B1 (en) | Request processing method and apparatus, electronic device, and computer storage medium | |
CN112130888B (en) | Method, device, equipment and computer storage medium for updating application program | |
CN105260200A (en) | Processing method and device for upgrading operating system | |
CN114880020A (en) | Software development kit management method, related device and computer program product | |
CN100428166C (en) | Processing method for use in client terminal having an access to EJB through remote interface and device therefor | |
CN107544854B (en) | Method and system for synchronously accessing cross-process data | |
CN113312390A (en) | Service data calling method and device, storage medium and electronic equipment | |
CN111796861A (en) | Packaging method and device, electronic equipment and storage medium | |
CN116132214B (en) | Event transmission method, device, equipment and medium based on event bus model |
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 |