CN113595789A - Data service operation platform - Google Patents

Data service operation platform Download PDF

Info

Publication number
CN113595789A
CN113595789A CN202110860974.7A CN202110860974A CN113595789A CN 113595789 A CN113595789 A CN 113595789A CN 202110860974 A CN202110860974 A CN 202110860974A CN 113595789 A CN113595789 A CN 113595789A
Authority
CN
China
Prior art keywords
data service
commodity
api
module
information
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.)
Granted
Application number
CN202110860974.7A
Other languages
Chinese (zh)
Other versions
CN113595789B (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.)
Shenzhen Shuxin Technology Co ltd
Original Assignee
Shenzhen Shuxin Technology 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 Shenzhen Shuxin Technology Co ltd filed Critical Shenzhen Shuxin Technology Co ltd
Priority to CN202110860974.7A priority Critical patent/CN113595789B/en
Publication of CN113595789A publication Critical patent/CN113595789A/en
Application granted granted Critical
Publication of CN113595789B publication Critical patent/CN113595789B/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
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5029Service quality level-based billing, e.g. dependent on measured service level customer is charged more or less
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a data service operation platform, which comprises a first client, a second client and a third client, wherein the first client is used for configuring gateway request information; the second client is used for sending configuration request information of the data service API resources and construction request information of the data service API commodities to the server; the third client is used for sending purchase request information or first use request information of the data service API commodity to the first client; the server comprises a resource management module and an authentication module; the resource management module is used for generating target data service API resources and storing the target data service API resources to a database when the configuration request information is received; and the resource management module is also used for generating a target data service API commodity according to the target data service API resource and storing the target data service API commodity in a database when the construction request information is received. The invention at least solves the technical problems of simplifying the integration mode of the data service operation platform, improving the calling safety of the API service and the accuracy of counting charging and relieving the access pressure of the database.

Description

Data service operation platform
Technical Field
The invention relates to the technical field of information processing. More particularly, the present invention relates to a data service operation platform.
Background
Many network platforms need data support in the using process, and most platforms do not have data resources, so that the use permission of data service needs to be purchased from data service providers (the data service providers can be platforms such as an extremely-fast data service platform, a development house, an Ariicloud API market and a Baidu API mall). Data service providers typically open data services to the outside in the form of an API (Application Programming Interface) and provide Interface services to users in the form of request-response. However, the existing system for providing API by data service provider in market still has the defects of complex integration mode, inaccurate counting and charging, low API service calling security, too high database access pressure and the like.
Disclosure of Invention
It is an object of the present invention to at least solve the above problems and to provide corresponding advantages.
Another objective of the present invention is to provide a data service operation platform, which at least solves the technical problems of how to simplify the integration manner of the data service operation platform, improve the calling security of API services, the accuracy of billing by counting times, and alleviate the database access pressure. The invention is mainly realized by the following technical scheme:
the data service operation platform provided by the invention comprises:
the first client is used for configuring gateway request information;
the second client is used for sending configuration request information of the data service API resources and construction request information of the data service API commodities to the server;
the third client is used for sending purchase request information or first use request information of the data service API commodity to the first client;
the server comprises a resource management module and an authentication module; wherein,
the resource management module is used for generating target data service API resources and storing the target data service API resources to a database when the configuration request information is received;
the resource management module is also used for generating a target data service API commodity according to the target data service API resource and storing the target data service API commodity in a database when the construction request information is received;
the first client generates order information and stores the order information to a database when receiving the purchase request information;
and when receiving the first use request information, the first client sends authentication request information to the server, the server calls the authentication module to perform authentication processing on the first use request information, and if the authentication is passed, the third client debugs or uses the API address information corresponding to the data service API commodity.
In the first aspect of the invention, the functional requirements of a user (consumer), an operator and a data service provider are planned by a plurality of clients respectively, so that the platform integration of a data service operation platform can be simplified, and the technical problem of complex integration mode of the traditional data service platform is solved.
Moreover, the data service operation platform provided by the invention comprises an authentication module, and can effectively authenticate the user information, so that only the authenticated user can debug or use the API address information corresponding to the data service API commodity, thereby solving the technical problem of improving the calling safety of the API service.
In some technical solutions, the authentication module is further configured to enter the authentication request information into the corresponding message queue according to the corresponding queue number after the authentication processing.
By the technical scheme, the execution order of the authentication request information can be improved, so that the authentication request information can be executed in time order.
In some embodiments, the authentication module is further configured to asynchronously execute the authentication request information in the message queue and store the authentication request information in a database.
By the technical scheme, the ordered storage of the authentication request information can be realized, and the disordered data storage phenomenon is avoided, so that the technical problem of overhigh database access pressure is solved.
In some technical solutions, the server further includes an access control module, an access accounting module, a statistics module and a portal service module, wherein,
the access control module is used for processing the access and control of order information and data service API commodity package;
the access accounting module is used for recording the data service API commodity use behavior of the user, the deduction behavior of the data service API commodity package consumption and the data service API commodity settlement amount;
the statistical module is used for counting resource commodity information, portal information data, order signing relation and accounting data;
the portal service module is used for account management and access.
In some technical solutions, when the number of times that the access accounting module records the data service API commodity usage behavior is greater than 0, the accounting amount is recorded.
Through the technical scheme, the use times of the data service API commodity by the user can be accurately counted through the use behaviors of the data service API commodity of the user, the accurate charging is carried out according to the use times and the API package, and the error of the charging amount is reduced, so that the technical problem of how to improve the accuracy of the counting charging of the traditional data service platform is solved.
In some technical solutions, the second client is further configured to send second usage request information of the data service API commodity to the first client;
and when the second client receives the response information corresponding to the first client, the second client debugs or uses the API address information corresponding to the data service API commodity.
In some aspects, the first client comprises:
and the API gateway module is used for configuring the upstream service information and the routing information.
In some aspects, the second client comprises:
the resource module is used for configuring data service API resources;
the commodity module is used for configuring data service API commodities;
the cooperation management module is used for managing the account information of the first user;
the settlement management module is used for settling the cost of the data service API commodity;
the statistical report module is used for counting the operation information of the data service operation platform;
and the content management module is used for configuring data service API commodity classification.
By the technical scheme, a one-stop data service operation support system can be provided for an operator or a data service provider, so that the operator or the data service provider can operate and monitor data service API resources and data service API commodities in real time.
In some aspects, the resource module includes:
the resource management unit is used for adding, editing, checking or deleting the data service API resources;
and the resource classification unit is used for adding, deleting or modifying the data service API resource classification.
In some aspects, the merchandise module includes:
and the commodity management unit is used for previewing, adding, putting on shelf, putting off shelf or putting on shelf again to serve the API commodity.
In some aspects, the collaboration management module comprises:
the account opening unit is used for editing, deleting or opening the user account;
and the account management unit is used for maintaining account password information of the user.
In some embodiments, the content management module comprises:
and the commodity classification unit is used for adding, releasing, canceling, editing or deleting commodity categories.
In some aspects, the third client comprises:
the API commodity query module is used for querying data service API commodity information;
the API commodity detail module is used for purchasing the data service API commodity and debugging API address information corresponding to the data service API commodity;
and the account information module is used for checking the user information, the order information and the expense information.
The technical scheme provided by the invention can at least realize the following technical effects:
in some technical schemes, functional requirements of a user (a consumer), an operator and a data service provider are planned by a plurality of clients respectively, so that a platform integration mode of a data service operation platform can be simplified.
Moreover, the data service operation platform provided by the invention comprises an authentication module, and can effectively authenticate the user information, so that only the authenticated user can debug or use the API address information corresponding to the data service API commodity, thereby improving the calling safety of the API service.
In some technical solutions, the authentication module is further configured to enter the authentication request information into the corresponding message queue according to the corresponding queue number after the authentication processing, so that the order of execution of the authentication request information can be improved, and the authentication request information can be executed in time order.
In some technical solutions, the authentication module is further configured to asynchronously execute the authentication request information in the message queue and store the authentication request information in the database, so that ordered storage of the authentication request information can be realized, a disordered data storage phenomenon is avoided, and a situation of an excessively high database access pressure is effectively alleviated.
In some technical solutions, the server further includes an access control module, an access accounting module, a statistics module and a portal service module, where the access accounting module records data service API commodity usage behavior of the user, deduction behavior of data service API commodity package usage amount, and data service API commodity settlement amount. Therefore, the use times of the data service API commodity of the user can be accurately counted through the use behaviors of the data service API commodity of the user, the accurate charging is carried out according to the use times and the API package, the error of the charging amount is reduced, and therefore the accuracy of the counting charging of the traditional data service platform can be improved.
In some technical solutions, the second client includes a resource module, a commodity module, a cooperation management module, a settlement management module, a statistical form module, and a content management module. Based on the comprehensiveness of each module of the second client, a one-stop data service operation support system can be provided for an operator or a data service provider, so that the operator or the data service provider can operate and monitor data service API resources and data service API commodities in real time.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings needed to be used in the description of the embodiments of the present application will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without inventive exercise.
FIG. 1 is a block diagram of a data services operations platform of the present invention in some embodiments;
FIG. 2 is a schematic illustration of a data service API commodity generation, shelve sale, purchase, use and settlement process of the present invention in some embodiments;
reference numeral information:
100. a data service operation platform; 101. a first client; 102. a second client; 103. a third client; 104. and a server side.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more clearly and completely apparent, the technical solutions in the embodiments of the present application will be described below in conjunction with the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some 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.
The terms "first", "second", and "third" and the like in the description of the embodiments of the present application are used for distinguishing different objects, and are not used for describing a particular order of the objects. For example, the first client, the second client, and the third client are for distinguishing different clients, not for describing a specific order of the clients; as another example, the first usage request information and the second usage request information are used to distinguish different usage request information, rather than describing a specific order of usage request information.
In the embodiments of the present application, words such as "exemplary" or "for example" are used to mean serving as an example, instance, or illustration. Any embodiment or design described herein as "exemplary" or "e.g.," is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation 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 explicitly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The data service operation platform 100 provided by the present invention integrates a distributed Remote Dictionary Server (Remote Dictionary service) cluster environment. Redis is a memory database which can provide high-speed access, rich data type support and high concurrent read-write capability, can quickly process and store huge high concurrent access amount and mass data of data service websites, and solves the problems of website crash and service pause caused by excessive instantaneous concurrent access amount. The distributed Redis cluster is a distributed database system which is constructed by utilizing a redundant Redis database and has data redundancy and fault tolerance, and all excellent performances of the Redis database are achieved.
Specifically, as shown in fig. 1, fig. 1 is a block diagram of a data service operation platform 100 provided in the present invention in some embodiments, in fig. 1, the data service operation platform 100 includes:
a first client 101, configured to configure gateway request information;
the second client 102 is configured to send configuration request information of the data service API resource and construction request information of the data service API commodity to the server 104;
a third client 103, configured to send purchase request information or first usage request information of a data service API commodity to the first client 101;
the server 104 comprises a resource management module and an authentication module; wherein,
the resource management module is used for generating target data service API resources and storing the target data service API resources to a database when the configuration request information is received;
the resource management module is also used for generating a target data service API commodity according to the target data service API resource and storing the target data service API commodity in a database when the construction request information is received;
when receiving the purchase request information, the first client 101 generates order information and stores the order information in a database;
the first client 101 sends an authentication request message to the server 104 when receiving the first usage request message, the server 104 calls the authentication module to perform authentication processing on the first usage request message, and if the authentication is passed, the third client 103 debugs or uses API address information corresponding to the data service API commodity.
It should be noted that the first client 101 may be a data service operation gateway, which is used by a data service provider. The first client 101 may perform a preview or an operation through a browser.
The gateway request information may include parameter information and routing information of the connection service 104. The parameter information of the connection service end 104 may include IP address information, port information, authentication service path information, and authentication address prefix information. The routing information includes routing name information, path information matched with the routing, HTTP method information matched with the routing, and protocol information corresponding to the routing. Of course, in some other embodiments, the parameter information and the routing information of the connection server 104 are not limited to the foregoing example expressions.
The second client 102 may be a data service operations management station for use by data services and operators. The second client 102 may perform a preview or operation through a browser.
The configuration request information may include data service API resource name and Swagger (a kind of open source component) information.
The build request information may include a commodity name, a commodity profile, a commodity classification, a data service API resource, a data service API commodity introduction, and cost details. It will be understood by those skilled in the art that a data service API commodity may correspond to a data service API resource. The cost details include package information.
The third client 103 may be a data service marketplace for use by a user. The third client 103 may perform a preview or an operation through a browser.
The purchase request information may include second user account information, goods detail information, and selected package information.
The first usage request information may include Host (Host and port in initial URL), method (e.g., POST), commodity key, Content-Type (for indicating MIME Type to which Content belongs), and third user account information.
The target data service API resources are available resources that may be used to generate data service API goods.
The target data service API commodity is a valid commodity which can be used for selling on shelves.
The order information may include account information of the fourth user, package information of the selected commodity, and a subscription relationship. The subscription relationship may be an identity.
It should be understood that the first user account information, the second user account information, the third user account information and the fourth user account information may be the same information, that is, may include a user account name and a user account password.
The authentication request information may include the same contents as the first usage request information.
In some embodiments, the items of the authentication processing include user behavior state, commodity package information, subscription relationship, API address information, and usage times.
In some embodiments, the authentication module is further configured to enter the authentication request information into the corresponding message queue according to the corresponding queue number after the authentication process. Specifically, the queue number may be calculated according to a predetermined algorithm, and the calculation formula of the predetermined algorithm may be the number of contract relation% message queues. Wherein, "%" in the calculation mode of the predetermined algorithm is a remainder symbol in the computer programming calculation mode.
In some embodiments, the authentication module is further configured to asynchronously execute and store the authentication request information in the message queue to a database.
In some embodiments, the server 104 further comprises an access control module, an access accounting module, a statistics module, and a portal service module.
And the access control module is used for processing order information and accessing and controlling the data service API commodity package. In some other embodiments, the authentication module may be part of the access control module.
And the access accounting module is used for recording the data service API commodity use behavior of the user, the deduction behavior of the data service API commodity package consumption and the data service API commodity settlement amount.
The statistic module is used for counting resource commodity information, portal information data, order signing relation and accounting data. The statistic module can comprise a resource management center statistic service unit, an access control statistic service unit, an access accounting statistic service unit and a portal service center statistic service unit.
The portal service module is used for account management and access. Of course, in other embodiments, the portal service module is also used to implement the functions of other modules of the service end 104, such as the functions of the resource management module, the access control module and the access accounting module. In some embodiments of the present invention, the substrate is,
and when the number of times of the access accounting module recording the data service API commodity use behavior is more than 0, starting to record settlement amount.
The data service API commodity usage behavior may be a debugging or usage behavior of the third client 103 on API address information corresponding to the data service API commodity. When the user uses the API address information corresponding to the data service API commodity once through the third client 103, the package usage amount of the data service API commodity is subtracted once and recorded in the access accounting module.
The data service operation platform 100 provided by the present invention implements the principle of charging after using, so that the access accounting module starts charging after the user uses the API address information.
In some embodiments, the second client 102 is further configured to send second usage request information of the data service API commodity to the first client 101;
when the second client 102 receives the response information corresponding to the first client 101, the second client 102 debugs or uses the API address information corresponding to the data service API commodity.
The second usage request information may be the same as the first usage request information.
In some embodiments, the first client 101 comprises:
and the API gateway module is used for configuring the upstream service information and the routing information.
The upstream service information may be the same as the parameter information of the connection service 104.
In some embodiments, the second client 102 includes a resource module, a goods module, a cooperation management module, a settlement management module, a statistical report module, and a content management module. The resource module is used for configuring data service API resources; the commodity module is used for configuring data service API commodities; the cooperation management module is used for managing the account information of the first user; the settlement management module is used for settling the cost of the data service API commodity; the statistical form module is used for counting the operation information of the data service operation platform 100; the content management module is used for configuring data service API commodity classification.
The resource module comprises a resource management unit and a resource classification unit. The resource management unit is used for adding, editing, checking or deleting data service API resources; and the resource classification unit is used for adding, deleting or modifying the data service API resource classification. The data service API resources are used for constructing data service API commodities.
The commodity module comprises a commodity management unit which is used for previewing, adding, shelving or reshelving the API commodity.
The cooperation management module comprises an account opening unit and an account management unit. The account opening unit is used for editing, deleting or opening a user account; and the account management unit is used for maintaining account password information of the user.
The content management module comprises a commodity classification unit which is used for adding, publishing, revoking publishing, editing or deleting commodity categories.
In some embodiments, the third client 103 includes an API commodity query module, an API commodity detail module, and an account information module. The API commodity query module is used for querying data service API commodity information; the API commodity detail module is used for purchasing data service API commodities and debugging API address information corresponding to the data service API commodities; the account information module is used for checking user information, order information and expense information.
In the embodiment of the present invention, as shown in fig. 2, the flow of generation, sale on shelf, purchase, use and settlement of a data service API commodity can be implemented in the following exemplary manner:
first, a gateway is configured in the first client 101 by a developer or a data service provider and published to a DSOP platform (i.e., a data service operation platform). Therefore, the second client 102 can configure the data service API resources, and screen out the API resources that can construct (the construction referred to herein can be understood as meaning the generation) the data service API commodity from the configured data service API resources, so that the API resources can be constructed into the data service API commodity and released on the shelf. It should be appreciated that the API resources and data service API goods may be in a one-to-one relationship.
The user needs to apply for opening an account on the line of the third client 103 to purchase the data service API commodity. The user may communicate offline with a data service provider or carrier to open an account. And after the account is opened, the data service API commodity can be purchased on line. Because the data service operation platform 100 provided by the invention adopts the principle of first use and then settlement, after purchasing the API commodity, the user can communicate discount with the data service provider or the operator. After the user agrees with the communication of the data service provider or the operator, the preferential package price can be checked in the third client 103. After purchasing the data service API commodity, the user can request debugging or use the data service API commodity on line. After receiving the call or the use request sent by the third client 103, the first client 101 may intercept the request, perform authentication processing on the request, and perform accounting operation on the request that passes the authentication. The authenticated user can normally access the data service API, and can view the settlement report to pay for the used goods.
While embodiments of the invention have been described above, it is not limited to the applications set forth in the description and the embodiments, which are fully applicable in various fields of endeavor to which the invention pertains, and further modifications may readily be made by those skilled in the art, it being understood that the invention is not limited to the details shown and described herein without departing from the general concept defined by the appended claims and their equivalents.

Claims (10)

1. A data service operations platform, comprising:
the first client is used for configuring gateway request information;
the second client is used for sending configuration request information of the data service API resources and construction request information of the data service API commodities to the server;
the third client is used for sending purchase request information or first use request information of the data service API commodity to the first client;
the server comprises a resource management module and an authentication module; wherein,
the resource management module is used for generating target data service API resources and storing the target data service API resources to a database when the configuration request information is received;
the resource management module is also used for generating a target data service API commodity according to the target data service API resource and storing the target data service API commodity in a database when the construction request information is received;
the first client generates order information and stores the order information to a database when receiving the purchase request information;
and when receiving the first use request information, the first client sends authentication request information to the server, the server calls the authentication module to perform authentication processing on the first use request information, and if the authentication is passed, the third client debugs or uses the API address information corresponding to the data service API commodity.
2. The data service operation platform of claim 1, wherein the server further comprises an access control module, an access accounting module, a statistics module, and a portal service module, wherein,
the access control module is used for processing the access and control of order information and data service API commodity package;
the access accounting module is used for recording the data service API commodity use behavior of the user, the deduction behavior of the data service API commodity package consumption and the data service API commodity settlement amount;
the statistical module is used for counting resource commodity information, portal information data, order signing relation and accounting data;
the portal service module is used for account management and access.
3. The data service operation platform of claim 1, wherein the second client is further configured to send second usage request information of a data service API commodity to the first client;
and when the second client receives the response information corresponding to the first client, the second client debugs or uses the API address information corresponding to the data service API commodity.
4. The data service operations platform of claim 1, wherein the first client comprises:
and the API gateway module is used for configuring the upstream service information and the routing information.
5. The data service operation platform of any one of claims 1 or 3, wherein the second client comprises:
the resource module is used for configuring data service API resources;
the commodity module is used for configuring data service API commodities;
the cooperation management module is used for managing the account information of the first user;
the settlement management module is used for settling the cost of the data service API commodity;
the statistical report module is used for counting the operation information of the data service operation platform;
and the content management module is used for configuring data service API commodity classification.
6. The data service operation platform of claim 5, wherein the resource module comprises:
the resource management unit is used for adding, editing, checking or deleting the data service API resources;
and the resource classification unit is used for adding, deleting or modifying the data service API resource classification.
7. The data service operations platform of claim 5, wherein the goods module comprises:
and the commodity management unit is used for previewing, adding, putting on shelf, putting off shelf or putting on shelf again to serve the API commodity.
8. The data service operation platform of claim 5, wherein the collaboration management module comprises:
the account opening unit is used for editing, deleting or opening the user account;
and the account management unit is used for maintaining account password information of the user.
9. The data service operation platform of claim 5, wherein the content management module comprises:
and the commodity classification unit is used for adding, releasing, canceling, editing or deleting commodity categories.
10. The data service operation platform of claim 1, wherein the third client comprises:
the API commodity query module is used for querying data service API commodity information;
the API commodity detail module is used for purchasing the data service API commodity and debugging API address information corresponding to the data service API commodity;
and the account information module is used for checking the user information, the order information and the expense information.
CN202110860974.7A 2021-07-29 2021-07-29 Data service operation platform Active CN113595789B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110860974.7A CN113595789B (en) 2021-07-29 2021-07-29 Data service operation platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110860974.7A CN113595789B (en) 2021-07-29 2021-07-29 Data service operation platform

Publications (2)

Publication Number Publication Date
CN113595789A true CN113595789A (en) 2021-11-02
CN113595789B CN113595789B (en) 2024-03-19

Family

ID=78251480

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110860974.7A Active CN113595789B (en) 2021-07-29 2021-07-29 Data service operation platform

Country Status (1)

Country Link
CN (1) CN113595789B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140101058A1 (en) * 2012-10-08 2014-04-10 Marc Castel System and method for providing consumer side maintenance
CN104463639A (en) * 2014-12-27 2015-03-25 华为软件技术有限公司 Business implementation method and business operation platform
CN106789276A (en) * 2016-12-27 2017-05-31 甘肃万维信息技术有限责任公司 A kind of cloud computing service Mobile Online of store formula provides system
CN108717652A (en) * 2018-03-30 2018-10-30 北京三快在线科技有限公司 Order processing system and method, order placement service end, the second client
CN110298698A (en) * 2019-06-27 2019-10-01 甘肃万华金慧科技股份有限公司 Application service platform on a kind of line
CN112995165A (en) * 2021-02-10 2021-06-18 北京金山云网络技术有限公司 Resource access authentication method and device, storage medium and electronic equipment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140101058A1 (en) * 2012-10-08 2014-04-10 Marc Castel System and method for providing consumer side maintenance
CN104463639A (en) * 2014-12-27 2015-03-25 华为软件技术有限公司 Business implementation method and business operation platform
CN106789276A (en) * 2016-12-27 2017-05-31 甘肃万维信息技术有限责任公司 A kind of cloud computing service Mobile Online of store formula provides system
CN108717652A (en) * 2018-03-30 2018-10-30 北京三快在线科技有限公司 Order processing system and method, order placement service end, the second client
CN110298698A (en) * 2019-06-27 2019-10-01 甘肃万华金慧科技股份有限公司 Application service platform on a kind of line
CN112995165A (en) * 2021-02-10 2021-06-18 北京金山云网络技术有限公司 Resource access authentication method and device, storage medium and electronic equipment

Also Published As

Publication number Publication date
CN113595789B (en) 2024-03-19

Similar Documents

Publication Publication Date Title
US8380163B2 (en) Package billing for micro-transactions
EP2748781B1 (en) Multi-factor identity fingerprinting with user behavior
US10970758B2 (en) Electronic marketplace for hosted service images
JP5838218B2 (en) Application store system and application development method using the application store system
US20160071083A1 (en) Database driven, dynamically configurable payment routing and responses based on payment types
US20140089023A1 (en) Method and system for distributing data stream
WO2007084593A2 (en) Package billing for micro-transactions
US20140222500A1 (en) Consolidating Leads into a Lead Group
Schapranow et al. Costs of authentic pharmaceuticals: research on qualitative and quantitative aspects of enabling anti-counterfeiting in RFID-aided supply chains
US11172071B1 (en) Member activity across channels
US20140040461A1 (en) Method for mechanically generating content for messages
Fiche et al. Communicating Systems & Networks: Traffic & Performance (Innovative Technology Series. Information Systems and Networks)
WO2016156249A1 (en) Content playback management
CN111127224B (en) Information processing method, information processing device, electronic equipment and storage medium
CN113595789A (en) Data service operation platform
CN104580193A (en) Data processing method and device
CN112181817B (en) Test method and test device for SOA architecture platform
CN114240579A (en) Method and device for communication and cooperation of purchasing party and supplier
CN113727288A (en) Silence customer service robot based on 5G message
CN107463568A (en) A kind of history accesses the acquisition methods and device of data
US20170069007A1 (en) Providing Subscription Content Using Hosted Media Profile
US12132856B1 (en) Member activity across channels
WO2001090836A2 (en) Real-time (all the time) operation support system and method
WO2022082172A1 (en) Aggregated transaction accounts
CN113570435A (en) Method and terminal for deducting remaining use times of data service API (application program interface) commodities

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