CN113610604A - Data processing method, device, equipment and storage medium - Google Patents

Data processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN113610604A
CN113610604A CN202110909171.6A CN202110909171A CN113610604A CN 113610604 A CN113610604 A CN 113610604A CN 202110909171 A CN202110909171 A CN 202110909171A CN 113610604 A CN113610604 A CN 113610604A
Authority
CN
China
Prior art keywords
parameter information
preset parameter
shopping cart
data packet
cart 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.)
Pending
Application number
CN202110909171.6A
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.)
Shanghai Weimeng Enterprise Development Co ltd
Original Assignee
Shanghai Weimeng Enterprise Development 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 Shanghai Weimeng Enterprise Development Co ltd filed Critical Shanghai Weimeng Enterprise Development Co ltd
Priority to CN202110909171.6A priority Critical patent/CN113610604A/en
Publication of CN113610604A publication Critical patent/CN113610604A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a data processing method, a device, equipment and a storage medium, which are applied to a shopping cart system and comprise the following steps: acquiring a target data packet obtained by a front end according to a service scene and packaging preset parameter information corresponding to the service scene; and determining the preset parameter information from the target data packet, and performing corresponding processing on data in a storage module of the shopping cart system by using the preset parameter information according to a target instruction. According to the method and the device, firstly, a target data packet obtained by packaging preset parameter information by a front end according to a service scene is obtained, then the preset parameter information is determined from the target data packet, the preset parameter information is utilized to correspondingly process data in a storage module of the shopping cart system according to a target instruction, different parameter information can be packaged according to different service scenes to achieve consistent access to the shopping cart, and the phenomenon that the rear-end shopping cart system changes due to the change of the service scene is avoided.

Description

Data processing method, device, equipment and storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to a data processing method, apparatus, device, and storage medium.
Background
With the continuous development of information technology, online transactions are increasingly prosperous, and corresponding online shopping cart systems are also increasingly perfected. But different e-commerce systems may have different shopping cart functions according to requirements, and for a personal shopping cart, the system can only be viewed by a private person, such as e.g. the e-commerce platforms such as Taobao, Jingdong, etc.; for the shared shopping cart, multiple people can view the shared shopping cart at the same time, for example, the shared shopping cart is owned by multiple people when the multiple people in the American Turkish food system, the micro-Union saas to store system and the like order and eat together at the same table. At present, only private shopping carts of E-commerce platforms can carry out addition, deletion, modification and check operations, and participants in shared shopping carts can carry out corresponding addition, deletion, modification and check operations. Different application scenes require different access operations to realize access to the corresponding shopping cart system, and the change of the application scenes can cause the change of the rear-end shopping cart system, thereby reducing the stability of system data.
Therefore, how to provide a consistent access scheme to a back-end shopping cart system is a technical problem to be solved urgently by those skilled in the art.
Disclosure of Invention
In view of this, an object of the present invention is to provide a data processing method, apparatus, device and storage medium, which can encapsulate different parameter information according to different service scenarios to implement consistent access to a shopping cart, thereby avoiding changes in a back-end shopping cart system caused by changes in the service scenarios. The specific scheme is as follows:
a first aspect of the present application provides a data processing method applied to a shopping cart system, including:
acquiring a target data packet obtained by a front end according to a service scene and packaging preset parameter information corresponding to the service scene;
and determining the preset parameter information from the target data packet, and performing corresponding processing on data in a storage module of the shopping cart system by using the preset parameter information according to a target instruction.
Optionally, the obtaining of the target data packet obtained by the front end encapsulating the preset parameter information corresponding to the service scene according to the service scene includes:
acquiring a target data packet obtained by a front end according to a first service scene and packaging first preset parameter information corresponding to the first service scene; the first preset parameter information is a user ID.
Optionally, the obtaining, by the front end, a target data packet obtained by encapsulating, according to a service scenario, a preset parameter corresponding to the service scenario includes:
acquiring a target data packet obtained by encapsulating second preset parameter information corresponding to a second service scene by a front end according to the second service scene; the second preset parameter information is a merchant ID, a store ID and a user ID.
Optionally, the obtaining, by the front end, a target data packet obtained by encapsulating, according to a service scenario, a preset parameter corresponding to the service scenario includes:
acquiring a target data packet obtained by encapsulating third preset parameter information corresponding to a third service scene by a front end according to the third service scene; and the third preset parameter information is a merchant ID, a store ID and a table number ID.
Optionally, the performing, according to the target instruction, corresponding processing on the data in the storage module of the shopping cart system by using the preset parameter information includes:
and inquiring data corresponding to the preset parameter information from a storage module of the shopping cart system according to the inquiry instruction so as to inquire the preset parameter information.
Optionally, the performing, according to the target instruction, corresponding processing on the data in the storage module of the shopping cart system by using the preset parameter information includes:
and writing the preset parameter information into a storage module of the shopping cart system according to a writing instruction so as to carry out persistence processing on the preset parameter information.
Optionally, the performing, according to the target instruction, corresponding processing on the data in the storage module of the shopping cart system by using the preset parameter information includes:
and inquiring data corresponding to the preset parameter information from a storage module of the shopping cart system according to a deleting instruction, and deleting the data so as to delete the preset parameter information.
A second aspect of the present application provides a data processing apparatus applied to a shopping cart system, including:
the parameter acquisition module is used for acquiring a target data packet obtained by the front end according to a service scene by packaging preset parameter information corresponding to the service scene;
and the data processing module is used for determining the preset parameter information from the target data packet and carrying out corresponding processing on the data in the storage module of the shopping cart system by using the preset parameter information according to a target instruction.
A third aspect of the application provides an electronic device comprising a processor and a memory; wherein the memory is used for storing a computer program which is loaded and executed by the processor to implement the aforementioned data processing method.
A fourth aspect of the present application provides a computer-readable storage medium, in which computer-executable instructions are stored, and when the computer-executable instructions are loaded and executed by a processor, the aforementioned data processing method is implemented.
In the application, a target data packet obtained by a front end according to a service scene and packaging preset parameter information corresponding to the service scene is obtained; and then determining the preset parameter information from the target data packet, and carrying out corresponding processing on data in a storage module of the shopping cart system by using the preset parameter information according to a target instruction. Therefore, the method and the device have the advantages that the target data packet obtained by packaging the preset parameter information according to the service scene by the front end is obtained, then the preset parameter information is determined from the target data packet, the preset parameter information is utilized to correspondingly process the data in the storage module of the shopping cart system according to the target instruction, the different parameter information can be packaged according to different service scenes to achieve consistent access to the shopping cart, and the change of the rear-end shopping cart system caused by the change of the service scene is avoided.
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 embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of a data processing method provided herein;
fig. 2 is a schematic diagram of a data processing method in a first service scenario provided in the present application;
FIG. 3 is an illustration of a shopping cart database representation in a first business scenario provided herein;
fig. 4 is a schematic diagram of a data processing method in a second service scenario provided in the present application;
FIG. 5 is an illustration of a shopping cart database representation in a second business scenario provided herein;
fig. 6 is a schematic diagram of a data processing method in a third service scenario provided in the present application;
FIG. 7 is an illustration of a shopping cart database representation in a third business scenario provided herein;
FIG. 8 is a diagram illustrating a specific data processing method provided herein;
FIG. 9 is a schematic diagram of a data processing apparatus according to the present application;
fig. 10 is a block diagram of a data processing electronic device according to the present application.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
At present, only private shopping carts of E-commerce platforms can carry out addition, deletion, modification and check operations, and participants in shared shopping carts can carry out corresponding addition, deletion, modification and check operations. Different application scenes require different access operations to realize access to the corresponding shopping cart system, and the change of the application scenes can cause the change of the rear-end shopping cart system, thereby reducing the stability of system data. In order to overcome the technical defects, the data processing scheme is provided, and includes the steps that a target data packet obtained by packaging preset parameter information by a front end according to a service scene is obtained, then the preset parameter information is determined from the target data packet, the preset parameter information is utilized according to a target instruction to correspondingly process data in a storage module of a shopping cart system, different parameter information can be packaged according to different service scenes to achieve consistent access to a shopping cart, and change of a rear-end shopping cart system caused by change of the service scene is avoided.
Fig. 1 is a flowchart of a data processing method according to an embodiment of the present application. Referring to fig. 1, the data processing method is applied to a shopping cart system, and includes:
s11: and acquiring a target data packet obtained by the front end according to a service scene and packaging preset parameter information corresponding to the service scene.
In this embodiment, a target data packet obtained by the front end encapsulating preset parameter information corresponding to a service scene according to the service scene is obtained. Due to different business scenes, the front-end business system cannot ensure consistent access in the process of transmitting parameters to the back-end shopping cart system, so that the back-end shopping cart system may change along with the change of the business scenes. The following difference problems arise from the addition according to different dimensions: the time division base sub-table with large data volume needs to consider different scenes/dimensions. Such as userId (private shopping cart) or table/store/merchant (shared shopping cart); different scenes have different parameters and different service verifications. If the table number does not exist in every scene, other scenes are also the must-pass fields (the table number is the must-pass parameter when dining); the persistence and query require specific parameters of the relationship.
In the embodiment, a specification and a constraint are defined, parameters are requested in the specification, all service scenes access the shopping cart according to the specification and the constraint, and bizKey assembly is agreed based on different scene specifications, so that the bizkeys in different service scenes are ensured not to conflict and be connected in series. The method comprises the steps that self-defined protocols are accessed in different service scenes, a front-end service system packages preset parameter information corresponding to the service scenes according to the service scenes to obtain a target data packet, the target data packet is defined as a bizKey in the embodiment, and different service scenes are requested to participate based on bizKey assembly. The server only needs to identify the bizKey and acquire the preset parameters according to the bizKey, does not care about the specific generation process of the internal value of the bizKey any more, and can analyze the specific database and table division field of the bizKey according to the specification unless the database and table division are needed. In addition, the bizKey can be uniformly applied from the system to prevent the bizKey from disordering and being unattended, and data analysis (based on bizKey specification) and monitoring can be carried out based on the bizKey.
In this embodiment, the method specifically includes three preset parameter information encapsulation forms in three service scenarios according to the type division of the shopping cart system. The private shopping cart uses the user ID as an operation control dimension, and the shared shopping cart control dimension needs to be determined according to scenes. The online shopping cart supporting multiple scenes realizes a solution for consistent access of different shopping carts based on different consumption scenes, and avoids the change of a rear-end shopping cart system caused by the change of business scenes.
In a first embodiment, as shown in fig. 2, a target data packet obtained by a front end encapsulating first preset parameter information corresponding to a first service scenario according to the first service scenario is obtained; the first preset parameter information is a user ID. For example, the shopping cart system is a private shopping cart which can only be operated by the user, the front-end e-commerce platform only needs to package the user id (userID) into the bizKey and then transmit the bizKey to the back-end shopping cart system, and the back-end shopping cart system operates the shopping cart according to the bizKey containing the userID. Fig. 3 shows an example of the data of the DB table of the flat shopping cart. In a second embodiment, as shown in fig. 4, a target data packet obtained by encapsulating, by a front end, second preset parameter information corresponding to a second service scenario according to the second service scenario is obtained; the second preset parameter information is a merchant ID, a store ID and a user ID. For example, the saas e-commerce department corresponds to a plurality of stores, for example, the shopping cart system corresponding to the kentucky chain store is a private shopping cart of the plurality of stores, and the purchase in different stores requires additional purchase according to the dimension of the store. The front-end system needs to package the 'merchant ID + store ID + userId' into a bizKey and then transmit the bizKey to the back-end shopping cart system, and the back-end shopping cart system operates the shopping cart according to the bizKey containing the merchant ID, the store ID and the userID. Fig. 5 shows a sample shopping cart DB table data in such a scenario. In a third embodiment, as shown in fig. 6, a target data packet obtained by encapsulating, by a front end, third preset parameter information corresponding to a third service scenario according to the third service scenario is obtained; and the third preset parameter information is a merchant ID, a store ID and a table number ID. The shopping cart system corresponding to the third business scenario is a shared shopping cart, for example, food dining in a Mei Tuo Tang, the same merchant corresponds to a plurality of stores and a plurality of dining tables, the same table of multiple users is used for dining, the multiple users can add dishes and order dishes at the same time, and multiple users can operate the shared shopping cart simultaneously. The front-end system needs to package the 'merchant ID + store ID + table number ID' into a bizKey and then transmit the bizKey to the back-end shopping cart system, and the back-end shopping cart system operates the shopping cart according to the bizKey containing the merchant ID, the store ID and the table number ID. Of course, "merchant ID + store ID + booth ID", etc. are also possible. Fig. 7 shows a sample shopping cart DB table data in such a scenario.
S12: and determining the preset parameter information from the target data packet, and performing corresponding processing on data in a storage module of the shopping cart system by using the preset parameter information according to a target instruction.
In this embodiment, the preset parameter information is determined from the target data packet, and the preset parameter information is utilized to perform corresponding processing on data in the storage module of the shopping cart system according to a target instruction. The preset parameter information defines the constituent elements of the bizKey for the front-end service system according to the scene characteristics. And the server receives the parameter bizKey transmitted by the front end, and correspondingly processes the data in the storage module of the shopping cart system by using the preset parameter information according to different processing instructions.
The target instruction in this embodiment includes addition, deletion, modification, and check, and specifically includes, as shown in fig. 8: and inquiring data corresponding to the preset parameter information from a storage module of the shopping cart system according to the inquiry instruction so as to inquire the preset parameter information. And the server executes the storage engine, and stores the DB/redis according to the acquired bizKey request (userId, merchant ID + store ID + table number ID). Or writing the preset parameter information into a storage module of the shopping cart system according to a writing instruction so as to carry out persistence processing on the preset parameter information. And the server executes a write-in engine, and writes preset parameter information into DB/redis according to the acquired bizKey request (userId, merchant ID + store ID + table number ID). Or inquiring data corresponding to the preset parameter information from a storage module of the shopping cart system according to a deleting instruction and deleting the data so as to delete the preset parameter information. And the server executes a deletion engine, and deletes the record corresponding to the preset parameter information from the DB/redis according to the acquired bizKey request (userId, merchant ID + store ID + table number ID).
As can be seen, in the embodiment of the application, a target data packet obtained by a front end encapsulating preset parameter information corresponding to a service scene according to the service scene is obtained; and then determining the preset parameter information from the target data packet, and carrying out corresponding processing on data in a storage module of the shopping cart system by using the preset parameter information according to a target instruction. According to the method and the device, the target data packet obtained by packaging preset parameter information according to the service scene by the front end is obtained at first, then the preset parameter information is determined from the target data packet, the preset parameter information is utilized to correspondingly process data in the storage module of the shopping cart system according to the target instruction, different parameter information can be packaged according to different service scenes to achieve consistent access to the shopping cart, and the phenomenon that the rear-end shopping cart system changes due to the change of the service scene is avoided.
Referring to fig. 9, an embodiment of the present application further discloses a data processing apparatus, which is applied to a shopping cart system, and includes:
the parameter obtaining module 11 is configured to obtain a target data packet obtained by encapsulating, by a front end, preset parameter information corresponding to a service scene according to the service scene;
and the data processing module 12 is configured to determine the preset parameter information from the target data packet, and perform corresponding processing on data in the storage module of the shopping cart system according to a target instruction by using the preset parameter information.
As can be seen, in the embodiment of the application, a target data packet obtained by a front end encapsulating preset parameter information corresponding to a service scene according to the service scene is obtained; and then determining the preset parameter information from the target data packet, and carrying out corresponding processing on data in a storage module of the shopping cart system by using the preset parameter information according to a target instruction. According to the method and the device, the target data packet obtained by packaging preset parameter information according to the service scene by the front end is obtained at first, then the preset parameter information is determined from the target data packet, the preset parameter information is utilized to correspondingly process data in the storage module of the shopping cart system according to the target instruction, different parameter information can be packaged according to different service scenes to achieve consistent access to the shopping cart, and the phenomenon that the rear-end shopping cart system changes due to the change of the service scene is avoided.
In some specific embodiments, the parameter obtaining module 11 specifically includes:
the system comprises a first acquisition unit, a second acquisition unit and a third acquisition unit, wherein the first acquisition unit is used for acquiring a target data packet obtained by encapsulating first preset parameter information corresponding to a first service scene by a front end according to the first service scene; the first preset parameter information is a user ID;
the second obtaining unit is used for obtaining a target data packet obtained by encapsulating second preset parameter information corresponding to a second service scene by the front end according to the second service scene; the second preset parameter information is a merchant ID, a store ID and a user ID;
a third obtaining unit, configured to obtain a target data packet obtained by encapsulating, by a front end, third preset parameter information corresponding to a third service scene according to the third service scene; and the third preset parameter information is a merchant ID, a store ID and a table number ID.
In some specific embodiments, the data processing module 12 specifically includes:
the first processing unit is used for inquiring data corresponding to the preset parameter information from a storage module of the shopping cart system according to an inquiry instruction so as to inquire the preset parameter information;
the second processing unit is used for writing the preset parameter information into a storage module of the shopping cart system according to a writing instruction so as to carry out persistence processing on the preset parameter information;
and the third processing unit is used for inquiring data corresponding to the preset parameter information from a storage module of the shopping cart system according to a deleting instruction and deleting the data so as to delete the preset parameter information.
Further, the embodiment of the application also provides electronic equipment. FIG. 10 is a block diagram illustrating an electronic device 20 according to an exemplary embodiment, and the contents of the diagram should not be construed as limiting the scope of use of the present application in any way.
Fig. 10 is a schematic structural diagram of an electronic device 20 according to an embodiment of the present disclosure. The electronic device 20 may specifically include: at least one processor 21, at least one memory 22, a power supply 23, a communication interface 24, an input output interface 25, and a communication bus 26. Wherein, the memory 22 is used for storing a computer program, and the computer program is loaded and executed by the processor 21 to implement the relevant steps in the data processing method disclosed in any of the foregoing embodiments.
In this embodiment, the power supply 23 is configured to provide a working voltage for each hardware device on the electronic device 20; the communication interface 24 can create a data transmission channel between the electronic device 20 and an external device, and a communication protocol followed by the communication interface is any communication protocol applicable to the technical solution of the present application, and is not specifically limited herein; the input/output interface 25 is configured to obtain external input data or output data to the outside, and a specific interface type thereof may be selected according to specific application requirements, which is not specifically limited herein.
In addition, the storage 22 is used as a carrier for resource storage, and may be a read-only memory, a random access memory, a magnetic disk or an optical disk, etc., and the resources stored thereon may include an operating system 221, a computer program 222, data 223, etc., and the storage may be a transient storage or a permanent storage.
The operating system 221 is used for managing and controlling each hardware device and the computer program 222 on the electronic device 20, so as to realize the operation and processing of the mass data 223 in the memory 22 by the processor 21, and may be Windows Server, Netware, Unix, Linux, and the like. The computer program 222 may further include a computer program that can be used to perform other specific tasks in addition to the computer program that can be used to perform the data processing method disclosed by any of the foregoing embodiments and executed by the electronic device 20. Data 223 may include destination data packets collected by electronic device 20.
Further, an embodiment of the present application further discloses a storage medium, in which a computer program is stored, and when the computer program is loaded and executed by a processor, the steps of the data processing method disclosed in any of the foregoing embodiments are implemented.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Finally, it should also be noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The data processing method, apparatus, device and storage medium provided by the present invention are described in detail above, and the principle and implementation of the present invention are explained herein by applying specific examples, and the description of the above examples is only used to help understanding the method and core ideas of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. A data processing method is applied to a shopping cart system and comprises the following steps:
acquiring a target data packet obtained by a front end according to a service scene and packaging preset parameter information corresponding to the service scene;
and determining the preset parameter information from the target data packet, and performing corresponding processing on data in a storage module of the shopping cart system by using the preset parameter information according to a target instruction.
2. The data processing method of claim 1, wherein the obtaining of the target data packet obtained by the front end encapsulating preset parameter information corresponding to the service scenario according to the service scenario comprises:
acquiring a target data packet obtained by a front end according to a first service scene and packaging first preset parameter information corresponding to the first service scene; the first preset parameter information is a user ID.
3. The data processing method of claim 1, wherein the obtaining of the target data packet obtained by the front end encapsulating the preset parameter corresponding to the service scenario according to the service scenario comprises:
acquiring a target data packet obtained by encapsulating second preset parameter information corresponding to a second service scene by a front end according to the second service scene; the second preset parameter information is a merchant ID, a store ID and a user ID.
4. The data processing method of claim 1, wherein the obtaining of the target data packet obtained by the front end encapsulating the preset parameter corresponding to the service scenario according to the service scenario comprises:
acquiring a target data packet obtained by encapsulating third preset parameter information corresponding to a third service scene by a front end according to the third service scene; and the third preset parameter information is a merchant ID, a store ID and a table number ID.
5. The data processing method of any one of claims 1 to 4, wherein the correspondingly processing the data in the storage module of the shopping cart system by using the preset parameter information according to the target instruction comprises:
and inquiring data corresponding to the preset parameter information from a storage module of the shopping cart system according to the inquiry instruction so as to inquire the preset parameter information.
6. The data processing method of any one of claims 1 to 4, wherein the correspondingly processing the data in the storage module of the shopping cart system by using the preset parameter information according to the target instruction comprises:
and writing the preset parameter information into a storage module of the shopping cart system according to a writing instruction so as to carry out persistence processing on the preset parameter information.
7. The data processing method of any one of claims 1 to 4, wherein the correspondingly processing the data in the storage module of the shopping cart system by using the preset parameter information according to the target instruction comprises:
and inquiring data corresponding to the preset parameter information from a storage module of the shopping cart system according to a deleting instruction, and deleting the data so as to delete the preset parameter information.
8. A data processing device is applied to a shopping cart system and comprises:
the parameter acquisition module is used for acquiring a target data packet obtained by the front end according to a service scene by packaging preset parameter information corresponding to the service scene;
and the data processing module is used for determining the preset parameter information from the target data packet and carrying out corresponding processing on the data in the storage module of the shopping cart system by using the preset parameter information according to a target instruction.
9. An electronic device, comprising a processor and a memory; wherein the memory is for storing a computer program that is loaded and executed by the processor to implement the data processing method of any of claims 1 to 7.
10. A computer-readable storage medium storing computer-executable instructions which, when loaded and executed by a processor, implement a data processing method as claimed in any one of claims 1 to 7.
CN202110909171.6A 2021-08-09 2021-08-09 Data processing method, device, equipment and storage medium Pending CN113610604A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110909171.6A CN113610604A (en) 2021-08-09 2021-08-09 Data processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110909171.6A CN113610604A (en) 2021-08-09 2021-08-09 Data processing method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113610604A true CN113610604A (en) 2021-11-05

Family

ID=78307712

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110909171.6A Pending CN113610604A (en) 2021-08-09 2021-08-09 Data processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113610604A (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106056433A (en) * 2016-05-31 2016-10-26 乐视控股(北京)有限公司 Method and device for adding service information
CN107622079A (en) * 2017-07-28 2018-01-23 阿里巴巴集团控股有限公司 Data storage, querying method and device
CN107767104A (en) * 2017-11-10 2018-03-06 小草数语(北京)科技有限公司 Commodity inventory control information system, method and e-commerce platform
CN108074171A (en) * 2017-12-27 2018-05-25 口碑(上海)信息技术有限公司 Shops's order processing method and device based on Service Identifier
CN108665335A (en) * 2017-04-01 2018-10-16 北京京东尚科信息技术有限公司 The method for handling the shopping cart data of shopping website
CN110298769A (en) * 2019-06-13 2019-10-01 浙江口碑网络技术有限公司 The processing method for service request of ordering, apparatus and system
CN111382182A (en) * 2020-03-19 2020-07-07 中国联合网络通信集团有限公司 Data processing method and device, electronic equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106056433A (en) * 2016-05-31 2016-10-26 乐视控股(北京)有限公司 Method and device for adding service information
CN108665335A (en) * 2017-04-01 2018-10-16 北京京东尚科信息技术有限公司 The method for handling the shopping cart data of shopping website
CN107622079A (en) * 2017-07-28 2018-01-23 阿里巴巴集团控股有限公司 Data storage, querying method and device
CN107767104A (en) * 2017-11-10 2018-03-06 小草数语(北京)科技有限公司 Commodity inventory control information system, method and e-commerce platform
CN108074171A (en) * 2017-12-27 2018-05-25 口碑(上海)信息技术有限公司 Shops's order processing method and device based on Service Identifier
CN110298769A (en) * 2019-06-13 2019-10-01 浙江口碑网络技术有限公司 The processing method for service request of ordering, apparatus and system
CN111382182A (en) * 2020-03-19 2020-07-07 中国联合网络通信集团有限公司 Data processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN110866709B (en) Method and device for merging orders
CN109491998B (en) Method and device for analyzing business data and electronic equipment
CN109241384A (en) A kind of method for visualizing and device of scientific research information
CN108132991A (en) A kind of H5 pages loading method and system
US20060112083A1 (en) Object relation information management program, method, and apparatus
CN107426300A (en) Subscribe to sending, receiving method, the apparatus and system of data
CN107172061A (en) It is a kind of to realize shared method and system
US20180375954A1 (en) Mobile device identification
JP2018503923A (en) General-purpose business procurement
CN113610604A (en) Data processing method, device, equipment and storage medium
CN110083501A (en) Interface calls method of counting and device
US11200616B2 (en) Electronic file transmission method, device, system, and computer readable storage medium
CN113051202A (en) Interface adaptation method, device, electronic equipment and computer readable storage medium
US20200118016A1 (en) Data attribution using frequent pattern analysis
US10168999B2 (en) Software object definition and integration
US9230022B1 (en) Customizable result sets for application program interfaces
US8745706B2 (en) Secure communication of distributed ruby requests
CN114297495A (en) Service data searching method and device, electronic equipment and storage medium
CN113077201B (en) Method, device and system for analyzing service parameters
CN112000746B (en) Data management method and device and server
US11222020B2 (en) Deduplicated data transmission
CN111815255A (en) Configuration method and device of user application system based on internet insurance data platform
CN112785358A (en) Order fulfillment merchant access method and device
CN106470225B (en) A kind of notification message management method and device
WO2023072255A1 (en) Dynamic telecom network agent filtering

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