Movatterモバイル変換


[0]ホーム

URL:


CN112540839B - Information changing method, device, electronic equipment and storage medium - Google Patents

Information changing method, device, electronic equipment and storage medium
Download PDF

Info

Publication number
CN112540839B
CN112540839BCN202011528859.1ACN202011528859ACN112540839BCN 112540839 BCN112540839 BCN 112540839BCN 202011528859 ACN202011528859 ACN 202011528859ACN 112540839 BCN112540839 BCN 112540839B
Authority
CN
China
Prior art keywords
information
message
change
changing
party system
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
CN202011528859.1A
Other languages
Chinese (zh)
Other versions
CN112540839A (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 Bank Co Ltd
Original Assignee
Ping An Bank 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 Ping An Bank Co LtdfiledCriticalPing An Bank Co Ltd
Priority to CN202011528859.1ApriorityCriticalpatent/CN112540839B/en
Publication of CN112540839ApublicationCriticalpatent/CN112540839A/en
Application grantedgrantedCritical
Publication of CN112540839BpublicationCriticalpatent/CN112540839B/en
Activelegal-statusCriticalCurrent
Anticipated expirationlegal-statusCritical

Links

Classifications

Landscapes

Abstract

The invention relates to the field of data processing, and discloses an information changing method, which comprises the following steps: receiving an information changing instruction sent by a third-party system, wherein the changing instruction comprises information to be changed and changing contents of the information to be changed, and the information to be changed indicates the change; returning a first message in a change state to the third party system, sending the information to be modified and the change content to a service processing module according to an asynchronous processing thread of a processing platform, and changing the information to be modified into the change content through the service processing module; acquiring a change result of the service processing module; and calling a notification component according to the change result to return a second message related to the change result to the third party system. The invention also relates to blockchain techniques, and the change results may be stored in blockchain nodes. The invention also provides an information changing device, electronic equipment and a storage medium. The invention can save system resources and improve the utilization rate of the system resources when the information is changed.

Description

Information changing method, device, electronic equipment and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to an information changing method, an information changing device, an electronic device, and a computer readable storage medium.
Background
Currently, when a service platform accessed with a plurality of third party systems needs to change information, for example, when a user account is updated, the number information of a user mobile phone is changed, etc., the third party systems need to send information requesting to change to the service platform, so as to change the information.
In the prior art, the method for changing the information is usually an asynchronous processing and active query mode, and the asynchronous processing and active query mode needs a user to actively call an interface to obtain the result of changing the information, so that the problem of increasing the number of interfaces is often caused, and the processing method for increasing the number of interfaces can increase the pressure and the exposed area of the system. And a query interface is required to be provided for each time of changing the service configuration information, so that the docking cost is increased, a large amount of system resources are occupied, and the utilization rate of the system resources is reduced.
Disclosure of Invention
The invention provides an information changing method, an information changing device, electronic equipment and a computer readable storage medium, and mainly aims to save system resources and improve the utilization rate of the system resources when information is changed.
In order to achieve the above object, the present invention provides an information changing method, including:
receiving an information changing instruction sent by a third-party system, wherein the changing instruction comprises information to be changed and changing contents of the information to be changed, and the information to be changed indicates the change;
returning a first message in a change state to the third party system, sending the information to be modified and the change content to a service processing module according to an asynchronous processing thread of a processing platform, and changing the information to be modified into the change content through the service processing module;
acquiring a change result of the service processing module;
and calling a notification component according to the change result to return a second message related to the change result to the third party system.
Optionally, before the information to be modified and the change content are sent to the service processing module according to the asynchronous processing thread of the processing platform, the method further includes:
acquiring process information of the processing platform;
determining a change priority according to the process information and the information to be modified;
and creating the asynchronous processing thread according to the change priority.
Optionally, after the creating the asynchronous processing thread, the method further includes: creating an object of the asynchronous processing realization class, and constructing an asynchronous processing thread class object according to the object of the asynchronous processing realization class;
calling the thread starting method by using the object of the asynchronous processing realization class, and starting the asynchronous processing thread
Optionally, before the notifying component is invoked to return the second message related to the change result to the third party system according to the change result, the method further includes:
and encrypting the second message.
Optionally, the encrypting the second message includes:
constructing a key generator based on an AES algorithm;
initializing the key generator to obtain an original key;
acquiring a byte array of the original key, and generating an AES key according to the byte array;
encrypting the second message using the AES key.
Optionally, before the notifying component is invoked to return the second message related to the change result to the third party system according to the change result, the method further includes:
judging whether a message notification function of the third party system is started or not;
and if the message notification function of the third party system is started, executing the operation of calling a notification component according to the change result to return a second message related to the change result to the third party system.
Optionally, after the notifying component is invoked to return the second message related to the change result to the third party system according to the change result, the method further includes:
constructing a message repository according to the notification component;
storing the second message into the message repository and sending the second message to the third party system through a message retry function of the notification component when the second message fails to be sent;
and when the service update message is successfully sent, backing up the service update message and storing the service update message into the message storage library.
In order to solve the above-mentioned problems, the present invention also provides an information changing apparatus, the apparatus comprising:
the change instruction receiving module is used for receiving an information change instruction sent by a third party system, wherein the change instruction comprises information to be modified for indicating change and change content of the information to be modified;
the changing module is used for returning a first message in a changing state to the third party system, sending the information to be modified and the changing content to the service processing module according to an asynchronous processing thread of the processing platform, and changing the information to be modified into the changing content through the service processing module;
the change result acquisition module is used for acquiring the change result of the service processing module;
and the change result sending module is used for calling a notification component according to the change result to return a second message related to the change result to the third party system.
In order to solve the above-mentioned problems, the present invention also provides an electronic apparatus including:
at least one processor; the method comprises the steps of,
a memory communicatively coupled to the at least one processor; wherein,
the memory stores computer program instructions executable by the at least one processor to enable the at least one processor to perform an information modification method as described above.
In order to solve the above-mentioned problems, the present invention also provides a computer-readable storage medium including a storage data area storing created data and a storage program area storing a computer program; wherein the computer program, when executed by the processor, implements an information altering method as described above.
In the embodiment of the invention, an information changing instruction sent by a third party system is received, wherein the changing instruction comprises information to be modified for indicating change and changing content of the information to be modified; returning a first message in a change state to the third party system, sending the information to be modified and the change content to a service processing module according to an asynchronous processing thread of a processing platform, and changing the information to be modified into the change content through the service processing module; acquiring a change result of the service processing module; and calling a notification component according to the change result to return a second message related to the change result to the third party system. The proposal can timely process and return the change information without frequently sending the call request, thereby saving the system resource and improving the utilization rate of the system resource when the information is changed. Therefore, the information changing method, the information changing device and the computer readable storage medium can save system resources and improve the utilization rate of the system resources when the information is changed.
Drawings
Fig. 1 is a flow chart of an information changing method according to an embodiment of the invention;
FIG. 2 is a schematic block diagram of an information changing apparatus according to an embodiment of the present invention;
fig. 3 is a schematic diagram of an internal structure of an electronic device for implementing an information changing method according to an embodiment of the present invention;
the achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
The embodiment of the application provides an information changing method. The execution subject of the information changing method includes, but is not limited to, at least one of a server, a terminal, and the like, which can be configured to execute the method provided in the embodiments of the present application. In other words, the information changing method may be performed by software or hardware installed in a terminal device or a server device, and the software may be a blockchain platform. The service end includes but is not limited to: a single server, a server cluster, a cloud server or a cloud server cluster, and the like.
Referring to fig. 1, a flow chart of an information changing method according to an embodiment of the invention is shown. In this embodiment, the information changing method includes:
s1, receiving an information changing instruction sent by a third-party system, wherein the changing instruction comprises information to be changed and changing content of the information to be changed.
In detail, the third party system is a sender of the information change instruction. The third party system may be a merchant system accessing the processing platform.
Specifically, the service type of the third party system can be changed through the information changing instruction, and information such as the mobile phone number of the user in the third system is changed. The information to be modified can be information such as a merchant number, a merchant service order type, a merchant receiving address and the like.
For example, the content to be modified may be a mobile phone number, and the changing content of the information to be modified may be a new mobile phone number.
S2, returning a first message in a change state to the third party system, sending the information to be modified and the change content to a service processing module according to an asynchronous processing thread of a processing platform, and changing the information to be modified into the change content through the service processing module.
In the embodiment of the invention, after receiving the information change instruction, a first message is directly returned to the third party system, for example, a message in process is returned to the third party system. At this time, the change operation is not immediately performed, but the information is changed according to the asynchronous processing thread.
In detail, the asynchronous processing thread and the synchronous processing thread are mutually opposite, and the utilization rate of the equipment can be improved by utilizing the asynchronous processing thread. In the embodiment of the present invention, before the information to be modified and the change content are sent to the service processing module according to the asynchronous processing thread of the processing platform, the method further includes:
step A, process information of the processing platform is obtained;
step B, determining a change priority according to the process information and the information to be modified;
and step C, creating the asynchronous processing thread according to the change priority.
In the embodiment of the present invention, after the asynchronous processing thread is created, before the information to be modified and the change content are sent to the service processing module according to the asynchronous processing thread of the processing platform, the method further includes:
(1) Creating an asynchronous processing implementation class, and constructing a thread starting method according to the asynchronous processing implementation class;
(2) Creating an object of the asynchronous processing realization class, and constructing an asynchronous processing thread class object according to the object of the asynchronous processing realization class;
(3) And calling the thread starting method by using the object of the asynchronous processing realization class, and starting the asynchronous processing thread.
In the embodiment of the present invention, the changing, by the service processing module, the information to be modified to the modified information includes:
(1) Judging whether a processing switch of the service processing module is started, if so, inquiring information to be modified of the third party system through the service processing module, otherwise, stopping operation, namely stopping changing operation;
(2) When the information to be modified is inquired to be empty, stopping the operation, namely stopping the changing operation;
(3) And when the result of inquiring the information to be modified is not null, analyzing the changing content of the information to be modified, and changing the information to be modified into the changing content.
In the embodiment of the present invention, the processing switch is an Apollo switch, and the Apollo switch controls all the processes of service processing in the service processing module, and when the Apollo switch is turned off, information modification cannot be performed through the service processing module.
S3, obtaining the changing result of the service processing module.
In an optional embodiment of the present invention, after the service processing module changes the information to be modified into the changed content, a change result sent by the service processing module may be received, where the content processed includes modifying the information to be modified into the changed content, for example, "processed is completed".
In another optional embodiment of the present invention, the obtaining the change result of the service processing module includes: and receiving a change result of the service processing module sent by a change module, wherein the change module receives a notification message sent by the service processing module after changing the state of the information to be modified into the change content.
In this embodiment, after the processing by the service processing module, the service processing module sends the processing result to the changing module, and the changing module further sends the processing result.
Specifically, when the service processing module sends the processing result to the change module, the service processing module constructs a production message record object (ProducerRecord); and transmitting the change result to the change module by using the production message record object call message transmitting platform (Kafka).
In detail, the messaging platform (Kafka) is an open source streaming platform developed by the Apzche software foundation, using a publish-subscribe mode of messaging.
S4, calling a notification component according to the change result to return a second message related to the change result to the third party system.
In an optional embodiment of the invention, before the notifying component returns the second message related to the change result to the third party system according to the change result, the method further includes:
and encrypting the second message.
In particular, the second message may be encrypted by AES algorithm, DES algorithm, RSA algorithm.
Preferably, the encrypting the second message includes:
constructing a key generator based on an AES algorithm;
initializing the key generator to obtain an original key;
acquiring a byte array of the original key, and generating an AES key according to the byte array;
encrypting the second message using the AES key.
Constructing the key generator according to key generator source codes in the AES algorithm; the key generator is initialized according to the ecnodrules rule in the AES algorithm.
And after the byte array of the original key is obtained and the AES key is generated according to the byte array, the AES key is sent to the third party system, and then the third party system can decrypt after receiving the second message.
By encrypting the second message, the security in the transmission process of the second message is improved.
In an optional embodiment of the present invention, before the notifying component returns the second message related to the change result to the third party system according to the change result call, the method further includes:
judging whether a message notification function of the third party system is started or not;
and if the message notification function of the third party system is started, executing the operation of calling a notification component according to the change result to return a second message related to the change result to the third party system.
Specifically, whether the message notification function of the third party system is started or not can be preset, and message pushing can be performed in a personalized manner through judgment.
Further, after the notifying component is invoked to return the second message related to the change result to the third party system according to the change result, the method further includes:
and when the second message is failed to be sent, storing the second message into a message storage library, and resending the second message to the third party system through a message retry function of the notification component.
In particular, the message store is pre-built.
In another alternative embodiment of the present invention, the second message is stored in the message repository when the service update message is sent successfully.
In the embodiment of the invention, the second message is stored in the message storage library, so that the content of the message is prevented from being lost.
In the embodiment of the invention, an information changing instruction sent by a third party system is received, wherein the changing instruction comprises information to be modified for indicating change and changing content of the information to be modified; returning a first message in a change state to the third party system, sending the information to be modified and the change content to a service processing module according to an asynchronous processing thread of a processing platform, and changing the information to be modified into the change content through the service processing module; acquiring a change result of the service processing module; and calling a notification component according to the change result to return a second message related to the change result to the third party system. The proposal can timely process and return the change information without frequently sending the call request, thereby saving the system resource and improving the utilization rate of the system resource when the information is changed. Therefore, the information changing method can save system resources and improve the utilization rate of the system resources when the information is changed.
Fig. 2 is a schematic block diagram of an information changing apparatus according to the present invention.
The information changing apparatus 100 according to the present invention may be mounted in an electronic device. Depending on the functions implemented, the information modification apparatus 100 may include a modification instruction receiving module 101, a modification module 102, a modification result obtaining module 103, and a modification result transmitting module 104. The module of the present invention may also be referred to as a unit, meaning a series of computer program segments capable of being executed by the processor of the electronic device and of performing fixed functions, stored in the memory of the electronic device.
In the present embodiment, the functions concerning the respective modules/units are as follows:
the change instruction receiving module 101 is configured to receive an information change instruction sent by a third party system, where the change instruction includes information to be modified that indicates a change and change content of the information to be modified.
In detail, the third party system is a sender of the information change instruction. The third party system may be a merchant system accessing the processing platform.
Specifically, the service type of the third party system can be changed through the information changing instruction, and information such as the mobile phone number of the user in the third system is changed. The information to be modified can be information such as a merchant number, a merchant service order type, a merchant receiving address and the like.
For example, the content to be modified may be a mobile phone number, and the changing content of the information to be modified may be a new mobile phone number.
The changing module 102 is configured to return a first message in a changing state to the third party system, send the information to be modified and the changing content to a service processing module according to an asynchronous processing thread of a processing platform, and change the information to be modified to the changing content through the service processing module.
In the embodiment of the invention, after receiving the information change instruction, a first message is directly returned to the third party system, for example, a message in process is returned to the third party system. At this time, the change operation is not immediately performed, but the information is changed according to the asynchronous processing thread.
In detail, the asynchronous processing thread and the synchronous processing thread are mutually opposite, and the utilization rate of the equipment can be improved by utilizing the asynchronous processing thread.
In the embodiment of the invention, the device further comprises an asynchronous thread creation module, wherein the asynchronous thread creation module is used for:
acquiring process information of a processing platform before sending the information to be modified and the change content to a service processing module according to an asynchronous processing thread of the processing platform;
determining a change priority according to the process information and the information to be modified;
and creating the asynchronous processing thread according to the change priority.
In the embodiment of the invention, the device further comprises a thread starting module, wherein the thread starting module is used for:
after the asynchronous processing thread is created, creating an asynchronous processing realization class, and constructing a thread starting method according to the asynchronous processing realization class;
creating an object of the asynchronous processing realization class, and constructing an asynchronous processing thread class object according to the object of the asynchronous processing realization class;
and calling the thread starting method by using the object of the asynchronous processing realization class, and starting the asynchronous processing thread.
In the embodiment of the present invention, the changing, by the service processing module, the information to be modified to the modified information includes:
(1) Judging whether a processing switch of the service processing module is started, if so, inquiring information to be modified of the third party system through the service processing module, otherwise, stopping operation, namely stopping changing operation;
(2) When the information to be modified is inquired to be empty, stopping the operation, namely stopping the changing operation;
(3) And when the result of inquiring the information to be modified is not null, analyzing the changing content of the information to be modified, and changing the information to be modified into the changing content.
In the embodiment of the present invention, the processing switch is an Apollo switch, and the Apollo switch controls all the processes of service processing in the service processing module, and when the Apollo switch is turned off, information modification cannot be performed through the service processing module.
The change result obtaining module 103 is configured to obtain a change result of the service processing module.
In an optional embodiment of the present invention, after the service processing module changes the information to be modified into the changed content, a change result sent by the service processing module may be received, where the content processed includes modifying the information to be modified into the changed content, for example, "processed is completed".
In another optional embodiment of the present invention, the obtaining the change result of the service processing module includes: and receiving a change result of the service processing module sent by a change module, wherein the change module receives a notification message sent by the service processing module after changing the state of the information to be modified into the change content.
In this embodiment, after the processing by the service processing module, the service processing module sends the processing result to the changing module, and the changing module further sends the processing result.
Specifically, when the service processing module sends the processing result to the change module, the service processing module constructs a production message record object (ProducerRecord); and transmitting the change result to the change module by using the production message record object call message transmitting platform (Kafka).
In detail, the messaging platform (Kafka) is an open source streaming platform developed by the Apzche software foundation, using a publish-subscribe mode of messaging.
The change result sending module 104 is configured to call a notification component according to the change result to return a second message related to the change result to the third party system.
In an alternative embodiment of the present invention, the apparatus further includes an encryption module, where the encryption module is configured to:
and before the notification component is called according to the change result to return a second message related to the change result to the third party system, the second message is encrypted.
In particular, the second message may be encrypted by AES algorithm, DES algorithm, RSA algorithm.
Preferably, the encryption module is specifically configured to:
before the notification component is called according to the change result to return a second message related to the change result to the third party system, constructing a key generator based on an AES algorithm;
initializing the key generator to obtain an original key;
acquiring a byte array of the original key, and generating an AES key according to the byte array;
encrypting the second message using the AES key.
Constructing the key generator according to key generator source codes in the AES algorithm; the key generator is initialized according to the ecnodrules rule in the AES algorithm.
And after the byte array of the original key is obtained and the AES key is generated according to the byte array, the AES key is sent to the third party system, and then the third party system can decrypt after receiving the second message.
By encrypting the second message, the security in the transmission process of the second message is improved.
In an optional embodiment of the present invention, the apparatus further includes a triggering module, where the triggering module is configured to:
before the notification component is called according to the change result to return a second message related to the change result to the third party system, judging whether a message notification function of the third party system is started;
and if the message notification function of the third party system is started, calling a notification component according to the change result to return a second message related to the change result to the third party system.
Specifically, whether the message notification function of the third party system is started or not can be preset, and message pushing can be performed in a personalized manner through judgment.
Further, the device further comprises: a message storage module for:
and when the second message is failed to be sent, storing the second message into a message storage library, and resending the second message to the third party system through a message retry function of the notification component.
In particular, the message store is pre-built.
In another alternative embodiment of the present invention, the second message is stored in the message repository when the service update message is sent successfully.
In the embodiment of the invention, the second message is stored in the message storage library, so that the content of the message is prevented from being lost.
Fig. 3 is a schematic structural diagram of an electronic device for implementing an information changing method according to the present invention.
The electronic device 1 may comprise a processor 10, a memory 11 and a bus, and may further comprise a computer program, such as an information modification program 12, stored in the memory 11 and executable on the processor 10.
The memory 11 includes at least one type of readable storage medium, including flash memory, a mobile hard disk, a multimedia card, a card memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, etc. The memory 11 may in some embodiments be an internal storage unit of the electronic device 1, such as a removable hard disk of the electronic device 1. The memory 11 may in other embodiments also be an external storage device of the electronic device 1, such as a plug-in mobile hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card) or the like, which are provided on the electronic device 1. Further, the memory 11 may also include both an internal storage unit and an external storage device of the electronic device 1. The memory 11 may be used not only for storing application software installed in the electronic device 1 and various types of data, for example, a code of an information changing program 12 or the like, but also for temporarily storing data that has been output or is to be output.
The processor 10 may be comprised of integrated circuits in some embodiments, for example, a single packaged integrated circuit, or may be comprised of multiple integrated circuits packaged with the same or different functions, including one or more central processing units (Central Processing unit, CPU), microprocessors, digital processing chips, graphics processors, combinations of various control chips, and the like. The processor 10 is a Control Unit (Control Unit) of the electronic device, connects respective parts of the entire electronic device using various interfaces and lines, executes or executes programs or modules (for example, executes an information changing program or the like) stored in the memory 11, and invokes data stored in the memory 11 to perform various functions of the electronic device 1 and process data.
The bus may be a peripheral component interconnect standard (peripheral component interconnect, PCI) bus or an extended industry standard architecture (extended industry standard architecture, EISA) bus, among others. The bus may be classified as an address bus, a data bus, a control bus, etc. The bus is arranged to enable a connection communication between the memory 11 and at least one processor 10 etc.
Fig. 3 shows only an electronic device with components, it being understood by a person skilled in the art that the structure shown in fig. 3 does not constitute a limitation of the electronic device 1, and may comprise fewer or more components than shown, or may combine certain components, or may be arranged in different components.
For example, although not shown, the electronic device 1 may further include a power source (such as a battery) for supplying power to each component, and preferably, the power source may be logically connected to the at least one processor 10 through a power management device, so that functions of charge management, discharge management, power consumption management, and the like are implemented through the power management device. The power supply may also include one or more of any of a direct current or alternating current power supply, recharging device, power failure detection circuit, power converter or inverter, power status indicator, etc. The electronic device 1 may further include various sensors, bluetooth modules, wi-Fi modules, etc., which will not be described herein.
Further, the electronic device 1 may also comprise a network interface, optionally the network interface may comprise a wired interface and/or a wireless interface (e.g. WI-FI interface, bluetooth interface, etc.), typically used for establishing a communication connection between the electronic device 1 and other electronic devices.
The electronic device 1 may optionally further comprise a user interface, which may be a Display, an input unit, such as a Keyboard (Keyboard), or a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch, or the like. The display may also be referred to as a display screen or display unit, as appropriate, for displaying information processed in the electronic device 1 and for displaying a visual user interface.
It should be understood that the embodiments described are for illustrative purposes only and are not limited to this configuration in the scope of the patent application.
One information modification program 12 stored in the memory 11 of the electronic device 1 is a combination of a plurality of instructions, which when executed in the processor 10, can implement:
receiving an information changing instruction sent by a third-party system, wherein the changing instruction comprises information to be changed and changing contents of the information to be changed, and the information to be changed indicates the change;
returning a first message in a change state to the third party system, sending the information to be modified and the change content to a service processing module according to an asynchronous processing thread of a processing platform, and changing the information to be modified into the change content through the service processing module;
acquiring a change result of the service processing module;
and calling a notification component according to the change result to return a second message related to the change result to the third party system.
Further, the modules/units integrated in the electronic device 1 may be stored in a computer readable storage medium if implemented in the form of software functional units and sold or used as separate products. The computer readable medium may include: any entity or device capable of carrying the computer program code, a recording medium, a U disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM).
Further, the computer-usable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created from the use of blockchain nodes, and the like.
In the several embodiments provided in the present invention, it should be understood that the disclosed apparatus, device and method may be implemented in other manners. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is merely a logical function division, and there may be other manners of division when actually implemented.
The modules described as separate components may or may not be physically separate, and components shown as modules may or may not be physical units, may be located in one place, or may be distributed over multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional module 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 can be realized in a form of hardware or a form of hardware and a form of software functional modules.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential characteristics thereof.
The present embodiments are, therefore, to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any accompanying diagram representation in the claims should not be considered as limiting the claim concerned.
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, consensus mechanism, encryption algorithm and the like. The Blockchain (Blockchain), which is essentially a decentralised database, is a string of data blocks that are generated by cryptographic means in association, each data block containing a batch of information of network transactions for verifying the validity of the information (anti-counterfeiting) and generating the next block. The blockchain may include a blockchain underlying platform, a platform product services layer, an application services layer, and the like.
Furthermore, it is evident that the word "comprising" does not exclude other elements or steps, and that the singular does not exclude a plurality. A plurality of units or means recited in the system claims can also be implemented by means of software or hardware by means of one unit or means. The terms second, etc. are used to denote a name, but not any particular order.
Finally, it should be noted that the above-mentioned embodiments are merely for illustrating the technical solution of the present invention and not for limiting the same, and although the present invention has been described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications and equivalents may be made to the technical solution of the present invention without departing from the spirit and scope of the technical solution of the present invention.

Claims (10)

CN202011528859.1A2020-12-222020-12-22Information changing method, device, electronic equipment and storage mediumActiveCN112540839B (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202011528859.1ACN112540839B (en)2020-12-222020-12-22Information changing method, device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202011528859.1ACN112540839B (en)2020-12-222020-12-22Information changing method, device, electronic equipment and storage medium

Publications (2)

Publication NumberPublication Date
CN112540839A CN112540839A (en)2021-03-23
CN112540839Btrue CN112540839B (en)2024-03-19

Family

ID=75019637

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202011528859.1AActiveCN112540839B (en)2020-12-222020-12-22Information changing method, device, electronic equipment and storage medium

Country Status (1)

CountryLink
CN (1)CN112540839B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN114896270A (en)*2022-06-072022-08-12平安科技(深圳)有限公司Function switch state modification method, device, equipment and storage medium
CN115190016B (en)*2022-07-252023-04-28平安科技(深圳)有限公司System general switch configuration method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106453667A (en)*2016-12-202017-02-22北京小米移动软件有限公司Method and device for updating cached data
CN107729366A (en)*2017-09-082018-02-23广东省建设信息中心A kind of pervasive multi-source heterogeneous large-scale data synchronization system
CN109471740A (en)*2018-10-312019-03-15深圳智链物联科技有限公司Built-in system and third party system software interconnection method, device and terminal device
CN109857747A (en)*2018-12-182019-06-07百度在线网络技术(北京)有限公司Data synchronization updating method, system and computer equipment
CN111556052A (en)*2020-04-272020-08-18京东方科技集团股份有限公司 Rights management method, processing device and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
CN106453667A (en)*2016-12-202017-02-22北京小米移动软件有限公司Method and device for updating cached data
CN107729366A (en)*2017-09-082018-02-23广东省建设信息中心A kind of pervasive multi-source heterogeneous large-scale data synchronization system
CN109471740A (en)*2018-10-312019-03-15深圳智链物联科技有限公司Built-in system and third party system software interconnection method, device and terminal device
CN109857747A (en)*2018-12-182019-06-07百度在线网络技术(北京)有限公司Data synchronization updating method, system and computer equipment
CN111556052A (en)*2020-04-272020-08-18京东方科技集团股份有限公司 Rights management method, processing device and storage medium

Also Published As

Publication numberPublication date
CN112540839A (en)2021-03-23

Similar Documents

PublicationPublication DateTitle
CN112015815B (en)Data synchronization method, device and computer readable storage medium
CN113422686B (en)Gateway layer authentication method, system, electronic device and storage medium
CN112256472B (en)Distributed data retrieval method and device, electronic equipment and storage medium
CN112540839B (en)Information changing method, device, electronic equipment and storage medium
CN114389889B (en)File full life cycle management method and device based on block chain technology
CN112653760A (en)Cross-server file transmission method and device, electronic equipment and storage medium
CN113890712A (en)Data transmission method and device, electronic equipment and readable storage medium
CN113542387B (en)System release method and device, electronic equipment and storage medium
CN114564294A (en) Intelligent service orchestration method, device, computer equipment and storage medium
CN111901224A (en)Method, device and equipment for loading delayed messages and computer readable storage medium
CN115002062B (en)Message processing method, device, equipment and readable storage medium
CN111324645B (en)Block chain data processing method and device
CN112637280B (en)Data transmission method, device, electronic equipment and storage medium
CN115170152A (en)Data distribution method, device, equipment and storage medium
CN113568904A (en)Work submission method and device, electronic device and readable storage medium
CN113221154A (en)Service password obtaining method and device, electronic equipment and storage medium
CN113626222B (en) Message processing method, device, computer equipment and storage medium
CN114201466B (en)Anti-cache breakdown method, device, equipment and readable storage medium
CN113032168B (en)Data transmission rate dynamic adjustment method and device, electronic equipment and storage medium
CN113452785B (en)Service access method and device based on offline resources, electronic equipment and medium
CN114820132A (en)Order distribution method and device, electronic equipment and storage medium
CN116452200A (en)Red packet receiving and sending method and device, electronic equipment and storage medium
CN114826725A (en)Data interaction method, device, equipment and storage medium
CN114449040A (en)Configuration issuing method and device based on cloud platform
CN113364848A (en)File caching method and device, electronic equipment and storage medium

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
GR01Patent grant
GR01Patent grant

[8]ページ先頭

©2009-2025 Movatter.jp