CN106817394B - Method and server for transmitting product configuration parameters - Google Patents

Method and server for transmitting product configuration parameters Download PDF

Info

Publication number
CN106817394B
CN106817394B CN201510870960.8A CN201510870960A CN106817394B CN 106817394 B CN106817394 B CN 106817394B CN 201510870960 A CN201510870960 A CN 201510870960A CN 106817394 B CN106817394 B CN 106817394B
Authority
CN
China
Prior art keywords
product
application system
configuration parameter
service
product configuration
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
CN201510870960.8A
Other languages
Chinese (zh)
Other versions
CN106817394A (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.)
Advanced New Technologies Co Ltd
Advantageous New Technologies Co Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201510870960.8A priority Critical patent/CN106817394B/en
Publication of CN106817394A publication Critical patent/CN106817394A/en
Application granted granted Critical
Publication of CN106817394B publication Critical patent/CN106817394B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/38Retrieval characterised by using metadata, e.g. metadata not derived from the content or metadata generated manually

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Library & Information Science (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computational Linguistics (AREA)
  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Abstract

The embodiment of the application discloses a method and a server for transmitting product configuration parameters. The method comprises the following steps: an application system receives a service request sent by a client; the application system analyzes the service request to obtain a product identifier corresponding to the service and a product configuration parameter identifier required by processing the service; the application system acquires a product configuration metadata set corresponding to the product identification from a query system, wherein the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number; the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from a query system; and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set. By utilizing the embodiment of the application, the problem that the network bandwidth is greatly occupied due to the fact that the configuration parameters are used in a large quantity and are transmitted can be solved.

Description

Method and server for transmitting product configuration parameters
Technical Field
The present application relates to the field of data transmission technologies, and in particular, to a method and a server for transmitting product configuration parameters.
Background
The normal operation of the business process often requires data transmission between different servers or systems. For example, a certain system or server a needs to obtain data info, and the required data info is stored in another system or server B, then a needs to send a request for obtaining data info to B through the network, and B may return data info to a through the network.
For example, general network products (such as an online mobile business hall application system, a treasure picking application system and a treasure bringing system) have product configuration parameters required for realizing product functions. In order to provide service processing, an application system can be arranged at the front end of the network product, and the application system processes a service request sent by a client. In processing a service request, product configuration parameters for the specific service being processed may be required.
When a large number of products are involved, the product configuration parameters can be stored in the database, and meanwhile, a query system specially used for querying the database to obtain the product configuration parameters is arranged. The application system may comprise more than one server, e.g. a cluster of servers; the query system may also comprise more than one server, as for example a cluster of a plurality of servers. The application system is connected with the query system through a network, so that the transmission of the product configuration parameters is realized.
A method for transmitting product configuration parameters in the prior art is shown in fig. 1, and includes the following steps:
a1: a user sends a service request to an application system through operation on a client (such as a mobile phone and a personal computer);
a2: after receiving the service request, the application system performs corresponding service processing; in the process of service processing, the application system needs to inquire the configuration parameters of a certain product, so as to request the inquiry system to acquire the product configuration parameters of the required product through a network;
a3: the query system queries a database according to the request of the application system, acquires the product configuration parameters of the corresponding product, and returns the product configuration parameters to the application system;
a4: and the application system completes the service processing by using the returned product configuration parameters of the product and returns a processing result to the client.
The amount of data involved in the product configuration parameters of the prior art described above may be relatively large. When an application needs to process a large number of service requests from clients, frequent acquisition of product configuration parameters may be required. As mentioned above, the large amount of data of these product configuration parameters results in a large transmission bandwidth being occupied when the data is transmitted between the application system and the query system through the network.
Disclosure of Invention
The embodiment of the application aims to provide a method and a server for transmitting product configuration parameters, which are used for reducing network bandwidth occupied when the product configuration parameters are transmitted.
In order to solve the above technical problem, the method and the server for transmitting product configuration parameters provided in the embodiments of the present application are implemented as follows:
a method of communicating product configuration parameters, comprising:
an application system receives a service request sent by a client;
the application system analyzes the service request to obtain a product identifier corresponding to the service and a product configuration parameter identifier required by processing the service;
the application system acquires a product configuration metadata set corresponding to the product identification from a query system, wherein the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number;
the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from a query system;
and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
A method of communicating product configuration parameters, comprising:
an application system acquires a product configuration metadata set corresponding to the application system from a query system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number;
the application system receives and analyzes a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from the query system;
and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
A method of communicating product configuration parameters, comprising:
the application system receives a product configuration data metadata set sent by the query system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number;
the application system receives and analyzes a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from the query system;
and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
An application system for communicating product configuration parameters, comprising:
the receiving unit is used for receiving a service request sent by a client;
the service analysis unit is used for analyzing the service request to obtain a product identifier corresponding to the service and a product configuration parameter identifier required by processing the service;
a first obtaining unit, configured to obtain, from a query system, a product configuration metadata set corresponding to the product identifier, where the product configuration metadata set includes optional configuration parameters and a corresponding alias of a product; the length of the alias is less than the configuration parameter number;
the second acquisition unit is used for acquiring the configuration parameter alias corresponding to the product configuration parameter identifier from the query system;
and the processing unit is used for searching the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
An application system for communicating product configuration parameters, comprising:
the first acquisition unit is used for acquiring a product configuration metadata set corresponding to the application system from an inquiry system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number;
the service analysis unit is used for receiving and analyzing a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
a second obtaining unit, configured to, by the application system, obtain, from the query system, an alias of a configuration parameter corresponding to the product configuration parameter identifier;
and the processing unit is used for obtaining the corresponding product configuration parameters according to the local product configuration metadata set and the configuration parameter alias corresponding to the product configuration parameter identifier.
An application system for communicating product configuration parameters, comprising:
the receiving unit is used for receiving the product configuration data metadata set sent by the query system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number;
the service analysis unit is used for receiving and analyzing a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
an obtaining unit, configured to, by the application system, obtain, from the query system, an alias of a configuration parameter corresponding to the product configuration parameter identifier;
and the processing unit is used for obtaining the corresponding product configuration parameters according to the local product configuration metadata set and the configuration parameter alias corresponding to the product configuration parameter identifier.
According to the technical scheme provided by the embodiment of the application, the method and the server for transmitting the product configuration parameters provided by the embodiment of the application receive the service request sent by the client; analyzing the service request to obtain a product identifier corresponding to the service and a configuration parameter identifier required for processing the service; obtaining a product configuration metadata set corresponding to the product identification from a query system, wherein the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; obtaining the configuration parameter alias corresponding to the product configuration parameter identifier from a query system; and obtaining corresponding product configuration parameters according to the local product configuration metadata set and the configuration parameter alias corresponding to the product configuration parameter identifier. Therefore, the network bandwidth occupied by the product configuration parameters in the process of using and transmitting the product configuration parameters in a large quantity is greatly reduced.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only some embodiments described in the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without any creative effort.
Fig. 1 is a flowchart of a method for transmitting product configuration parameters in the prior art provided by an embodiment of the present application;
FIG. 2 is a schematic diagram of a networked environment provided by an embodiment of the present application;
fig. 3 is a flowchart of a method for transmitting product configuration parameters according to an embodiment of the present application;
FIG. 4 is a flowchart of a method for transmitting product configuration parameters according to an embodiment of the present application;
FIG. 5 is a flowchart of a method for transmitting product configuration parameters according to an embodiment of the present application;
FIG. 6 is a flowchart of a method for transmitting product configuration parameters according to an embodiment of the present application;
FIG. 7 is a block diagram of a server for transmitting product configuration parameters according to an embodiment of the present application;
FIG. 8 is a block diagram of a server for transmitting product configuration parameters according to an embodiment of the present application;
fig. 9 is a block diagram of a server for transmitting product configuration parameters according to an embodiment of the present application.
Detailed Description
In order to make those skilled in the art better understand the technical solutions in the present application, 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 a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
Referring to fig. 2, a networked environment 100 is shown in which embodiments of the present application are provided. Networked environment 100 may include a network 105, one or more clients 101 and application systems 102 connected via network 105 that may be in data communication, a query system 103, and a network 106 connecting application systems 102 and query system 103. The application system 102 may be a cluster composed of a plurality of servers 107, or may be composed of one server 107. The query system 103 may be a cluster composed of a plurality of servers 108, or may be composed of one server 108. The query system 103 may be integrated with a database 104. Alternatively, the database 104 may be configured to be independent of the query system 103. The situation where the database 104 is arranged independent of the query system 103 is shown in fig. 2.
The client 101 may be a network device in which an application is installed. Such a network device may be, in hardware, a server, desktop computer, laptop computer, tablet computer, smart phone, handheld computer, personal digital assistant ("PDA"), or the like, or any other wired or wireless processor-driven device. The system software can be an operating system integrated with a network browser or an operating system provided with a special application program; such an operating system may be a windows-series operating system, a Linux operating system, or the like, or may be Android, IOS, or the like in a mobile platform. The application system 102, query system 103 may include a commercially available hypertext transfer protocol (HTTP) server application thereon, such as an HTTP server, an Internet Information Service (IIS), and/or other server.
The devices of the client 101, the application system 102, and the query system 103 all comprise basic components in architecture, such as a bus, a processing device, a storage device, one or more input/output devices, and a communication interface. The bus may include one or more conductors that enable communication between components of the server and client devices. The processing device may include various types of processors or microprocessors for executing instructions, processing processes, or threads. The storage means may include a dynamic memory such as a Random Access Memory (RAM) for storing dynamic information, or a static memory such as a Read Only Memory (ROM) for storing static information, and a mass storage including a magnetic or optical recording medium and a corresponding drive. The input device may be a keyboard, mouse, stylus, touch screen, voice recognition device, biometric device, or the like. The output device may be a display, a printer, a speaker, or the like to output information. The communication interface is used to enable a server or client device to communicate with other systems or apparatuses. The communication interfaces may be connected to the network by a wired connection method, a wireless connection method, or an optical connection method, so that the client devices and the server communicate with each other. The devices of the client 101 and the application systems 102 and 103 may each include operating system software for managing system resources and controlling the operation of other programs, as well as application software or program instructions for implementing specific functions.
Data that may be stored in database 104 includes, for example, application requirements data, business rules, client 101 capability data, application market data, customer data, and the like. The applications in the database 104 may correspond to application programs provided by developers. The applications may include, for example, mobile applications, hypertext markup language 5(HTML5) applications, desktop applications, and/or other applications.
The networks 105, 106 may include, for example, a Local Area Network (LAN), a Wide Area Network (WAN), an intranet, the internet, a mobile telephone network, a Virtual Private Network (VPN), a cellular or other mobile communication network, bluetooth, NFC, or any combination thereof.
In the networked environment of the embodiment of the present application, a user can complete a service through an operation on the client 101. When the user operates the client 101 to complete the service, the client 101 generates a corresponding service request. The client 101 may send a corresponding service request to the application system 102 via the network 105.
The application system 102 may be configured to receive a service request sent by the client 101, and perform corresponding service processing; during the business process, the application system 102 may call the query system 103 for data related to the business process. The application system 102 can obtain required data from the query system 103 through the network 106; the application system 102 may use the returned data to complete the business process and return the processing result to the client 101 through the network 105.
The query system 103 may be configured to receive a request for obtaining required data sent by the application system 102, query the database 104 according to the request, obtain corresponding data, and return the corresponding data to the application system 102 through the network 106.
Fig. 3 is a flowchart illustrating a method for transmitting product configuration parameters according to an embodiment of the present application. In this embodiment, the method for transmitting the product configuration parameters includes the following steps:
s310: the query system stores a product configuration metadata set that includes optional configuration parameters and corresponding aliases for the product.
In the embodiment of the method, the product can comprise a certain theme service provided by an e-commerce platform (such as a Shandong online shopping mall and Taobao). Taking the Payment client side as an example, the loan, the transfer and the flower in the Payment client side are three different products.
In this embodiment of the method, the set of product configuration metadata may include optional configuration parameters of the product. A product may include one or more configuration parameters. In this embodiment, the configuration parameters in the product configuration metadata set may also have corresponding aliases. The length of the alias is less than the configuration parameter number. For example, one (or a few) english characters may be used as an alias for a configuration parameter.
The product configuration parameters can be configured by research personnel in the development stage of the product or obtained by capturing by a system. Typically, different products each have one or more configuration parameters, many of which may even be as many as several hundred. These configuration parameters may be used to describe various types of attributes of the product. An application system performs some business processing of a product, typically requiring some or all of the configuration parameters involved in the product.
The configuration parameters may be stored in the form of key-value key value pairs. Product configuration parameters in the form of Key-value are shown, for example, in table 1 below:
TABLE 1 optional configuration parameters for products
Name of key Optional value
Type of platform Taobao guarantee trading
Type of platform Instant account transaction
Capital channel A credit card for enrollment,
Capital channel Industrial and commercial credit card, …
In the above table, the configuration parameters are set to be stored in the corresponding form. In the same row, the Key name and the Value can be two configuration parameters with corresponding relationship. As shown in the table above, for platform types, the corresponding parameters (i.e., the selectable value) that may be selected include an amortization transaction, an instant-to-account transaction, and the like.
After aliasing each configuration parameter involved in the configuration data in table 1 above, the following table 2 is shown:
TABLE 2 product 1 configuration metadata set
Name of key Key name Optional value Optional value alias
Type of platform P Taobao guarantee trading S
Type of platform P Instant account transaction F
Capital channel C Credit card for enrollment Z
Capital channel C Industrial and commercial credit card G
As indicated above, the alias may include less data than the configuration parameter number.
S320: and the application system receives and analyzes a service request sent by a client to obtain a product identifier corresponding to the service and a configuration parameter identifier required for processing the service.
The clients in embodiments of the present method may generally include personal computers, laptops, wireless phones, Personal Digital Assistants (PDAs), smart watches, or other computer devices and communication devices used by users. The user can trigger corresponding service through operation on the client; in response to the operation, the client may send a corresponding service request to the application system.
For example, a user of a certain pay bank needs to make a loan through the pay bank, and the user can access loan services in a page provided by a pay bank application on a terminal such as a mobile phone or a computer. The service request is, in this embodiment, for example, a loan service request.
After receiving the service request sent by the client, the application system can analyze the service request. Through analysis, the product identifier corresponding to the service and the configuration parameter identifier required for processing the service can be obtained.
The service condition may be included in the service request. Still taking the example that the payer uses the loan of paying money, the platform type and the fund channel of the loan can be two service conditions of the product. In this step, the application system may obtain, according to the service condition in the service request, the product identifier corresponding to the service and the configuration parameter identifier required for processing the service.
The application system may include one or more servers through which services are provided to one or more users and may obtain services from the querying system.
S330: and the application system sends a request for acquiring the product configuration metadata set corresponding to the product identification to the query system.
The application system may obtain a corresponding product configuration metadata set from the query system according to the product identifier determined in step S320. As still another example, when a user of a certain payment treasure makes a loan through loan transactions in the payment treasure, the application system sends a request for obtaining the product configuration metadata set corresponding to the identifier of the loan product to the query system.
S340: and the query system searches a product configuration metadata set corresponding to the product identification according to the request and returns the product configuration metadata set to the application system.
The query system can find the corresponding product configuration metadata set according to the product identification contained in the received request, and returns the corresponding product configuration metadata set to the application system.
For example, taking the foregoing example that a certain user of a payment bank loans through a loan service in the payment bank, the query system may find a product configuration metadata set corresponding to a loan product according to an identifier of the loan product and return the product configuration metadata set to the application system.
In this way, the application system may locally store a set of product configuration metadata like Table 2.
S350: and the application system sends a request for acquiring the alias of the configuration parameter corresponding to the product configuration parameter identifier to the query system.
The application system may send a request to the query system for obtaining the alias of the configuration parameter corresponding to the product configuration parameter identifier. For example, in the case that a user of a certain payer loans through a loan service in the payer, the application system sends a request for obtaining alias names of the corresponding configuration parameters, which are identified as 101 and 112, to the query system.
S360: and the query system acquires the configuration parameter alias corresponding to the product configuration data identifier according to the request and returns the configuration parameter alias to the application system.
The query system may store configuration parameters for the product, for example as shown in the following table:
TABLE 3 PRODUCT 1 CONFIGURATION PARAMETERS TABLE
Figure BDA0000865255530000111
For example, after receiving a request sent by the application system to obtain the alias names of the configuration parameters corresponding to the product configuration parameter identifiers 101 and 112, the query system may search the configuration parameter table to obtain the alias name of the configuration parameter corresponding to the product configuration parameter identifier, for example, two search results, P ═ S and C ═ Z, may be obtained.
It should be noted that the same product configuration parameter identifier may also correspond to multiple configuration parameter aliases or multiple configuration parameter aliases. For example, the product configuration parameter identifier 101 corresponds to "P ═ S, K ═ T, and W ═ Q …". Thus, what returns to the application system may be "P ═ S, K ═ T, and W ═ Q …". And are not limited thereto.
S370: and the application system receives the alias of the returned product configuration parameter and searches the corresponding product configuration parameter according to the local product configuration metadata set.
After receiving the alias of the returned product configuration parameter, the application system may perform processing according to the product configuration metadata set returned in step S350 in this embodiment, and restore the alias of the returned product configuration parameter to the product configuration data required for processing the client service request.
Furthermore, the application system can perform service processing by using the restored product configuration data.
As in the foregoing example where a certain user of a bank pay makes a loan through the loan service in the bank pay, the product configuration parameter returned by the query system is named "P ═ S; c ═ G ". The application system may look up P, S, C the configuration parameters for G based on the locally stored product configuration metadata set. Therefore, the corresponding product configuration parameter can be obtained as 'platform type is the Taobao guarantee transaction'; the capital channel is an industry and commerce credit card ".
By the embodiment of the application, the application system can obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service by receiving and analyzing the service request sent by the client; the application system acquires a product configuration metadata set corresponding to the product identification from a query system, wherein the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from a query system; and further searching the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set. When an application system processes a large number of service requests sent by clients, product configuration parameters are frequently acquired. Through the embodiment, the alias of the configuration parameters can be transmitted to replace the configuration parameters with longer original character length, so that the network bandwidth occupied by the product configuration parameters in the process of using and transmitting the product configuration parameters in a large quantity can be greatly reduced.
Fig. 4 is a method embodiment of transmitting product configuration parameters mainly based on the application system in fig. 3, as shown in fig. 4, including:
s410: and the application system receives a service request sent by the client.
For example, a user of a certain pay bank needs to make a loan through the pay bank, and the user can access loan services in a page provided by a pay bank application on a terminal such as a mobile phone or a computer. The service request is, in this embodiment, for example, a loan service request.
In this way, the application system can receive a service request sent by a client.
S420: and the application system analyzes the service request to obtain a product identifier corresponding to the service and a configuration parameter identifier required for processing the service.
After receiving the service request sent by the client, the application system can analyze the service request. Through analysis, the product identifier corresponding to the service and the configuration parameter identifier required for processing the service can be obtained.
The service condition may be included in the service request.
The analyzing, by the application system, the service request to obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service may specifically include:
and the application system analyzes the service request, and obtains a product identifier corresponding to the service and a configuration parameter identifier required for processing the service according to service conditions in the service request.
S430: the application system acquires a product configuration metadata set corresponding to the product identification from a query system, wherein the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number.
In this way, the application system may locally store a set of product configuration metadata like Table 2.
As previously mentioned, the configuration parameters stored in the query system may be in the form of Key-Value. In this way, the application system can also obtain and store configuration parameters in the form of Key-Value.
S440: and the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from the query system.
The query system can find the corresponding product configuration metadata set according to the product identification contained in the received request, and returns the corresponding product configuration metadata set to the application system.
S450: and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
The application system may send a request to the query system for obtaining the alias of the configuration parameter corresponding to the product configuration parameter identifier. For example, in the case that a user of a certain payer loans through a loan service in the payer, the application system sends a request for obtaining alias names of the corresponding configuration parameters, which are identified as 101 and 112, to the query system.
Through the embodiment, the alias of the configuration parameters can be transmitted to replace the configuration parameters with longer original character length, so that the network bandwidth occupied by the product configuration parameters in the process of using and transmitting the product configuration parameters in a large quantity can be greatly reduced.
Fig. 5 shows another embodiment of the method for transmitting product configuration parameters. As shown in fig. 5, includes:
s510: the query system stores a product configuration metadata set that includes optional configuration parameters and corresponding aliases for the product.
The product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number.
Other aspects of this step are similar to the above-mentioned step S310, and are not described herein again.
S520: and the application system sends a request for acquiring the product configuration metadata set to the query system.
In this embodiment, an application system is generally dedicated to processing the business of one or more products. The query system may be responsible for the storage of product configuration metadata sets for all or part of the product business. In this way, the application system dedicated to the business processing of a certain product may send the identifier of the product that is in charge of processing to the query system, and request the query system to obtain the product configuration metadata set corresponding to the identifier.
Specifically, the application system checks whether a product configuration metadata set corresponding to the identifier is locally stored at regular time. And if not, sending a request for acquiring the metadata set of the product configuration corresponding to the identification to a query system.
S530: and the query system searches the product configuration metadata set according to the request and returns the product configuration metadata set to the application system.
The query system can find the corresponding product configuration metadata set according to the product identification contained in the received request, and returns the corresponding product configuration metadata set to the application system.
In this way, the application system may locally store a set of product configuration metadata like Table 2.
S540: and the application system receives and analyzes the service request sent by the client to obtain the product configuration parameter identification required by processing the service.
The service request may include a service condition. The analyzing, by the application system, the service request to obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service may specifically include: and the application system analyzes the service request, and obtains a product identifier corresponding to the service and a configuration parameter identifier required for processing the service according to service conditions in the service request.
This step is similar to step S320 in the embodiment of fig. 3 in other respects, and is not described herein again.
S550: and the application system sends a request for acquiring the alias of the configuration parameter corresponding to the product configuration parameter identifier to the query system.
The application system may send a request to the query system for obtaining the alias of the configuration parameter corresponding to the product configuration parameter identifier. For example, in the case that a user of a certain payer loans through a loan service in the payer, the application system sends a request for obtaining alias names of the corresponding configuration parameters, which are identified as 101 and 112, to the query system.
S560: and the query system acquires the configuration parameter alias corresponding to the product configuration parameter identifier according to the request and returns the configuration parameter alias to the application system.
As shown in table 3 above, similarly, for example, after the query system receives the request sent by the application system to obtain the alias of the configuration parameter corresponding to the product configuration parameter identifier 101 or 112, the configuration parameter table may be searched to obtain the alias of the configuration parameter corresponding to the product configuration parameter identifier, for example, two search results, P ═ S and C ═ Z, may be obtained.
S570: and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
After receiving the alias of the returned product configuration parameter, the application system may perform processing according to the product configuration metadata set returned in step S350 in this embodiment, and restore the alias of the returned product configuration parameter to the product configuration data required for processing the client service request.
Furthermore, the application system can perform service processing by using the restored product configuration data.
The main difference between the embodiment of fig. 5 and the embodiment of fig. 3 lies in the condition that triggers the application system to send a request for obtaining the metadata set of the product configuration to the query system. In the embodiment of fig. 3, a service request trigger sent by a client may be received by an application system; in the embodiment of fig. 5, the application system may trigger, for example, to periodically check whether a metadata set corresponding to the product configuration corresponding to the identifier is locally stored. And if not, sending a request for acquiring the metadata set of the product configuration corresponding to the identification to a query system.
Through the embodiment, the alias of the configuration parameters can be transmitted to replace the configuration parameters with longer original character length, so that the network bandwidth occupied by the product configuration parameters in the process of using and transmitting the product configuration parameters in a large quantity can be greatly reduced.
Fig. 6 is a method embodiment of transmitting configuration parameters of a product mainly based on an application system in fig. 5, as shown in fig. 6, including:
s610: an application system acquires a product configuration metadata set corresponding to the application system from a query system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number.
The obtaining, by the application system, the product configuration metadata set corresponding to the application system from a query system may specifically include: the application system regularly checks whether a product configuration metadata set corresponding to the application system identification is stored locally; and if not, the application system acquires the metadata set of the product configuration corresponding to the identification from a query system.
S620: and the application system receives and analyzes the service request sent by the client to obtain the product configuration parameter identification required by processing the service.
The service request may include a service condition.
The analyzing, by the application system, the service request to obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service may specifically include: and the application system analyzes the service request and obtains a configuration parameter identifier required for processing the service according to the service condition in the service request.
S630: and the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from the query system.
S640: and the application system obtains the corresponding product configuration parameters according to the local product configuration metadata set and the configuration parameter alias corresponding to the product configuration parameter identifier.
After S640, the method may further include:
s650: and the application system performs service processing by using the searched product configuration data.
Fig. 7 shows another embodiment of the method for transmitting product configuration parameters. As shown in fig. 7, includes:
s710: the query system stores a product configuration metadata set that includes optional configuration parameters and corresponding aliases for the product.
The product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number.
Other aspects of this step are similar to the above-mentioned step S310, and are not described herein again.
S720: and the query system sends the corresponding product configuration data metadata set to the application system according to the corresponding relation between the registered application system and the product identification.
In this embodiment, an application system is generally dedicated to processing the business of one or more products. The query system may be responsible for the storage of product configuration metadata sets for all or part of the product business. Moreover, the query system may register a product identifier of a product corresponding to each application system, for example, a correspondence table between the application system and the product identifier may be established in the query system. In the product configuration metadata set in S710, the product identifier described in the configuration metadata set may be stored. In this way, the query system can send the corresponding product configuration data metadata set to the application system according to the corresponding relation table established between the application system and the product identifier.
S730: and the application system receives and analyzes the service request sent by the client to obtain the product configuration parameter identification required by processing the service.
The service request may include a service condition. The analyzing, by the application system, the service request to obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service may specifically include: and the application system analyzes the service request, and obtains a product identifier corresponding to the service and a configuration parameter identifier required for processing the service according to service conditions in the service request.
This step is similar to step S320 in the embodiment of fig. 3 in other respects, and is not described herein again.
S740: and the application system sends a request for acquiring the alias of the configuration parameter corresponding to the product configuration parameter identifier to the query system.
The application system may send a request to the query system for obtaining the alias of the configuration parameter corresponding to the product configuration parameter identifier. For example, in the case that a user of a certain payer loans through a loan service in the payer, the application system sends a request for obtaining alias names of the corresponding configuration parameters, which are identified as 101 and 112, to the query system.
S750: and the query system acquires the configuration parameter alias corresponding to the product configuration parameter identifier according to the request and returns the configuration parameter alias to the application system.
As shown in table 3 above, similarly, for example, after the query system receives the request sent by the application system to obtain the alias of the configuration parameter corresponding to the product configuration parameter identifier 101 or 112, the configuration parameter table may be searched to obtain the alias of the configuration parameter corresponding to the product configuration parameter identifier, for example, two search results, P ═ S and C ═ Z, may be obtained.
S760: and the application system receives the alias of the returned product configuration parameter and searches the corresponding product configuration parameter according to the local product configuration metadata set.
After receiving the alias of the returned product configuration parameter, the application system may perform processing according to the product configuration metadata set returned in step S350 in this embodiment, and restore the alias of the returned product configuration parameter to the product configuration data required for processing the client service request.
Furthermore, the application system can perform service processing by using the restored product configuration data.
The main difference between the embodiment of fig. 7 and the embodiment of fig. 5 lies in the condition that triggers the application system to send a request for obtaining the metadata set of the product configuration to the query system. In the embodiment of fig. 5, the method may be triggered by an application system, for example, periodically checking whether a metadata set corresponding to the product configuration corresponding to the identifier is stored locally; in the embodiment of fig. 7, the query system may be triggered, for example, after the query system stores the product configuration metadata set, the query system actively sends the corresponding product configuration metadata set to the application system according to the correspondence between the registered application system and the product identifier.
Through the embodiment, the alias of the configuration parameters can be transmitted to replace the configuration parameters with longer original character length, so that the network bandwidth occupied by the product configuration parameters in the process of using and transmitting the product configuration parameters in a large quantity can be greatly reduced.
Fig. 8 is a method embodiment of transmitting configuration parameters of a product based on the application system in fig. 7, as shown in fig. 8, including:
s810: the application system receives a product configuration data metadata set sent by the query system;
the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number.
S820: the application system receives and analyzes a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
the service request may include a service condition.
The analyzing, by the application system, the service request to obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service may specifically include: and the application system analyzes the service request and obtains a configuration parameter identifier required for processing the service according to the service condition in the service request.
S830: the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from the query system;
s840: and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
After S840, the method may further include:
s850: and the application system performs service processing by using the searched product configuration data.
Fig. 9 is a block diagram of an embodiment of an application system for transmitting product configuration parameters according to the present application. As shown in fig. 9, the application system includes:
a receiving unit 91, configured to receive a service request sent by a client;
a service analysis unit 92, configured to analyze the service request to obtain a product identifier corresponding to the service and a product configuration parameter identifier required for processing the service;
a first obtaining unit 93, configured to obtain, from the query system, a product configuration metadata set corresponding to the product identifier, where the product configuration metadata set includes optional configuration parameters and a corresponding alias of a product; the length of the alias is less than the configuration parameter number; (ii) a
A second obtaining unit 94, configured to obtain, from the query system, an alias of the configuration parameter corresponding to the product configuration parameter identifier;
the processing unit 95 is configured to search, according to the local product configuration metadata set, the product configuration parameters corresponding to the alias of the configuration parameters.
The following is a block diagram of an embodiment of an application system for transmitting product configuration parameters. The application system comprises:
the first acquisition unit is used for acquiring a product configuration metadata set corresponding to the application system from an inquiry system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number;
the service analysis unit is used for receiving and analyzing a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
a second obtaining unit, configured to, by the application system, obtain, from the query system, an alias of a configuration parameter corresponding to the product configuration parameter identifier;
and the processing unit is used for obtaining the corresponding product configuration parameters according to the local product configuration metadata set and the configuration parameter alias corresponding to the product configuration parameter identifier.
The following is a block diagram of an embodiment of an application system for transmitting product configuration parameters. The application system comprises:
the receiving unit is used for receiving the product configuration data metadata set sent by the query system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product; the length of the alias is less than the configuration parameter number;
the service analysis unit is used for receiving and analyzing a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
an obtaining unit, configured to, by the application system, obtain, from the query system, an alias of a configuration parameter corresponding to the product configuration parameter identifier;
and the processing unit is used for obtaining the corresponding product configuration parameters according to the local product configuration metadata set and the configuration parameter alias corresponding to the product configuration parameter identifier.
In the 90 s of the 20 th century, improvements in a technology could clearly distinguish between improvements in hardware (e.g., improvements in circuit structures such as diodes, transistors, switches, etc.) and improvements in software (improvements in process flow). However, as technology advances, many of today's process flow improvements have been seen as direct improvements in hardware circuit architecture. Designers almost always obtain the corresponding hardware circuit structure by programming an improved method flow into the hardware circuit. Thus, it cannot be said that an improvement in the process flow cannot be realized by hardware physical modules. For example, a Programmable Logic Device (PLD), such as a Field Programmable Gate Array (FPGA), is an integrated circuit whose Logic functions are determined by programming the Device by a user. A digital system is "integrated" on a PLD by the designer's own programming without requiring the chip manufacturer to design and fabricate application-specific integrated circuit chips. Furthermore, nowadays, instead of manually making an integrated Circuit chip, such Programming is often implemented by "logic compiler" software, which is similar to a software compiler used in program development and writing, but the original code before compiling is also written by a specific Programming Language, which is called Hardware Description Language (HDL), and HDL is not only one but many, such as abel (advanced Boolean Expression Language), ahdl (alternate Language Description Language), traffic, pl (core unified Programming Language), HDCal, JHDL (Java Hardware Description Language), langue, Lola, HDL, laspam, hardsradware (Hardware Description Language), vhjhd (Hardware Description Language), and vhigh-Language, which are currently used in most common. It will also be apparent to those skilled in the art that hardware circuitry that implements the logical method flows can be readily obtained by merely slightly programming the method flows into an integrated circuit using the hardware description languages described above.
The controller may be implemented in any suitable manner, for example, the controller may take the form of, for example, a microprocessor or processor and a computer-readable medium storing computer-readable program code (e.g., software or firmware) executable by the (micro) processor, logic gates, switches, an Application Specific Integrated Circuit (ASIC), a programmable logic controller, and an embedded microcontroller, examples of which include, but are not limited to, the following microcontrollers: ARC 625D, Atmel AT91SAM, Microchip PIC18F26K20, and Silicone Labs C8051F320, the memory controller may also be implemented as part of the control logic for the memory. Those skilled in the art will also appreciate that, in addition to implementing the controller as pure computer readable program code, the same functionality can be implemented by logically programming method steps such that the controller is in the form of logic gates, switches, application specific integrated circuits, programmable logic controllers, embedded microcontrollers and the like. Such a controller may thus be considered a hardware component, and the means included therein for performing the various functions may also be considered as a structure within the hardware component. Or even means for performing the functions may be regarded as being both a software module for performing the method and a structure within a hardware component.
The systems, devices, modules or units illustrated in the above embodiments may be implemented by a computer chip or an entity, or by a product with certain functions.
For convenience of description, the above devices are described as being divided into various units by function, and are described separately. Of course, the functionality of the units may be implemented in one or more software and/or hardware when implementing the present application.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
In a typical configuration, a computing device includes one or more processors (CPUs), input/output interfaces, network interfaces, and memory.
The memory may include forms of volatile memory in a computer readable medium, Random Access Memory (RAM) and/or non-volatile memory, such as Read Only Memory (ROM) or flash memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, phase change memory (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read Only Memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), Digital Versatile Discs (DVD) or other optical storage, magnetic cassettes, magnetic tape magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, a computer readable medium does not include a transitory computer readable medium such as a modulated data signal and a carrier wave.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The application may be described in the general context of computer-executable instructions, such as program modules, being executed by a computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. The application may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote computer storage media including memory storage devices.
The embodiments in the present specification are described in a progressive manner, and the same and similar parts among the embodiments are referred to each other, and each embodiment focuses on the differences from the other embodiments. In particular, for the system embodiment, since it is substantially similar to the method embodiment, the description is simple, and for the relevant points, reference may be made to the partial description of the method embodiment.
The above description is only an example of the present application and is not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (17)

1. A method of communicating product configuration parameters, comprising:
an application system receives a service request sent by a client;
the application system analyzes the service request to obtain a product identifier corresponding to the service and a product configuration parameter identifier required by processing the service;
the application system acquires a product configuration metadata set corresponding to the product identification from a query system, wherein the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the product, and the optional configuration parameters of the product are used for the application system to perform service processing related to the product; the length of the alias is less than the configuration parameter number;
the application system acquires a configuration parameter alias corresponding to the product configuration parameter identifier from a query system so as to transmit the configuration parameter alias between the query system and the application system to replace the product configuration parameter corresponding to the configuration parameter alias;
and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
2. The method of claim 1, wherein the service request includes a service condition.
3. The method of claim 2, wherein the analyzing the service request by the application system to obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service comprises:
and the application system analyzes the service request, and obtains a product identifier corresponding to the service and a configuration parameter identifier required for processing the service according to service conditions in the service request.
4. The method of claim 1, wherein the configuration parameters are stored in a Key-Value form.
5. The method of claim 1, further comprising, after the method:
and the application system performs service processing by using the searched product configuration data.
6. A method of communicating product configuration parameters, comprising:
an application system acquires a product configuration metadata set corresponding to the application system from a query system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the products, and the optional configuration parameters of the products are used for the application system to perform business processing related to the products; the length of the alias is less than the configuration parameter number;
the application system receives and analyzes a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from the query system so as to transmit the configuration parameter alias between the query system and the application system to replace the product configuration parameter corresponding to the configuration parameter alias;
and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
7. The method of claim 6, wherein the application system obtaining the set of product configuration metadata corresponding to the application system from a query system comprises:
the application system regularly checks whether a product configuration metadata set corresponding to the application system identification is stored locally;
and if not, the application system acquires the metadata set of the product configuration corresponding to the identification from a query system.
8. The method of claim 6, wherein the service request comprises a service condition.
9. The method of claim 6, wherein the analyzing the service request by the application system to obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service comprises:
and the application system analyzes the service request and obtains a configuration parameter identifier required for processing the service according to the service condition in the service request.
10. The method of claim 6, further comprising, after the method:
and the application system performs service processing by using the searched product configuration data.
11. A method of communicating product configuration parameters, comprising:
the application system receives a product configuration data metadata set sent by the query system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the products, and the optional configuration parameters of the products are used for the application system to perform business processing related to the products; the length of the alias is less than the configuration parameter number;
the application system receives and analyzes a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
the application system acquires the configuration parameter alias corresponding to the product configuration parameter identifier from the query system so as to transmit the configuration parameter alias between the query system and the application system to replace the product configuration parameter corresponding to the configuration parameter alias;
and the application system searches the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
12. The method of claim 11, wherein the service request comprises a service condition.
13. The method of claim 11, wherein the analyzing, by the application system, the service request to obtain the product identifier corresponding to the service and the configuration parameter identifier required for processing the service comprises:
and the application system analyzes the service request and obtains a configuration parameter identifier required for processing the service according to the service condition in the service request.
14. The method of claim 11, further comprising, after the method:
and the application system performs service processing by using the searched product configuration data.
15. An application system for communicating product configuration parameters, comprising:
the receiving unit is used for receiving a service request sent by a client;
the service analysis unit is used for analyzing the service request to obtain a product identifier corresponding to the service and a product configuration parameter identifier required by processing the service;
a first obtaining unit, configured to obtain, from an inquiry system, a product configuration metadata set corresponding to the product identifier, where the product configuration metadata set includes optional configuration parameters of a product and a corresponding alias, and the optional configuration parameters of the product are used by the application system to perform service processing related to the product; the length of the alias is less than the configuration parameter number;
a second obtaining unit, configured to obtain, from the query system, a configuration parameter alias corresponding to the product configuration parameter identifier, so as to transmit the configuration parameter alias between the query system and the application system to replace the product configuration parameter corresponding to the configuration parameter alias;
and the processing unit is used for searching the product configuration parameters corresponding to the configuration parameter aliases according to the local product configuration metadata set.
16. An application system for communicating product configuration parameters, comprising:
the first acquisition unit is used for acquiring a product configuration metadata set corresponding to the application system from an inquiry system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the products, and the optional configuration parameters of the products are used for the application system to perform business processing related to the products; the length of the alias is less than the configuration parameter number;
the service analysis unit is used for receiving and analyzing a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
a second obtaining unit, configured to, by the application system, obtain, from the query system, a configuration parameter alias corresponding to the product configuration parameter identifier, so as to transmit the configuration parameter alias between the query system and the application system to replace the product configuration parameter corresponding to the configuration parameter alias;
and the processing unit is used for obtaining the corresponding product configuration parameters according to the local product configuration metadata set and the configuration parameter alias corresponding to the product configuration parameter identifier.
17. An application system for communicating product configuration parameters, comprising:
the receiving unit is used for receiving the product configuration data metadata set sent by the query system; the product configuration metadata set comprises optional configuration parameters and corresponding aliases of the products, and the optional configuration parameters of the products are used for the application system to perform business processing related to the products; the length of the alias is less than the configuration parameter number;
the service analysis unit is used for receiving and analyzing a service request sent by a client to obtain a product configuration parameter identifier required by processing the service;
an obtaining unit, configured to, by the application system, obtain, from the query system, a configuration parameter alias corresponding to the product configuration parameter identifier, so as to transmit the configuration parameter alias between the query system and the application system to replace the product configuration parameter corresponding to the configuration parameter alias;
and the processing unit is used for obtaining the corresponding product configuration parameters according to the local product configuration metadata set and the configuration parameter alias corresponding to the product configuration parameter identifier.
CN201510870960.8A 2015-12-02 2015-12-02 Method and server for transmitting product configuration parameters Active CN106817394B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510870960.8A CN106817394B (en) 2015-12-02 2015-12-02 Method and server for transmitting product configuration parameters

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510870960.8A CN106817394B (en) 2015-12-02 2015-12-02 Method and server for transmitting product configuration parameters

Publications (2)

Publication Number Publication Date
CN106817394A CN106817394A (en) 2017-06-09
CN106817394B true CN106817394B (en) 2020-06-23

Family

ID=59109135

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510870960.8A Active CN106817394B (en) 2015-12-02 2015-12-02 Method and server for transmitting product configuration parameters

Country Status (1)

Country Link
CN (1) CN106817394B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107659858B (en) * 2017-08-24 2020-06-16 四川天邑康和通信股份有限公司 Passive optical network regional self-adaptive system
US11335088B2 (en) 2020-03-30 2022-05-17 Snap Inc. Augmented reality item collections
KR20220161461A (en) * 2020-03-31 2022-12-06 스냅 인코포레이티드 Augmented Reality Experiences for Physical Products in Messaging Systems
CN111694611B (en) * 2020-04-23 2023-03-17 时时同云科技(成都)有限责任公司 Data processing method and device and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1819700A (en) * 2006-01-26 2006-08-16 中国移动通信集团公司 Mobile terminal parameter presetting method and preset parameter verification thereof
CN101035317A (en) * 2007-04-03 2007-09-12 华为技术有限公司 Service parameter configuration method and system and service parameter configuration unit
CN102546549A (en) * 2010-12-22 2012-07-04 中国移动通信集团公司 Method, system and device for data transmission
CN104022894A (en) * 2014-05-12 2014-09-03 东软熙康健康科技有限公司 Method for managing application configuration parameters in concentrated mode and method for configuring application parameters
CN105450703A (en) * 2014-08-28 2016-03-30 杭州迪普科技有限公司 Data caching method and data caching device

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8775376B2 (en) * 2011-06-30 2014-07-08 International Business Machines Corporation Hybrid data backup in a networked computing environment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1819700A (en) * 2006-01-26 2006-08-16 中国移动通信集团公司 Mobile terminal parameter presetting method and preset parameter verification thereof
CN101035317A (en) * 2007-04-03 2007-09-12 华为技术有限公司 Service parameter configuration method and system and service parameter configuration unit
CN102546549A (en) * 2010-12-22 2012-07-04 中国移动通信集团公司 Method, system and device for data transmission
CN104022894A (en) * 2014-05-12 2014-09-03 东软熙康健康科技有限公司 Method for managing application configuration parameters in concentrated mode and method for configuring application parameters
CN105450703A (en) * 2014-08-28 2016-03-30 杭州迪普科技有限公司 Data caching method and data caching device

Also Published As

Publication number Publication date
CN106817394A (en) 2017-06-09

Similar Documents

Publication Publication Date Title
US10747828B2 (en) Systems and methods for single page application server side renderer
US10437984B2 (en) Authentication protocol elevation triggering system
US9774587B2 (en) Mobile application based account aggregation
US20150058308A1 (en) Generating cache query requests
CN106817394B (en) Method and server for transmitting product configuration parameters
AU2017201962A1 (en) Identifying business type using public information
CN107294999B (en) Information verification processing method, device and system, client and server
CN113641983A (en) Account binding method, device and system for application program
CN113344567B (en) Method, device, equipment and medium for accessing payment page of aggregation code
CN108074024B (en) Trusted data transmission method, device and system
CN108388512B (en) Data processing method and server
EP3720044B1 (en) Electronic certificate transmission method, apparatus and device
CN111881329A (en) Account balance management method and system
US10885565B1 (en) Network-based data discovery and consumption coordination service
CN113434063A (en) Information display method, device and equipment
RU2677563C2 (en) Information display method, terminal and server
WO2019001333A1 (en) Application interface display method, apparatus and electronic device
WO2019047881A1 (en) Page display method and apparatus for application program (app), device, and storage medium
CN114201086B (en) Information display method and device
US20210103621A1 (en) Dynamic user interface for navigating user account data
CN108446926B (en) Data processing method and server
US20230269322A1 (en) Cross-channel configurable navigation
CN110232138B (en) Service guiding method, device and storage medium
RU2715287C1 (en) Method, terminal and server for displaying information
US20230401239A1 (en) Method and system to identify patterns in resource management operations

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20200922

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Patentee after: Innovative advanced technology Co.,Ltd.

Address before: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Patentee before: Advanced innovation technology Co.,Ltd.

Effective date of registration: 20200922

Address after: Cayman Enterprise Centre, 27 Hospital Road, George Town, Grand Cayman, British Islands

Patentee after: Advanced innovation technology Co.,Ltd.

Address before: A four-storey 847 mailbox in Grand Cayman Capital Building, British Cayman Islands

Patentee before: Alibaba Group Holding Ltd.