CN113595789B - Data service operation platform - Google Patents

Data service operation platform Download PDF

Info

Publication number
CN113595789B
CN113595789B CN202110860974.7A CN202110860974A CN113595789B CN 113595789 B CN113595789 B CN 113595789B CN 202110860974 A CN202110860974 A CN 202110860974A CN 113595789 B CN113595789 B CN 113595789B
Authority
CN
China
Prior art keywords
data service
commodity
module
api
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.)
Active
Application number
CN202110860974.7A
Other languages
Chinese (zh)
Other versions
CN113595789A (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

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 gateway, 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 resource and construction request information of the data service API commodity 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 into a database when receiving the configuration request information; and the resource management module is also used for generating target data service API commodity according to the target data service API resource and storing the 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, the accuracy of counting and 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 use process, and as most of the platforms have no data resource, the use permission of the data service needs to be purchased from a data service provider (the data service provider can be a platform such as a very fast data, a development house, an ali cloud API market, a hundred degree API market and the like). The data service typically opens up data services in the form of APIs (Application Programming Interface, application program interfaces) to provide interface services to users in the form of request-responses. However, the existing system for providing the API by the data service provider in the market still has the defects of complex integration mode, inaccurate metering and charging, low security of calling the API service, too high access pressure of the database and the like.
Disclosure of Invention
It is an object of the present invention to solve at least the above problems and to provide corresponding advantages.
Another object 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 mode of the data service operation platform, improve the call security of API service, the accuracy of metering and charging, and alleviate the access pressure of database. The invention is realized mainly 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 resource and construction request information of the data service API commodity 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 into a database when receiving the configuration request information;
the resource management module is further 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 generates order information and stores the order information into a database;
and when the first client receives 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 platform integration of the data service operation platform can be simplified by planning the functional requirements of users (consumers), operators and data service providers respectively through a plurality of clients, thereby solving the technical problem of complex integration mode of the traditional data service platform.
Furthermore, the data service operation platform provided by the invention comprises the authentication module, so that the user information can be effectively authenticated, and the API address information corresponding to the data service API commodity can be debugged or used only by the authenticated user, thereby solving the technical problem of how to improve the calling security of the API service.
In some technical schemes, the authentication module is further configured to enter authentication request information into a corresponding message queue according to a corresponding queue number after authentication processing.
By the technical scheme, the order of the authentication request information to be executed 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 the database.
By the technical scheme, the ordered storage of the authentication request information can be realized, and the phenomenon of messy data storage is avoided, so that the technical problem of overhigh access pressure of a database is solved.
In some technical schemes, the service end also 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 order information and accessing and controlling the 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 commodity package amount of the data service API and the commodity settlement amount of the data service API;
the statistics module is used for counting resource commodity information, portal information data, order subscription relations and billing data;
the portal service module is used for account management and access.
In some embodiments, when the number of times the access accounting module records the commodity usage behavior of the data service API is greater than 0, recording the settlement amount is started.
Through the technical scheme, the using times of the user on the data service API commodity can be counted accurately through the using behaviors of the data service API commodity of the user, and the charging amount error is reduced according to the using times and the accurate charging of the API package, so that the technical problem of how to improve the accuracy of the conventional data service platform counting charging 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;
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 embodiments, the first client includes:
and the API gateway module is used for configuring the upstream service information and the routing information.
In some embodiments, the second client includes:
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 first user account information;
the settlement management module is used for settling the expense of the data service API commodity;
the statistics report module is used for counting the operation information of the data service operation platform;
and the content management module is used for configuring the commodity classification of the data service API.
Through 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, viewing 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 commodity module comprises:
and the commodity management unit is used for previewing, adding, putting on shelf, taking off shelf or putting on shelf again to serve the API commodity.
In some embodiments, the cooperation management module includes:
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 includes:
and the commodity classification unit is used for adding, issuing, canceling issuing, editing or deleting commodity categories.
In some embodiments, the third client includes:
the API commodity inquiry module is used for inquiring data service API commodity information;
the API commodity detail module is used for purchasing the data service API commodity and debugging the 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 cost information.
The technical scheme provided by the invention at least can realize the following technical effects:
in some technical schemes, the platform integration mode of the data service operation platform can be simplified by planning the functional requirements of users (consumers), operators and data service providers respectively through a plurality of clients.
Furthermore, the data service operation platform provided by the invention comprises the authentication module, so that the user information can be effectively authenticated, and the API address information corresponding to the data service API commodity can be debugged or used only by the authenticated user, thereby improving the calling security 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 executing the authentication request information can be improved, and the authentication request information can be executed in time order.
In some technical schemes, the authentication module is further used for asynchronously executing the authentication request information in the message queue and storing the authentication request information in the database, so that the ordered storage of the authentication request information can be realized, the phenomenon of disordered data storage is avoided, and the condition of overhigh access pressure of the database is effectively relieved.
In some technical schemes, the service end further comprises an access control module, an access accounting module, a statistics module and a portal service module, wherein the access accounting module records 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. Therefore, the using times of the user to the data service API commodity can be counted accurately through the using behaviors of the data service API commodity of the user, and the error of the charging amount is reduced according to the using times and the accurate charging of the API package, so that the accuracy of the conventional data service platform in counting and charging can be improved.
In some embodiments, the second client includes a resource module, a commodity module, a collaboration management module, a settlement management module, a statistics 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 that are needed in the description of the embodiments of the present application will be briefly described below, it being obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a block diagram of a data service operation platform of the present invention in some embodiments;
FIG. 2 is a schematic diagram of the data service API commodity generation, vending, purchasing, 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 the server side.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present application, and it is apparent that the described embodiments are some embodiments of the present application, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments herein without making any inventive effort, are intended to be within the scope of the present application.
The terms "first," "second," and "third," and the like in the description of embodiments of the present application, are used for distinguishing between different objects and not necessarily for describing a particular sequential order of objects. For example, the first client, the second client, and the third client are for distinguishing between different clients, and not for describing a particular order of clients; for another example, the first usage request information and the second usage request information are used to distinguish between different usage request information, and are not used to describe a particular order of usage request information.
In the embodiments of the present application, words such as "exemplary" or "such as" are used to mean serving as examples, illustrations, or descriptions. Any embodiment or design described herein as "exemplary" or "for example" should not be construed as preferred or advantageous over other embodiments or designs. Rather, the use of words such as "exemplary" or "such as" is intended to present related concepts 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 that are expressly listed or inherent to such process, method, article, or apparatus.
The data service operation platform 100 provided by the invention integrates a distributed Redis (Remote Dictionary Server, remote dictionary service) cluster environment. Redis is a memory database which can provide high-speed access, abundant data type support and high concurrency read-write capability, can rapidly process and store huge high concurrency access quantity and massive data of a data service website, and solves the problems of website collapse and service suspension caused by overlarge instantaneous concurrency access quantity. The distributed Redis cluster is a distributed database system with data redundancy and fault tolerance constructed by using a redundant Redis database, and has all the excellent performances of the Redis database.
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, and 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 includes 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 into a database when receiving the configuration request information;
the resource management module is further 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;
when the first client 101 receives the first usage request information, it sends authentication request information to the server 104, the server 104 invokes the authentication module to perform authentication processing on the first usage request information, and if the authentication is passed, the third client 103 debugs or uses API address information corresponding to the API commodity of the data service.
It should be noted that, the first client 101 may be a data service operation gateway, for use by a data service provider. The first client 101 may preview or operate through a browser.
The gateway request information may include parameter information and routing information of the connection server 104. The parameter information of the connection server 104 may include IP address information, port information, authentication service path information, and authentication address prefix information. The route information includes route name information, path information matched with the route, HTTP method information matched with the route, and protocol information corresponding to the route. Of course, in some other embodiments, the parameter information of the connection server 104 and the routing information are not limited to the foregoing example expressions.
The second client 102 may be a data service operations manager for use by data service providers and operators. The second client 102 may preview or otherwise operate through a browser.
The configuration request information may include a data service API resource name and Swagger (an 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. Those skilled in the art will appreciate that a data service API commodity may correspond to a data service API resource. The cost details include package information for the goods.
The third client 103 may be a data service marketplace for use by users. The third client 103 may preview or operate through a browser.
The purchase request information may include second user account information, merchandise detailed information, and selected package information.
The first usage request information may include a Host (Host and port in the initial URL), a method (e.g., POST), a commodity key, a Content-Type (MIME Type for representing the Content), and third user account information.
The target data service API resource is an effective resource that can be used to generate a data service API commodity.
The target data service API commodity is an effective commodity that can be used for vending on shelves.
The order information may include fourth user account information, selected merchandise package information, and subscription relationships. The subscription may be an identification.
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 that are in volumes in the embodiments of the present invention may be the same information, i.e., may include a user account name and a user account password.
The authentication request information may include the same contents as the first use request information.
In some embodiments, the items of authentication processing include user behavior status, commodity package information, subscription relationship, API address information, and number of uses.
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 processing. 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 the subscription relationship% message queues. Wherein "%" in the calculation mode of the predetermined algorithm is the remainder symbol in the computer programming calculation mode.
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.
In some embodiments, the server 104 further includes an access control module, an access billing module, a statistics module, and a portal service module.
The access control module is used for processing order information and accessing and controlling the data service API commodity packages. In some other embodiments, the authentication module may be part of the access control module.
The access accounting module is used for recording the data service API commodity use behavior of the user, the deduction behavior of the commodity package of the data service API and the commodity settlement amount of the data service API.
The statistics module is used for counting resource commodity information, portal information data, order subscription relations and billing data. The statistics module may include a resource management center statistics service unit, an access control statistics service unit, an access accounting statistics service unit, and a portal service center statistics service unit.
The portal service module is used for account management and access. Of course, in other embodiments, the portal service module is further configured to implement functions of other modules of the server 104, such as a resource management module, an access control module, and an access accounting module. In some embodiments of the present invention, in some embodiments,
and when the number of times of the commodity using actions of the data service API recorded by the access accounting module is greater than 0, recording the settlement amount.
The data service API commodity usage behavior may be a debug or usage behavior of API address information corresponding to the data service API commodity by the third client 103. When the user uses the API address information corresponding to the API commodity of the data service once through the third client 103, the package usage of the API commodity of the data service is deducted 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 first using, so that when the user uses the API address information, the access accounting module starts charging.
In some embodiments, the second client 102 is further configured to send second usage request information of a 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 API commodity of the data service.
The second use request information may be the same as the first use request information.
In some embodiments, the first client 101 includes:
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 server 104.
In some embodiments, the second client 102 includes a resource module, a commodity module, a collaboration management module, a settlement management module, a statistics 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 first user account information; the settlement management module is used for settling the expense of the data service API commodity; the statistics report 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, viewing or deleting the data service API resource; the resource classification unit is used for adding, deleting or modifying the data service API resource classification. The data service API resource is used for constructing a data service API commodity.
The commodity module comprises a commodity management unit and is used for previewing, adding, putting on shelf, putting off shelf or putting on shelf again to serve API commodities.
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 the user account; the account management unit is used for maintaining account password information of a user.
The content management module comprises a commodity classification unit which is used for adding, publishing, de-publishing, editing or deleting commodity categories.
In some embodiments, the third client 103 includes an API commodity query module, an API commodity details module, and an account information module. The API commodity inquiry module is used for inquiring data service API commodity information; the API commodity detail module is used for purchasing data service API commodity and debugging API address information corresponding to the data service API commodity; the account information module is used for checking user information, order information and cost information.
In the embodiment of the present invention, as shown in fig. 2, the flow of generating, vending, purchasing, using and settling a data service API commodity may 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 released to the DSOP platform (i.e., the data service operation platform). Thus, the second client 102 may configure the data service API resource, and screen the API resource that may construct (the construction referred to herein may be understood as meaning generation) the data service API commodity from the configured data service API resource, so that the API resource may be constructed as the data service API commodity and put on the shelf for release. It should be appreciated that the API resources may be in a one-to-one relationship with the data service API commodity.
The user needs to apply for an open account on the third client 103 to purchase the data service API commodity. The user may communicate offline with the data service or carrier to open an account. After the account is opened, the data service API commodity can be purchased online. Because the data service operation platform 100 provided by the invention adopts the principle of using before settling, after purchasing API commodity, the user can communicate the discount offer of the commodity with the data service provider or the operator in an off-line manner. After the user agrees with the data service provider or the operator, the third client 103 may check the reduced package price. After purchasing the data service API commodity, the user can request to debug or use the data service API commodity online. After receiving the call or use request sent by the third client 103, the first client 101 may intercept the request, authenticate the request, and perform accounting operation on the authenticated request. The authenticated user can normally access the data service API and can view the settlement statement to pay for the goods used.
Although embodiments of the present invention have been disclosed above, it is not limited to the details and embodiments shown and described, it is well suited to various fields of use for which the invention would be readily apparent to those skilled in the art, and accordingly, the invention is not limited to the specific details and illustrations shown and described herein, without departing from the general concepts defined in the claims and their equivalents.

Claims (1)

1. The data service operation platform is characterized by 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 resource and construction request information of the data service API commodity 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 into a database when receiving the configuration request information;
the resource management module is further 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 generates order information and stores the order information into a database;
when the first client receives the first use request information, the first client sends authentication request information to the server, the server calls the authentication module to execute authentication processing on the first use request information, if the authentication is passed, the third client debugs or uses the API address information corresponding to the data service API commodity,
the server also 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 order information and accessing and controlling the 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 commodity package amount of the data service API and the commodity settlement amount of the data service API;
the statistics module is used for counting resource commodity information, portal information data, order subscription relations and billing data;
the portal service module is used for account management and access,
the second client is further used for sending second use request information of the data service API commodity to the first client;
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,
the first client includes:
an API gateway module, configured to configure upstream service information and routing information, where the second client includes:
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 first user account information;
the settlement management module is used for settling the expense of the data service API commodity;
the statistics report module is used for counting the operation information of the data service operation platform;
a content management module for configuring data service API commodity classification,
the resource module includes:
the resource management unit is used for adding, editing, viewing or deleting the data service API resources;
a resource classification unit for adding, deleting or modifying the data service API resource classification,
the commodity module includes:
a commodity management unit for previewing, adding, putting on shelf, taking off shelf or putting on shelf again the data service API commodity,
the cooperation management module includes:
the account opening unit is used for editing, deleting or opening the user account;
the account management unit is used for maintaining account password information of a user, and the content management module comprises:
a commodity classification unit for adding, issuing, canceling issuing, editing or deleting commodity category,
the third client includes:
the API commodity inquiry module is used for inquiring data service API commodity information;
the API commodity detail module is used for purchasing the data service API commodity and debugging the 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 cost 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 CN113595789A (en) 2021-11-02
CN113595789B true 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 (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014056075A1 (en) * 2012-10-08 2014-04-17 Maintenance Assistant Inc. System and method for providing consumer side maintenance

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
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
CN113595789A (en) 2021-11-02

Similar Documents

Publication Publication Date Title
USRE49486E1 (en) System and method for tracking web interactions with real time analytics
US11182844B2 (en) Virtual resource transfer method, client device, application server, and system
US8380163B2 (en) Package billing for micro-transactions
US10970758B2 (en) Electronic marketplace for hosted service images
CN109447609A (en) Method of payment, device, computer equipment and storage medium
US7308434B2 (en) Account management tool for e-billing system
CN107979525A (en) A kind of red packet distribution method, equipment and medium
EP1062559A2 (en) Operational system for operating on client defined rules
US8626612B2 (en) Consolidating leads into a lead group
CZ20031107A3 (en) Multifunctional mobile banking system
WO2007084593A2 (en) Package billing for micro-transactions
WO2014165967A1 (en) Method and system for managing cloud portals, and billing system therefor
KR20090102947A (en) Method and system for making housekeeping account book using messaging service of mobile terminal
CN113595789B (en) Data service operation platform
CN111127224B (en) Information processing method, information processing device, electronic equipment and storage medium
CN107980147B (en) Tracking data flows in a distributed computing system
EP1739607A1 (en) System and method for customer support
CN112181817B (en) Test method and test device for SOA architecture platform
CN107463568A (en) A kind of history accesses the acquisition methods and device of data
KR20210068655A (en) Open market system with enhanced security by applying blockchain
Sadewa et al. Complaint Handling Ticketing Application Web Based Using Codeigniter Framework (Case Study at PT Indosat Ooredoo Tbk Jakarta)
WO2001090836A2 (en) Real-time (all the time) operation support system and method
CN114240579A (en) Method and device for communication and cooperation of purchasing party and supplier
CN118075297A (en) Trusted service realization method, equipment and medium based on Internet of things technology
CN113988829A (en) Service fee payment method and device

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