CN109636551B - Service order generation method and device - Google Patents

Service order generation method and device Download PDF

Info

Publication number
CN109636551B
CN109636551B CN201910101390.4A CN201910101390A CN109636551B CN 109636551 B CN109636551 B CN 109636551B CN 201910101390 A CN201910101390 A CN 201910101390A CN 109636551 B CN109636551 B CN 109636551B
Authority
CN
China
Prior art keywords
order
server
code
receiving
request
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
CN201910101390.4A
Other languages
Chinese (zh)
Other versions
CN109636551A (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.)
Wheel interconnection technology (Shanghai) Co.,Ltd.
Original Assignee
Shanghai Yidianshikong Network 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 Yidianshikong Network Co Ltd filed Critical Shanghai Yidianshikong Network Co Ltd
Priority to CN201910101390.4A priority Critical patent/CN109636551B/en
Publication of CN109636551A publication Critical patent/CN109636551A/en
Application granted granted Critical
Publication of CN109636551B publication Critical patent/CN109636551B/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

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)
  • Computer And Data Communications (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a method and a device for generating a business order, which generate a request by receiving order information; extracting the order ID from the order information generation request; performing reverse analysis on the order ID to obtain a reduction server code and reduction time corresponding to the order ID; the restoring server code is the code of the server for receiving the user order; the reduction time is the time for receiving the user order; coding the order ID to obtain a coded order ID; and generating order information according to the reduction server code, the reduction time and the coded order ID. The method and the system achieve the purposes that time information generated by the ID and the server code where the ID is located can be analyzed from each order ID according to rules, corresponding business order information is generated and can be used for data statistics and analysis, and the business order information can be generated and called at any time according to the order ID without storing detailed business order information in the server.

Description

Service order generation method and device
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for generating a service order.
Background
All business systems have a need for generating IDs, such as order IDs, commodity IDs, and the like. This ID would be the only primary key in the database on which the core requirements for aggregate index ID generation would be established: (1) the global is unique; (2) the trend is ordered.
In addition, for different service scenarios, a unique order number is often generated for each order, so that the order is conveniently subjected to unified coding management; therefore, the server needs to have corresponding order ID and information such as corresponding order number, server code, time information and the like for the same order; as traffic gets larger, it takes up a lot of storage space in the server.
In view of the problems in the related art, no effective solution has been proposed.
Disclosure of Invention
The present application mainly aims to provide a method and an apparatus for generating a service order, which can generate corresponding service order information at any time only according to an order ID, so as to solve at least one technical problem in the background art.
In order to achieve the above object, according to one aspect of the present application, a business order generating method is provided.
The business order generation method comprises the following steps:
receiving an order information generation request; the order information generation request carries an order ID;
extracting the order ID from the order information generation request;
performing reverse analysis on the order ID to obtain a reduction server code and reduction time corresponding to the order ID; the restoring server code is the code of the server for receiving the user order; the reduction time is the time for receiving the user order;
coding the order ID to obtain a coded order ID;
and generating order information according to the reduction server code, the reduction time and the coded order ID.
Further, the method for generating a service order as described above further includes:
receiving an order request;
generating a binary server code corresponding to the order request according to the server code of the server receiving the order request; and
generating a binary time information code corresponding to the order request according to the time information of the received order request; wherein the time information is accurate to the millisecond level;
and combining the binary server code and the binary time information code corresponding to the order request to generate an order ID corresponding to the order request.
Further, according to the service order generation method, the order ID is reversely analyzed to obtain a restore server code and restore time corresponding to the order ID; the method comprises the following steps:
determining the binary server code and a binary time information code in the order ID;
reversely analyzing the binary server code to obtain the reduction server code; and
and reversely analyzing the binary time information code to obtain the reduction time information.
Further, according to the service order generation method, the order ID is encoded to obtain an encoded order ID; the method comprises the following steps:
carrying out high-level system coding on the order ID to obtain a corresponding coded order ID; wherein the high-level coding comprises: 8-ary encoding, 10-ary encoding, and 16-ary encoding.
Further, according to the aforementioned method for generating a service order, after receiving an order request; further comprising:
predetermining a server code of each server;
determining a server receiving the order request;
and determining the server code of the server receiving the order request according to the server code of the server and the server receiving the order request.
In order to achieve the above object, according to another aspect of the present application, a business order generating apparatus is provided.
The business order generating device according to the application comprises:
a generation request receiving unit for receiving an order information generation request; the order information generation request carries an order ID;
an order ID determination unit configured to extract the order ID from the order information generation request;
the reverse analysis unit is used for performing reverse analysis on the order ID to obtain a reduction server code and reduction time corresponding to the order ID; the restoring server code is the code of the server for receiving the user order; the reduction time is the time for receiving the user order;
the coding unit is used for coding the order ID to obtain a coded order ID;
and the service order information generating unit is used for generating order information according to the reduction server code, the reduction time and the coded order ID.
Further, as the aforementioned service order generating apparatus, the order ID determining unit includes:
the order request receiving module is used for receiving an order request;
the first ID generation module is used for generating a binary server code corresponding to the order request according to the server code of the server receiving the order request;
the second ID generation module is used for generating a binary time information code corresponding to the order request according to the time information of the received order request; wherein the time information is accurate to the millisecond level;
and the ID combination module is used for combining the binary server code and the binary time information code corresponding to the order request to generate an order ID corresponding to the order request.
Further, as the aforementioned service order generating apparatus, the reverse parsing unit includes:
a segmentation module for determining the binary server code and binary time information code in the order ID;
the first restoring module is used for reversely analyzing the binary server code to obtain the restoring server code; and
and the second restoring module is used for reversely analyzing the binary time information codes to obtain the restoring time information.
Further, as in the foregoing service order generating apparatus, the encoding unit is specifically configured to:
carrying out high-level system coding on the order ID to obtain a corresponding coded order ID; wherein the high-level coding comprises: 8-ary encoding, 10-ary encoding, and 16-ary encoding.
Further, as the aforementioned service order generating apparatus, the server code determining unit includes:
the first code determining module is used for determining the server code of each server in advance;
the second code determining module is used for determining a server for receiving the order request;
and the code corresponding module is used for determining the server code of the server receiving the order request according to the server code of the server and the server receiving the order request.
In the embodiment of the application, a business order generation method and a business order generation device are adopted, and a request is generated by receiving order information; the order information generation request carries an order ID; extracting the order ID from the order information generation request; performing reverse analysis on the order ID to obtain a reduction server code and reduction time corresponding to the order ID; the restoring server code is the code of the server for receiving the user order; the reduction time is the time for receiving the user order; coding the order ID to obtain a coded order ID; and generating order information according to the reduction server code, the reduction time and the coded order ID. The purposes that time information generated by the ID and the server code can be analyzed from each order ID according to rules, corresponding business order information is generated and can be used for data statistics and analysis, and the business order information can be generated and called at any time according to the order ID without storing detailed business order information in the server are achieved; therefore, the technical effect of effectively reducing the data volume stored in the server is achieved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
FIG. 1 is a flow diagram of a business order generation method according to an embodiment of the present application; and
fig. 2 is a schematic structural diagram of functional modules of a service order generating apparatus according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all 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 application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In this application, the terms "upper", "lower", "left", "right", "front", "rear", "top", "bottom", "inner", "outer", "middle", "vertical", "horizontal", "lateral", "longitudinal", and the like indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings. These terms are used primarily to better describe the present application and its embodiments, and are not used to limit the indicated devices, elements or components to a particular orientation or to be constructed and operated in a particular orientation.
Moreover, some of the above terms may be used to indicate other meanings besides the orientation or positional relationship, for example, the term "on" may also be used to indicate some kind of attachment or connection relationship in some cases. The specific meaning of these terms in this application will be understood by those of ordinary skill in the art as appropriate.
Furthermore, the terms "mounted," "disposed," "provided," "connected," and "sleeved" are to be construed broadly. For example, it may be a fixed connection, a removable connection, or a unitary construction; can be a mechanical connection, or an electrical connection; may be directly connected, or indirectly connected through intervening media, or may be in internal communication between two devices, elements or components. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
According to one embodiment of the application, a business order generation method is provided. As shown in fig. 1, the method includes steps S1 to S5 as follows:
s1, receiving an order information generation request; the order information generation request carries an order ID;
specifically, in the method of the application, the order information generation request may be received through an APP, a web page side, or an applet; and a request initiated by a Windows operating system, an android operating system or an IOS operating system respectively; generally, requests initiated by different operating systems or in different ways will be assigned to different servers; for example, the requesting party may first select an order ID of the requesting party that wants to generate order information, and then trigger the generating of the order information to send the order information generation request;
s2, extracting the order ID from the order information generation request;
specifically, since the order information generation request carries the order ID, the order ID can be obtained only by extracting the order ID;
s3, reversely analyzing the order ID to obtain a reduction server code and reduction time corresponding to the order ID; the restoring server code is the code of the server for receiving the user order; the reduction time is the time for receiving the user order;
that is, the order ID is generated according to the server code of the server receiving the corresponding order and the time of receiving the corresponding order, and therefore, the order ID is reversely analyzed on the basis, that is, the server code and the time of restoring can be restored;
s4, coding the order ID to obtain a coded order ID;
specifically, since a general order ID is binary data, the number of bits is large during storage, and it is inconvenient for a user to check, so that the order ID needs to be encoded to facilitate storage and call and lookup by a general user;
s5, generating order information according to the reduction server code, the reduction time and the coded order ID;
that is, the order information corresponding to the order ID can be obtained by correlating the reduction server code obtained by decoding the original binary data order ID, the reduction time and the encoded order ID; generally, the order information is fed back after the system receives the request of the service party.
In some embodiments, the method for generating a service order as described above further includes:
receiving an order request;
specifically, in the method, the client can be accepted through an APP, a webpage or an applet; and order requests initiated by a Windows operating system, an android operating system or an IOS operating system respectively; generally, requests initiated by different operating systems or in different ways will be assigned to different servers; and the order request is generally a request initiated by a consumer or a common user;
generating a binary server code corresponding to the order request according to the server code of the server receiving the order request;
that is, after determining the server receiving the order request, the system determines the server code of the server, and after acquiring the server code, performs binary conversion on the server code to obtain the binary server code;
generating a binary time information code corresponding to the order request according to the time information of the received order request; wherein the time information is accurate to the millisecond level; specifically, the time information in this application is a timestamp;
that is, after determining the time information for accepting the order request, the system determines the digital information corresponding to the time information, such as: time information such as 2019, 01, 25, 09:44:51, and preferably, only numerical information is retained, so that the obtained numerical information of the specific time can be: 20190125094451, after acquiring the server code, performing binary conversion on the server code to obtain the binary server code; the uniqueness of the ID corresponding to the time information can be better when the time information is accurate to millisecond level;
and combining the binary server code and the binary time information code corresponding to the order request to generate an order ID corresponding to the order request.
In some embodiments, as in the foregoing method for generating a service order, the order ID is reversely analyzed, so as to obtain a restore server code and a restore time corresponding to the order ID; the method comprises the following steps:
determining the binary server code and a binary time information code in the order ID;
that is, in the previous embodiment, the order ID is generated by combining the binary server code and the binary time information code; in addition, in this embodiment, the order ID is reversely analyzed, so that the binary server code and the binary time information code need to be split, and a specific splitting method can be distinguished and split according to the characteristic field of each code, and can be selected according to a specific use condition, which is not described herein again;
reversely analyzing the binary server code to obtain the reduction server code;
that is, determining the original encoding mode (for example, 8-system, 10-system, 16-system, etc.) of the server code; then according to the original coding mode, the binary server code is converted from a binary system into a binary system corresponding to the original coding mode; therefore, the recovery server code consistent with the original server code can be obtained;
reversely analyzing the binary time information code to obtain the reduction time information;
specifically, the original coding modes of common time are 10-system; only the binary server code needs to be converted from binary to 10 binary; and obtaining the restoration time information consistent with the time for receiving the order request.
The method can effectively realize the reverse analysis of the binary server code and the binary time information code in the order ID, so that the corresponding server code and the time information can be obtained in real time through the order ID, the corresponding server code and the time information can be prevented from being stored in the server, and the occupation of the storage space in the server can be effectively reduced.
In some embodiments, as in the foregoing service order generation method, the order ID is encoded to obtain an encoded order ID; the method comprises the following steps:
carrying out high-level system coding on the order ID to obtain a corresponding coded order ID; wherein the high-level coding comprises: 8-ary encoding, 10-ary encoding, and 16-ary encoding.
Thus, the application can realize diversification of storage forms: any high (greater than binary) coded output is supported.
In some embodiments, a business order generation method as described above, after receiving an order request; further comprising:
predetermining a server code of each server;
that is, each server has a server code corresponding to it, and besides, the server can also correspond to its machine code, preferably, the server codes or machine codes for different servers are different;
determining a server receiving the order request;
specifically, after a server receives a request, the system monitors or determines to receive the server corresponding to the request;
and determining the server code of the server receiving the order request according to the server code of the server and the server receiving the order request.
Specifically, the server code may be obtained by uploading by the server itself, or may be obtained by obtaining a correspondence between the server and the server code through system retrieval;
preferably, a cluster service mechanism is provided, a cluster supports a maximum of 4096 service nodes (i.e. 4096 servers), a service discovery mechanism is implemented by using third-party components such as zookeeper or etcd, and each service node (i.e. server) has a corresponding server code. By way of example: and randomly distributing the order requests sent by the client to different service nodes each time, wherein each service node fills a second field part of the globally unique ID of the request to be generated according to the server code of the server.
It should be noted that the steps illustrated in the flowcharts of the figures may be performed in a computer system such as a set of computer-executable instructions and that, although a logical order is illustrated in the flowcharts, in some cases, the steps illustrated or described may be performed in an order different than presented herein.
According to an embodiment of the present invention, there is also provided a service order generating apparatus for implementing the service order generating method, as shown in fig. 2, the apparatus includes:
a generation request receiving unit 1 for receiving an order information generation request; the order information generation request carries an order ID;
an order ID determining unit 2, configured to extract the order ID from the order information generation request;
the reverse analysis unit 3 is used for performing reverse analysis on the order ID to obtain a reduction server code and reduction time corresponding to the order ID; the restoring server code is the code of the server for receiving the user order; the reduction time is the time for receiving the user order;
the encoding unit 4 is used for encoding the order ID to obtain an encoded order ID;
and the service order information generating unit 5 is used for generating order information according to the reduction server code, the reduction time and the coded order ID.
Specifically, the specific process of implementing the functions of each module in the apparatus according to the embodiment of the present invention may refer to the related description in the method embodiment, and is not described herein again.
In some embodiments, the order ID determination unit, as in the aforementioned service order generation apparatus, includes:
the order request receiving module is used for receiving an order request;
the first ID generation module is used for generating a binary server code corresponding to the order request according to the server code of the server receiving the order request;
the second ID generation module is used for generating a binary time information code corresponding to the order request according to the time information of the received order request; wherein the time information is accurate to the millisecond level;
and the ID combination module is used for combining the binary server code and the binary time information code corresponding to the order request to generate an order ID corresponding to the order request.
Specifically, the specific process of implementing the functions of each module in the apparatus according to the embodiment of the present invention may refer to the related description in the method embodiment, and is not described herein again.
In some embodiments, as the aforementioned business order generating apparatus, the reverse parsing unit includes:
a segmentation module for determining the binary server code and binary time information code in the order ID;
the first restoring module is used for reversely analyzing the binary server code to obtain the restoring server code; and
and the second restoring module is used for reversely analyzing the binary time information codes to obtain the restoring time information.
Specifically, the specific process of implementing the functions of each module in the apparatus according to the embodiment of the present invention may refer to the related description in the method embodiment, and is not described herein again.
In some embodiments, as in the foregoing service order generating apparatus, the encoding unit is specifically configured to:
carrying out high-level system coding on the order ID to obtain a corresponding coded order ID; wherein the high-level coding comprises: 8-ary encoding, 10-ary encoding, and 16-ary encoding.
Specifically, the specific process of implementing the functions of each module in the apparatus according to the embodiment of the present invention may refer to the related description in the method embodiment, and is not described herein again.
In some embodiments, as in the aforementioned service order generating apparatus, the server code determining unit includes:
the first code determining module is used for determining the server code of each server in advance;
the second code determining module is used for determining a server for receiving the order request;
and the code corresponding module is used for determining the server code of the server receiving the order request according to the server code of the server and the server receiving the order request.
Specifically, the specific process of implementing the functions of each module in the apparatus according to the embodiment of the present invention may refer to the related description in the method embodiment, and is not described herein again.
It will be apparent to those skilled in the art that the modules or steps of the present invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of multiple computing devices, and they may alternatively be implemented by program code executable by a computing device, such that they may be stored in a storage device and executed by a computing device, or fabricated separately as individual integrated circuit modules, or fabricated as a single integrated circuit module from multiple modules or steps. Thus, the present invention is not limited to any specific combination of hardware and software.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A method for generating a business order, comprising:
receiving an order information generation request; the order information generation request carries an order ID;
extracting the order ID from the order information generation request;
performing reverse analysis on the order ID to obtain a reduction server code and reduction time corresponding to the order ID; the restoring server code is the code of the server for receiving the user order; the reduction time is the time for receiving the user order;
coding the order ID to obtain a coded order ID;
generating order information according to the reduction server code, the reduction time and the coded order ID;
before the receiving the order information generation request, the method further comprises: according to the server code corresponding to the server receiving the corresponding order and the time of receiving the corresponding order, determining digital information corresponding to the time of the order, generating a binary time information code according to the digital information, and generating an order ID according to the binary time information code and the server code corresponding to the server receiving the corresponding order.
2. The method of generating a service order according to claim 1, further comprising:
receiving an order request;
generating a binary server code corresponding to the order request according to the server code of the server receiving the order request; and
generating a binary time information code corresponding to the order request according to the time information of the received order request; wherein the time information is accurate to the millisecond level;
and combining the binary server code and the binary time information code corresponding to the order request to generate an order ID corresponding to the order request.
3. The method according to claim 2, wherein the order ID is reversely parsed to obtain a restore server code and restore time corresponding to the order ID; the method comprises the following steps:
determining the binary server code and a binary time information code in the order ID;
reversely analyzing the binary server code to obtain the reduction server code; and
and reversely analyzing the binary time information code to obtain the reduction time information.
4. The method according to claim 2, wherein said encoding said order ID to obtain an encoded order ID; the method comprises the following steps:
carrying out high-level system coding on the order ID to obtain a corresponding coded order ID; wherein the high-level coding comprises: 8-ary encoding, 10-ary encoding, and 16-ary encoding.
5. The business order generating method according to claim 2, wherein after receiving the order request; further comprising:
predetermining a server code of each server;
determining a server receiving the order request;
and determining the server code of the server receiving the order request according to the server code of the server and the server receiving the order request.
6. A business order generating apparatus, comprising:
a generation request receiving unit for receiving an order information generation request; the order information generation request carries an order ID;
an order ID determination unit configured to extract the order ID from the order information generation request;
the reverse analysis unit is used for performing reverse analysis on the order ID to obtain a reduction server code and reduction time corresponding to the order ID; the restoring server code is the code of the server for receiving the user order; the reduction time is the time for receiving the user order;
the coding unit is used for coding the order ID to obtain a coded order ID;
a service order information generating unit, configured to generate order information according to the restore server code, the restore time, and the coded order ID;
the device further comprises: the order ID generation module is used for determining digital information corresponding to the time of the order according to the server code corresponding to the server receiving the corresponding order and the time of receiving the corresponding order, generating a binary time information code according to the digital information, and generating the order ID according to the binary time information code and the server code corresponding to the server receiving the corresponding order.
7. The service order generation apparatus according to claim 6, wherein the order ID determination unit includes:
the order request receiving module is used for receiving an order request;
the first ID generation module is used for generating a binary server code corresponding to the order request according to the server code of the server receiving the order request;
the second ID generation module is used for generating a binary time information code corresponding to the order request according to the time information of the received order request; wherein the time information is accurate to the millisecond level;
and the ID combination module is used for combining the binary server code and the binary time information code corresponding to the order request to generate an order ID corresponding to the order request.
8. The business order generating apparatus according to claim 7, wherein the reverse parsing unit comprises:
a segmentation module for determining the binary server code and binary time information code in the order ID;
the first restoring module is used for reversely analyzing the binary server code to obtain the restoring server code; and
and the second restoring module is used for reversely analyzing the binary time information codes to obtain the restoring time information.
9. The business order generating apparatus of claim 7, wherein the encoding unit is specifically configured to:
carrying out high-level system coding on the order ID to obtain a corresponding coded order ID; wherein the high-level coding comprises: 8-ary encoding, 10-ary encoding, and 16-ary encoding.
10. The service order generation apparatus according to claim 6, wherein the server code determination unit includes:
the first code determining module is used for determining the server code of each server in advance;
the second code determining module is used for determining a server for receiving the order request;
and the code corresponding module is used for determining the server code of the server receiving the order request according to the server code of the server and the server receiving the order request.
CN201910101390.4A 2019-01-31 2019-01-31 Service order generation method and device Active CN109636551B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910101390.4A CN109636551B (en) 2019-01-31 2019-01-31 Service order generation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910101390.4A CN109636551B (en) 2019-01-31 2019-01-31 Service order generation method and device

Publications (2)

Publication Number Publication Date
CN109636551A CN109636551A (en) 2019-04-16
CN109636551B true CN109636551B (en) 2022-02-01

Family

ID=66064710

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910101390.4A Active CN109636551B (en) 2019-01-31 2019-01-31 Service order generation method and device

Country Status (1)

Country Link
CN (1) CN109636551B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111538594B (en) * 2020-04-21 2023-04-18 招商局金融科技有限公司 Order ID generation method, device, equipment and medium based on distributed system
CN112651794A (en) * 2020-09-30 2021-04-13 全景智联(武汉)科技有限公司 Order number management method, system and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776932A (en) * 2016-12-01 2017-05-31 湖北荆楚网络科技股份有限公司 A kind of method that unique ID is generated in distributed system
CN107730366A (en) * 2017-10-30 2018-02-23 江西博瑞彤芸科技有限公司 A kind of information processing method of pay invoice management
CN107945064A (en) * 2017-10-27 2018-04-20 链家网(北京)科技有限公司 A kind of service order numbering generation method and device
CN108363708A (en) * 2017-06-08 2018-08-03 国云科技股份有限公司 A kind of service order generation method

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6092053A (en) * 1998-10-07 2000-07-18 Cybercash, Inc. System and method for merchant invoked electronic commerce
US20080183573A1 (en) * 2007-01-31 2008-07-31 James Edward Muschetto Method and Apparatus for Increasing Accessibility and Effectiveness of Advertisements Delivered via a Network
JP2011053850A (en) * 2009-08-31 2011-03-17 Sper Co Ltd Order processing system
US20160092968A1 (en) * 2014-09-25 2016-03-31 Harald Fees Non-visual encoded commercial request generation
WO2016124118A1 (en) * 2015-02-02 2016-08-11 北京嘀嘀无限科技发展有限公司 Order processing method and system
SG11201801375UA (en) * 2015-08-20 2018-03-28 Beijing Didi Infinity Technology & Development Co Ltd Systems and methods for determining information related to a current order based on historical orders
CN106682916A (en) * 2016-12-29 2017-05-17 江西博瑞彤芸科技有限公司 Generation method of returning service information

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106776932A (en) * 2016-12-01 2017-05-31 湖北荆楚网络科技股份有限公司 A kind of method that unique ID is generated in distributed system
CN108363708A (en) * 2017-06-08 2018-08-03 国云科技股份有限公司 A kind of service order generation method
CN107945064A (en) * 2017-10-27 2018-04-20 链家网(北京)科技有限公司 A kind of service order numbering generation method and device
CN107730366A (en) * 2017-10-30 2018-02-23 江西博瑞彤芸科技有限公司 A kind of information processing method of pay invoice management

Also Published As

Publication number Publication date
CN109636551A (en) 2019-04-16

Similar Documents

Publication Publication Date Title
EP4120166A1 (en) Blockchain message processing method and apparatus, computer and readable storage medium
US10915822B2 (en) Complex event processing method, apparatus, and system
US10122788B2 (en) Managed function execution for processing data streams in real time
CN111629081B (en) Internet Protocol (IP) address data processing method and device and electronic equipment
CN107920094B (en) Data acquisition method and device, server and network equipment
CN105052107A (en) Using quality information for adaptive streaming of media content
CN109636551B (en) Service order generation method and device
CN109688227B (en) Information pushing method
CN103457802A (en) Information transmission system and method
CN112312135A (en) Video publishing method and device, computer equipment and storage medium
CN113805777A (en) Method and system for generating optimal operation path of service system
CN109783126A (en) A kind of distribution Global ID's generation method and its device
CN110311855B (en) User message processing method and device, electronic equipment and storage medium
CN109495350B (en) Office data checking method, office data checking device and storage medium
CN110619008A (en) Database query method and device, electronic equipment and storage medium
CN109862097A (en) ID generation method and device
CN107870921B (en) Log data processing method and device
CN102377580B (en) The method for uploading of performance data and equipment
CN111431733A (en) Service alarm coverage information evaluation method and device
CN115982133A (en) Data processing method and device
CN106951225B (en) Data processing method and device based on service configuration template
CN107463568B (en) Method and device for acquiring historical access data
CN114513469A (en) Traffic shaping method and device for distributed system and storage medium
CN114547214A (en) Long-link data processing method, device and equipment
CN109033189B (en) Compression method and device of link structure log, server and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: 200135 Room 308, floor 3, unit 2, No. 231, Expo Village Road, China (Shanghai) pilot Free Trade Zone, Pudong New Area, Shanghai

Patentee after: Wheel interconnection technology (Shanghai) Co.,Ltd.

Address before: 200125 Room 501, 5 / F, building 3, 3601 Dongfang Road, Pudong New Area, Shanghai

Patentee before: SHANGHAI YIDIAN SPACE NETWORK Co.,Ltd.

CP03 Change of name, title or address