CN111626814B - Order generation method of unmanned retail terminal, server and unmanned retail terminal - Google Patents

Order generation method of unmanned retail terminal, server and unmanned retail terminal Download PDF

Info

Publication number
CN111626814B
CN111626814B CN202010378798.9A CN202010378798A CN111626814B CN 111626814 B CN111626814 B CN 111626814B CN 202010378798 A CN202010378798 A CN 202010378798A CN 111626814 B CN111626814 B CN 111626814B
Authority
CN
China
Prior art keywords
user
order
information
user information
retail terminal
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
CN202010378798.9A
Other languages
Chinese (zh)
Other versions
CN111626814A (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.)
Hefei Midea Intelligent Technologies Co Ltd
Original Assignee
Hefei Midea Intelligent Technologies 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 Hefei Midea Intelligent Technologies Co Ltd filed Critical Hefei Midea Intelligent Technologies Co Ltd
Priority to CN202010378798.9A priority Critical patent/CN111626814B/en
Publication of CN111626814A publication Critical patent/CN111626814A/en
Application granted granted Critical
Publication of CN111626814B publication Critical patent/CN111626814B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • G06F21/33User authentication using certificates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Finance (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Accounting & Taxation (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Development Economics (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the technical field of unmanned vending, and provides an order generation method of an unmanned retail terminal, a server side and the unmanned retail terminal, wherein the order generation method of the unmanned retail terminal comprises the following steps: acquiring user information and a push identifier corresponding to the user information; sending the user information and the push identification to an unmanned retail terminal; receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, wherein the user shopping data at least comprises the push identification and order information of a user; and generating a user order based on the user shopping data. The order generation method of the unmanned retail terminal provided by the embodiment of the invention can avoid that the user order can not be matched with the user information, enhance the processing capability of the order service of the server under the abnormal condition and improve the fault tolerance rate of the order generation process.

Description

Order generation method of unmanned retail terminal, server and unmanned retail terminal
Technical Field
The invention relates to the technical field of unmanned vending, in particular to an order generation method of an unmanned retail terminal, a server side and the unmanned retail terminal.
Background
With the development of science and technology and the rising of labor cost, the application of the unmanned retail terminal is more and more extensive, and the generation of the user order is one of the core technologies of the unmanned retail terminal in the working process.
In the process of generating the user order, a user scans a two-dimensional code on the unmanned retail terminal through a user terminal, the user is required to perform user authorization, user login and other operations in the process of scanning the two-dimensional code, after the user is authorized to login successfully, the user terminal sends user authorization information to a server through an Application Programming Interface (API) of the server, the server pushes user information and door opening permission to the unmanned retail terminal according to a set rule, the terminal reports related data to the server through the set API in the process of opening and closing the door of the user, and the server analyzes the related data reported by the unmanned retail terminal to generate the user order.
The situation that user information is lost in the process of reporting data by the unmanned retail terminal may be caused by some unknown problems in the order generation process, so that the server cannot analyze the user, the order of the user is lost, the order payment is influenced, economic loss is caused, and an improvement space exists.
Disclosure of Invention
The present invention is directed to solving at least one of the problems of the prior art. Therefore, the order generation method of the unmanned retail terminal can avoid the situation that a user order cannot be matched with user information, enhance the processing capacity of the order service of the server under abnormal conditions and improve the fault tolerance rate of the order generation process.
The invention further provides a server side of the unmanned retail terminal.
The invention further provides the unmanned retail terminal.
The invention also provides an electronic device.
The invention also provides a computer readable storage medium.
According to the first aspect of the invention, the order generation method of the unmanned retail terminal comprises the following steps: acquiring user information and a push identifier corresponding to the user information; sending the user information and the push identification to an unmanned retail terminal; receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, wherein the user shopping data at least comprises the push identification and order information of a user; and generating a user order based on the user shopping data.
According to the order generation method of the unmanned retail terminal, the push identification corresponding to the user information is obtained to serve as the supplement of the user information, the situation that the user order cannot be matched with the user information can be avoided, the processing capacity of the order business of the server side under the abnormal condition is enhanced, and the fault tolerance rate of the order generation process is improved.
According to an embodiment of the invention, the generating a user order based on the user shopping data comprises: determining that no user information exists in the user shopping data, and searching the user information based on the push identification; and generating a user order based on the searched user information and the order information.
According to an embodiment of the invention, the generating a user order based on the user shopping data comprises: and determining that the user shopping data contains user information, and generating a user order based on the user information and the order information.
According to an embodiment of the present invention, the sending the user information and the push identifier to the unmanned retail terminal includes: encrypting the user information and the push identification; and sending the encrypted user information and the push identification to an unmanned retail terminal.
According to the order generation method of the unmanned retail terminal, the safety of information transmission between the server and the unmanned retail terminal can be improved by encrypting the user information and the push identification, and further the safety of order payment is improved.
According to an embodiment of the invention, the push identity is generated based on the user information.
According to one embodiment of the invention, the push identity is at least one user parameter associated with the user information.
According to the second aspect of the invention, the order generation method of the unmanned retail terminal comprises the following steps: receiving user information sent by a server and a push identifier corresponding to the user information; acquiring order information; determining user shopping data based on the user information, the push identification and the order information; and uploading the user shopping data to a server.
According to the order generation method of the unmanned retail terminal, the push identification corresponding to the user information is received through the unmanned retail terminal, and the user shopping data is determined according to the user information, the push identification and the order information, so that the processing capacity of the order business of the server under abnormal conditions can be enhanced, the condition that the user order cannot be matched with the user information is avoided, and the fault tolerance rate of the order generation process is improved.
According to an embodiment of the present invention, the obtaining order information includes: acquiring door opening operation data of a user; acquiring door closing operation data of a user; and determining the order information based on the door opening operation data and the door closing operation data.
According to the order generation method of the unmanned retail terminal, the order information is determined through the door opening operation data and the door closing operation data, the accuracy of the order information can be improved, and therefore the stability of the order generation process is improved.
According to a third aspect of the invention, a server of an unmanned retail terminal comprises: the device comprises an acquisition unit, a sending unit and a receiving unit, wherein the acquisition unit is used for acquiring user information and a push identifier corresponding to the user information; the sending unit is used for sending the user information and the push identification to an unmanned retail terminal; the receiving unit is used for receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, and the user shopping data at least comprises the push identification and order information of the user; and the generating unit is used for generating a user order based on the user shopping data.
According to the server side of the unmanned retail terminal, the push identification corresponding to the user information is obtained to be used as supplement of the user information, the situation that the user order cannot be matched with the user information can be avoided, the processing capacity of the order business of the server side under an abnormal condition is enhanced, and the fault tolerance rate of the order generation process is improved.
An unmanned retail terminal according to a fourth aspect embodiment of the present invention comprises: the receiving module is used for receiving user information sent by a server and a push identifier corresponding to the user information; the acquisition module is used for acquiring order information; the processing module is used for determining user shopping data based on the user information, the push identification and the order information; and the uploading module is used for uploading the user shopping data to the server.
According to the unmanned retail terminal provided by the embodiment of the invention, the pushing identification corresponding to the user information is received through the unmanned retail terminal, and the user shopping data is determined according to the user information, the pushing identification and the order information, so that the processing capacity of the order business of the server under abnormal conditions can be enhanced, the condition that the user order cannot be matched with the user information is avoided, and the fault tolerance rate of the order generation process is improved.
An electronic device according to an embodiment of the fifth aspect of the invention comprises a memory, a processor and a computer program stored on the memory and executable on the processor, the processor when executing the program implementing the steps of the order generation method of the unmanned retail terminal as described in any of the above.
A non-transitory computer readable storage medium according to an embodiment of the sixth aspect of the present invention, has stored thereon a computer program that, when executed by a processor, implements the steps of the order generation method of the unmanned retail terminal as described in any one of the above.
One or more technical solutions in the embodiments of the present invention have at least one of the following technical effects: by acquiring the push identification corresponding to the user information as the supplement of the user information, the problem that the user order cannot be matched with the user information can be avoided, the processing capacity of the order service of the server under abnormal conditions is enhanced, and the fault tolerance rate in the order generation process is improved.
Furthermore, the security of information transmission between the server and the unmanned retail terminal can be improved by encrypting the user information and the push identification, and the security of order payment is further improved.
Furthermore, the order information is determined through the door opening operation data and the door closing operation data, so that the accuracy of the order information can be improved, and the stability of the order generation process is improved.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
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 flow chart of an order generation method for an unmanned retail terminal provided by one embodiment of the present invention;
FIG. 2 is a flow chart of an order generation method for an unmanned retail terminal provided by one embodiment of the present invention;
fig. 3 is a flowchart of sending user information and a push identifier of an order generation method of an unmanned retail terminal according to an embodiment of the present invention;
fig. 4 is a flowchart of generating a user order in an order generation method of an unmanned retail terminal according to an embodiment of the present invention;
FIG. 5 is a block diagram of a server side of an unmanned retail terminal provided in one embodiment of the present invention;
FIG. 6 is a flow chart of an order generation method for an unmanned retail terminal according to another embodiment of the present invention;
fig. 7 is a flowchart of determining order information in an order generation method of an unmanned retail terminal according to another embodiment of the present invention;
FIG. 8 is a block diagram of an unmanned retail terminal provided by one embodiment of the present invention;
fig. 9 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Reference numerals:
510: an acquisition unit; 520: a transmitting unit; 530: a receiving unit; 540: a generating unit; 810: a receiving module; 820: an acquisition module; 830: a processing module; 840: and an uploading module.
Detailed Description
Embodiments of the present invention will be described in further detail with reference to the drawings and examples. The following examples are intended to illustrate the invention but are not intended to limit the scope of the invention.
In the description of the present specification, reference to the description of "one embodiment," "some embodiments," "an example," "a specific example," or "some examples" or the like means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the embodiments of the present invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
An order generation method of an unmanned retail terminal according to an embodiment of the present invention will be described first with reference to fig. 1 to 4.
An execution subject of the order generation method for the unmanned retail terminal provided in this embodiment is a server of the unmanned retail terminal, and as shown in fig. 1 and fig. 2, the order generation method for the unmanned retail terminal of this embodiment includes steps S100 to S400.
And S100, acquiring the user information and a push identifier corresponding to the user information.
It should be noted that, a user scans a two-dimensional code on an unmanned retail terminal through a user terminal (such as a mobile phone, a tablet computer, etc.), the user needs to perform user authorization, user login, and other operations during scanning the two-dimensional code, after the user authorizes the login successfully, the user terminal sends user authorization information to a server through an API of the server, the server acquires user information and a push identifier corresponding to the user information at this time, the push identifier is bound with the user information, and the user information can be uniquely determined through the push identifier.
It should be noted that, in an actual implementation, a user logs in an account through a user terminal, for example, the user terminal scans a two-dimensional code on the unmanned retail terminal, the two-dimensional code encapsulates a unique identifier of the unmanned retail cabinet, and of course, the unmanned retail terminal may also be provided with another form of code (for example, a barcode) that can encapsulate the unique identifier of the unmanned retail cabinet.
And step S200, sending the user information and the push identification to the unmanned retail terminal.
It can be understood that after the user authorization and the user information and the push identification are obtained, the server sends the user information and the push identification to the unmanned retail terminal in time, so that the unmanned retail terminal opens the door, and user shopping data generated in the process of operating and purchasing goods by the user can be recorded according to the user information.
And step S300, receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on the user information, wherein the user shopping data at least comprises a push identifier and order information of the user.
It can be understood that after the user finishes shopping, the unmanned retail terminal determines the shopping data of the user based on the user information, the push identification and the order information; the server receives the user shopping data uploaded after the unmanned retail terminal is closed, and the situation that user information is lost in the process of reporting data by the unmanned retail terminal can be caused by some unknown problems, so that the server cannot analyze the user, and when the user information is lost, the user shopping data comprises a push identifier and order information of the user; when the user information is not lost, the user shopping data comprises the user information, the push identification and the order information of the user.
If the user information is lost when the data of the unmanned retail terminal is reported, the server side cannot perform user positioning when processing the data, only orders can be classified under unknown user names, and the orders classified under the unknown users are difficult to perform user positioning subsequently. These orders without user information have no way to pay and can only be determined as abnormal, which undoubtedly results in economic loss to the operator of the unmanned retail cabinet, and the related after-sales and technical personnel also need to spend a certain amount of time and effort to deal with these abnormal problems, which in turn increases the expenditure of human resources for the operator.
Therefore, the embodiment of the invention designs the shopping data of the user to at least comprise the push identification and the order information of the user, and can analyze the user through the push identification when the user information is lost.
And S400, generating a user order based on the shopping data of the user.
It can be understood that the service end searches for corresponding user information based on the user shopping data uploaded by the unmanned retail terminal, further generates a user order according to the found user information and the user order information, subsequently pushes the user order to the user end, and the user end performs payment operation according to the user order.
The method comprises the steps of obtaining a push identification corresponding to user information, enabling the user information to be accurately searched by utilizing the push identification under the condition that the user information is lost, solving the problem that the user order is lost after the user information is lost reported by an unmanned retail terminal, and further making special marks on the order, so that after-sale and technical personnel can conveniently locate the problem and enhance the traceability of the problem order.
According to the order generation method of the unmanned retail terminal, the push identification corresponding to the user information is obtained to serve as the supplement of the user information, the situation that the user order cannot be matched with the user information can be avoided, the processing capacity of the order business of the server side under the abnormal condition is enhanced, and the fault tolerance rate of the order generation process is improved.
As shown in fig. 3, in some embodiments, the step S200 of sending the user information and the push identity to the unmanned retail terminal includes the following steps S210-S220.
And step S210, encrypting the user information and the push identification.
And step S220, sending the encrypted user information and the push identification to the unmanned retail terminal.
It can be understood that the user information and the push identifier are encrypted, and then the encrypted user information and the encrypted push identifier are sent to the unmanned retail terminal.
According to the order generation method of the unmanned retail terminal, the safety of information transmission between the server and the unmanned retail terminal can be improved by encrypting the user information and the push identification, and the safety of order payment is further improved.
As shown in FIG. 4, in some embodiments, step S400, generating a user order based on the user shopping data, includes steps S410-S420 as follows.
And S410, determining that no user information exists in the user shopping data, and searching the user information based on the push identification.
It can be understood that, when there is no user information in the user shopping data received by the server, that is, the user information is lost, since the push identifier and the user information are corresponding, the user information corresponding to the order information of the user can be searched based on the push identifier.
Step S420, generating a user order based on the found user information and order information.
It can be understood that when the user information is found, the order information can be matched with the user information, and at the moment, the user order is generated by using the found user information and order information, so that the user information can be accurately found by using the push identifier under the condition that the user information is lost.
In some embodiments, step S400, generating the user order based on the user shopping data, further comprises: and determining that the user shopping data contains user information, and generating a user order based on the user information and the order information.
It can be understood that, when the user shopping data includes the user information, that is, the user information is not lost, the user order is generated by directly using the user information and the order information.
In some embodiments, the push identification is generated based on user information.
It can be understood that the push identifier in the embodiment of the present invention is a push unique identifier that is generated by the server in real time for the current transaction and is matched with the user information, and the whole process of generating an order is as follows: generating a push identifier corresponding to the user information based on the user information, and storing the user information and the push identifier; sending user information and a push identifier to the unmanned retail terminal; receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, wherein the user shopping data at least comprises a push identifier and order information of a user; based on the user shopping data, a user order is generated.
According to the order generation method of the unmanned retail terminal, the push identification is limited to be generated immediately based on the user information, and the user information is accurately found under the condition that the user information is lost through the unique push identification bound with the user order information, so that the user order is efficiently and quickly generated, and the stability of the generated order is improved.
In some embodiments, the push identification is at least one user parameter associated with the user information.
It can be understood that the push identifier here is not generated immediately according to the user information, but is a user parameter, and the user parameter may be related parameter information of the user in the registration stage, and may be at least one of a mobile phone number, a mailbox, and a user name.
According to the order generation method of the unmanned retail terminal, disclosed by the embodiment of the invention, by using at least one user parameter as the push identifier, the user information can be accurately searched under the condition that the user is lost, the user order can be prevented from being lost, and the accuracy of order generation is improved.
The service end of the unmanned retail terminal provided by the embodiment of the invention is described below, and the service end of the unmanned retail terminal described below and the order generation method of the unmanned retail terminal described above can be referred to correspondingly.
As shown in fig. 5, the service end of the unmanned retail terminal according to the embodiment of the present invention includes an obtaining unit 510, a sending unit 520, a receiving unit 530, and a generating unit 540.
An obtaining unit 510, configured to obtain the user information and a push identifier corresponding to the user information.
A sending unit 520, configured to send the user information and the push identifier to the unmanned retail terminal.
The receiving unit 530 is configured to receive user shopping data uploaded by the unmanned retail terminal, where the user shopping data at least includes the push identifier and order information of the user.
The generating unit 540 is configured to generate a user order based on the user shopping data.
The server of the unmanned retail terminal provided by the embodiment of the invention is used for executing the order generation method of the unmanned retail terminal, and the specific implementation manner of the server is consistent with that of the method, and is not described herein again.
A control method of the unmanned retail terminal according to another embodiment of the present invention is described below with reference to fig. 6 to 7 and fig. 2.
The execution subject of the order generating method of the unmanned retail terminal provided in this embodiment is the unmanned retail terminal, and as shown in fig. 2 and 6, the order generating method of the unmanned retail terminal of this embodiment includes the following steps S500 to S800.
And step S500, receiving the user information sent by the server and the push identification corresponding to the user information.
It can be understood that the unmanned retail terminal receives the user information sent by the server and the push identifier corresponding to the user information, the push identifier is bound with the user information, and the user information can be uniquely determined through the push identifier.
And step S600, obtaining order information.
It can be understood that after receiving the user information and the push identifier sent by the server, the unmanned retail terminal passes authentication, opens a door to the user, the user performs shopping operation, selects an expected commodity in the unmanned retail terminal, closes the door, sends an operation record to the server during the door opening operation and the door closing operation, the server performs log record, and after the user closes the door, the unmanned retail terminal determines order information according to the purchase operation, wherein the order information may include at least one of a commodity name, a commodity price, a commodity quantity and order placing time.
Step S700, determining shopping data of the user based on the user information, the push identification and the order information.
It can be understood that after the unmanned retail terminal acquires the order information, the shopping data of the user is determined based on the user information, the push identification and the order information.
And step S800, uploading the shopping data of the user to the server.
It can be understood that the shopping data of the user is uploaded to the server, and the situation that the user information is lost in the process of reporting the data by the unmanned retail terminal may be caused by some unknown problems, so that the server cannot analyze the user.
If the user information is lost when the data of the unmanned retail terminal is reported, the server side cannot perform user positioning when processing the data, only the order can be attributed to the unknown user name, and the user positioning is difficult to perform subsequently on the order attributed to the unknown user. These orders without user information have no way to pay and can only be determined as abnormal, which undoubtedly results in economic loss to the operator of the unmanned retail cabinet, and the related after-sales and technical personnel also need to spend a certain amount of time and effort to deal with these abnormal problems, which in turn increases the expenditure of human resources for the operator.
Therefore, the user shopping data at least comprises the push identification and the order information of the user, so that when the unmanned retail terminal uploads the user shopping data to the server, the user can be analyzed even if the user information is lost.
According to the order generation method of the unmanned retail terminal, the unmanned retail terminal receives the push identification corresponding to the user information, and the shopping data of the user is determined according to the user information, the push identification and the order information, so that the processing capacity of the order business of the server under the abnormal condition can be enhanced, the condition that the user order cannot be matched with the user information is avoided, and the fault tolerance rate of the order generation process is improved.
As shown in fig. 7, in some embodiments, the step S600 of obtaining order information includes the following steps S610 to S630.
And step S610, acquiring door opening operation data of a user.
And S620, acquiring the door closing operation data of the user.
Step S630, determining order information based on the door opening operation data and the door closing operation data.
It can be understood that the unmanned retail terminal records the door opening operation data of the user when the user opens the door, records the door closing operation data of the user when the user closes the door, and according to the difference between the door opening operation data and the door closing operation data, the difference can be the reduction of the quantity of a certain commodity or several commodities recognized inside the unmanned retail terminal, or the reduction of the total weight of goods inside the unmanned retail terminal, and the unmanned retail terminal determines the order information according to the door opening operation data and the door closing operation data.
It is worth mentioning that the unmanned retail terminal respectively sends the door opening operation data and the door closing operation data of the user to the server, and the server determines the order information according to the door opening operation data and the door closing operation data.
According to the order generation method of the unmanned retail terminal, the order information is determined through the door opening operation data and the door closing operation data, the accuracy of the order information can be improved, and therefore the stability of the order generation process is improved.
In the following, the unmanned retail terminal provided by the embodiment of the present invention is described, and the unmanned retail terminal described below and the above-described order generation method of the unmanned retail terminal may be referred to in correspondence with each other.
As shown in fig. 8, the unmanned retail terminal according to the embodiment of the present invention includes a receiving module 810, an obtaining module 820, a processing module 830, and an uploading module 840.
The receiving module 810 is configured to receive user information sent by a server and a push identifier corresponding to the user information.
An obtaining module 820, configured to obtain order information.
And the processing module 830 is configured to determine the shopping data of the user based on the user information, the push identifier and the order information.
And the uploading module 840 is used for uploading the user shopping data to the server.
The unmanned retail terminal provided in the embodiment of the present invention is configured to execute the order generation method of the unmanned retail terminal, and a specific implementation manner of the method is consistent with that of the unmanned retail terminal, and is not described herein again.
Fig. 9 illustrates a physical structure diagram of an electronic device, and as shown in fig. 9, the electronic device may include: a processor (processor) 910, a communication Interface (Communications Interface) 920, a memory (memory) 930, and a communication bus 940, wherein the processor 910, the communication Interface 920, and the memory 930 communicate with each other via the communication bus 940. Processor 910 may invoke logic instructions in memory 930 to perform an order generation method for an unmanned retail terminal, comprising: acquiring user information and a push identifier corresponding to the user information; sending user information and a push identifier to the unmanned retail terminal; receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, wherein the user shopping data at least comprises a push identifier and order information of a user; based on the user shopping data, a user order is generated.
It should be noted that, when being implemented specifically, the electronic device in this embodiment may be a server, a PC, or other devices, as long as the structure includes the processor 910, the communication interface 920, the memory 930, and the communication bus 940 as shown in fig. 9, where the processor 910, the communication interface 920, and the memory 930 complete mutual communication through the communication bus 940, and the processor 910 may call the logic instruction in the memory 930 to execute the above method. The embodiment does not limit the specific implementation form of the electronic device.
Furthermore, the logic instructions in the memory 930 may be implemented in software functional units and stored in a computer readable storage medium when the logic instructions are sold or used as independent products. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
Further, an embodiment of the present invention discloses a computer program product, the computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions, when the program instructions are executed by a computer, the computer being capable of executing the order generation method for an unmanned retail terminal provided by the above method embodiments, including: acquiring user information and a push identifier corresponding to the user information; sending user information and a push identifier to the unmanned retail terminal; receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, wherein the user shopping data at least comprises a push identification and order information of a user; based on the user shopping data, a user order is generated.
In another aspect, an embodiment of the present invention further provides a non-transitory computer-readable storage medium, on which a computer program is stored, where the computer program is implemented to, when executed by a processor, perform the order generation method of the unmanned retail terminal provided in the foregoing embodiments, where the method includes: acquiring user information and a push identifier corresponding to the user information; sending user information and a push identifier to the unmanned retail terminal; receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, wherein the user shopping data at least comprises a push identifier and order information of a user; based on the user shopping data, a user order is generated.
The above-described embodiments of the apparatus are merely illustrative, and the units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of this embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment may be implemented by software plus a necessary general hardware platform, and may also be implemented by hardware. Based on the understanding, the above technical solutions substantially or otherwise contributing to the prior art may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the method according to the various embodiments or some parts of the embodiments.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.
The above embodiments are merely illustrative of the present invention and are not to be construed as limiting the invention. Although the present invention has been described in detail with reference to the embodiments, it should be understood by those skilled in the art that various combinations, modifications or 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, and the technical solution of the present invention is covered by the claims of the present invention.

Claims (11)

1. An order generation method of an unmanned retail terminal is characterized by comprising the following steps:
acquiring user information and a push identifier corresponding to the user information;
sending the user information and the push identification to an unmanned retail terminal;
receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, wherein the user shopping data at least comprises the push identification and order information of a user;
generating a user order based on the user shopping data;
wherein generating a user order based on the user shopping data comprises:
determining that no user information exists in the user shopping data, and searching the user information based on the push identification;
and generating a user order based on the searched user information and the order information.
2. The order generation method of an unmanned retail terminal of claim 1, wherein generating a user order based on the user shopping data comprises:
and determining that user information exists in the user shopping data, and generating a user order based on the user information and the order information.
3. The order generation method of the unmanned retail terminal according to claim 1, wherein the sending the user information and the push identifier to the unmanned retail terminal includes:
encrypting the user information and the push identification;
and sending the encrypted user information and the push identification to an unmanned retail terminal.
4. The order generation method of the unmanned retail terminal according to any of claims 1 to 3, characterized in that the push identity is generated based on the user information.
5. The order generation method for an unmanned retail terminal according to any of claims 1-3, characterized in that the push identity is at least one user parameter associated with the user information.
6. An order generation method of an unmanned retail terminal is characterized by comprising the following steps:
receiving user information sent by a server and a push identifier corresponding to the user information;
acquiring order information;
determining user shopping data based on the user information, the push identification and the order information;
uploading the user shopping data to a server, so that the server generates a user order based on the user shopping data; wherein generating a user order based on the user shopping data comprises: determining that no user information exists in the user shopping data, and searching the user information based on the push identification; and generating a user order based on the searched user information and the order information.
7. The order generation method for the unmanned retail terminal according to claim 6, wherein the obtaining order information includes:
acquiring door opening operation data of a user;
acquiring door closing operation data of a user;
and determining the order information based on the door opening operation data and the door closing operation data.
8. A server of an unmanned retail terminal, comprising:
the device comprises an acquisition unit, a sending unit and a receiving unit, wherein the acquisition unit is used for acquiring user information and a push identifier corresponding to the user information;
the sending unit is used for sending the user information and the push identification to an unmanned retail terminal;
the receiving unit is used for receiving user shopping data which is uploaded by the unmanned retail terminal and generated based on user information, and the user shopping data at least comprises the push identification and order information of the user;
the generating unit is used for generating a user order based on the user shopping data;
the generation unit is further used for determining that no user information exists in the user shopping data and searching the user information based on the push identification; and generating a user order based on the searched user information and the order information.
9. An unmanned retail terminal, comprising:
the receiving module is used for receiving user information sent by a server and a push identifier corresponding to the user information;
the acquisition module is used for acquiring order information;
the processing module is used for determining user shopping data based on the user information, the push identification and the order information;
the uploading module is used for uploading the user shopping data to the server so that the server generates a user order based on the user shopping data; wherein generating a user order based on the user shopping data comprises: determining that no user information exists in the user shopping data, and searching the user information based on the push identification; and generating a user order based on the searched user information and the order information.
10. An electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, wherein the steps of the order generation method of the unmanned retail terminal of any one of claims 1 to 7 are implemented when the program is executed by the processor.
11. A non-transitory computer readable storage medium having stored thereon a computer program, wherein the computer program when executed by a processor implements the steps of the order generation method of the unmanned retail terminal of any one of claims 1 to 7.
CN202010378798.9A 2020-05-07 2020-05-07 Order generation method of unmanned retail terminal, server and unmanned retail terminal Active CN111626814B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010378798.9A CN111626814B (en) 2020-05-07 2020-05-07 Order generation method of unmanned retail terminal, server and unmanned retail terminal

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010378798.9A CN111626814B (en) 2020-05-07 2020-05-07 Order generation method of unmanned retail terminal, server and unmanned retail terminal

Publications (2)

Publication Number Publication Date
CN111626814A CN111626814A (en) 2020-09-04
CN111626814B true CN111626814B (en) 2022-11-01

Family

ID=72259014

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010378798.9A Active CN111626814B (en) 2020-05-07 2020-05-07 Order generation method of unmanned retail terminal, server and unmanned retail terminal

Country Status (1)

Country Link
CN (1) CN111626814B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011153379A2 (en) * 2010-06-02 2011-12-08 Utique, Inc. Mobile device assisted retail system and process in a vending unit, retail display or automated retail store
CN107294905A (en) * 2016-03-30 2017-10-24 苏宁云商集团股份有限公司 A kind of method and device for recognizing user
CN108416906A (en) * 2018-01-04 2018-08-17 深圳友宝科斯科技有限公司 Method of payment, device, computer equipment and the storage medium of Self-help vending machine
CN109215254A (en) * 2017-06-30 2019-01-15 阿里巴巴集团控股有限公司 Solid shop application system, user information processing method and processing device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105590242A (en) * 2014-10-24 2016-05-18 无锡买卖宝信息技术有限公司 Method and apparatus for generating order information
CN109559181A (en) * 2017-09-26 2019-04-02 北京国双科技有限公司 Order data acquisition method and device
CN108564441A (en) * 2018-04-10 2018-09-21 合肥美的智能科技有限公司 Pay for Items method based on unmanned retail units and Pay for Items device and system
CN108921648A (en) * 2018-06-12 2018-11-30 安徽博森互联网科技有限公司 A kind of self-retailing system based on intelligent terminal

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011153379A2 (en) * 2010-06-02 2011-12-08 Utique, Inc. Mobile device assisted retail system and process in a vending unit, retail display or automated retail store
CN107294905A (en) * 2016-03-30 2017-10-24 苏宁云商集团股份有限公司 A kind of method and device for recognizing user
CN109215254A (en) * 2017-06-30 2019-01-15 阿里巴巴集团控股有限公司 Solid shop application system, user information processing method and processing device
CN108416906A (en) * 2018-01-04 2018-08-17 深圳友宝科斯科技有限公司 Method of payment, device, computer equipment and the storage medium of Self-help vending machine
WO2019134212A1 (en) * 2018-01-04 2019-07-11 深圳友宝科斯科技有限公司 Payment method and apparatus for vending machine, and computer device and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于高效短签名的自动售货机安全交易协议;左黎明等;《制造业自动化》;20181031;第40卷(第10期);第4-7页 *

Also Published As

Publication number Publication date
CN111626814A (en) 2020-09-04

Similar Documents

Publication Publication Date Title
CN103825734B (en) Sensitive operation verification method, terminal device, server and checking system
US9037490B2 (en) Two phase payment link and authorization for mobile devices
US8509741B1 (en) System and method for mobile phone activation
CN103929402B (en) Sensitive operation verification method, terminal unit, server and checking system
CN112203276B (en) Number-carrying network-transferring method, device and system
CN104601641A (en) Application link sharing method, device and system
US20080242357A1 (en) Method and apparatus for fulfilling purchases
US20160044510A1 (en) Methods and systems to enable presence related services
EP3792860B1 (en) Resource transfer method and device, computer device and storage medium
US20100293263A1 (en) Method and system for managing a network of distributed entities
CN103824170A (en) Mobile phone buying and selling client based on two-dimension codes, system and buying and selling management method
CN105701423A (en) Data storage method and device applied to cloud payment transactions
CN111163467A (en) Method for 5G user terminal to access 5G network, user terminal equipment and medium
CN105991610B (en) Log in the method and device of application server
CN107682376B (en) Wind control data interaction method and device
EP2629553A1 (en) Method to retrieve personal data of a customer for delivering online service to said customer
US9210167B1 (en) Methods and systems to enable presence related services
CN111626814B (en) Order generation method of unmanned retail terminal, server and unmanned retail terminal
CN113347179A (en) Authentication server, card authentication system, secret-free authentication method and system
KR101675376B1 (en) System and method for relaying payment between mobile payment means and off-line payment system
CN110266686B (en) Data sharing method, device, equipment and computer readable storage medium
CN115001776B (en) Data processing system and method
CN107613496B (en) Queuing method, system and authentication server
US20220084012A1 (en) System and Process for Conducting Multiple Transactions with a Single Card
Abidin et al. Crypt-tag authentication in NFC implementation for medicine data management

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