CN111209060A - Capability development platform processing method and device - Google Patents

Capability development platform processing method and device Download PDF

Info

Publication number
CN111209060A
CN111209060A CN201811392037.8A CN201811392037A CN111209060A CN 111209060 A CN111209060 A CN 111209060A CN 201811392037 A CN201811392037 A CN 201811392037A CN 111209060 A CN111209060 A CN 111209060A
Authority
CN
China
Prior art keywords
calling
interface
residual
calling times
identifier
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.)
Pending
Application number
CN201811392037.8A
Other languages
Chinese (zh)
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.)
China Mobile Communications Group Co Ltd
China Mobile Group Guangdong Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Group Guangdong 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 China Mobile Communications Group Co Ltd, China Mobile Group Guangdong Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN201811392037.8A priority Critical patent/CN111209060A/en
Publication of CN111209060A publication Critical patent/CN111209060A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4482Procedural

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The embodiment of the invention provides a capability development platform processing method and a device, wherein the method comprises the following steps: the method comprises the steps of obtaining a calling request sent by a user terminal, wherein the calling request comprises a user identifier and an interface identifier, determining the residual calling times of interface applications corresponding to the interface identifier according to the user identifier and the interface identifier, and determining whether the corresponding interface applications are sent to the user terminal according to the residual calling times, so that new control over calling resources is provided, and the real-time performance of services and the stability of interface services under high-concurrency interface calling and cluster deployment are realized.

Description

Capability development platform processing method and device
Technical Field
The invention relates to the technical field of information processing, in particular to a processing method and device for a capability development platform.
Background
The capability open platform is usually open to the outside in the form of API, and provides interface service in the form of request-response, and each capability call is used as a basis for charging. The existing capacity charging scheme is mainly carried out in a mode of firstly using and then calculating the charge by referring to a solution of a business support (BOSS) of telecommunication, a capacity charging processing program receives a call log output by a capacity open platform and a call ticket output by a service provider as a charging pricing basis, the whole device comprises the steps of collecting and sorting files, preprocessing, resource pricing, resource deduction and the like to obtain deducted resources, resource early warning or capacity interface use authority control is carried out on a developer according to deduction results, and backup processing is carried out on a conversation ticket.
The capacity billing scheme referring to the solution of the service support of telecommunications (BOSS) can well solve the capacity open platform operation mode of 'pay after use', but the scheme is difficult to accurately control the use of resources and is not suitable for the operation mode that a developer purchases resources before use and needs to accurately control the purchased resources. Under the conditions that capacity service resources are purchased and then used and the resources need to be accurately controlled, the use of the existing charging scheme easily causes excessive calling of interfaces and unpredictable operation risks. In order to achieve the goal of accurately controlling the capability interface quota, resource judgment must be performed in each capability calling process applied by a developer, so as to achieve accurate authorization and control. The API call volume of the capability open platform can reach hundreds of millions of times every day, the requirements of short API response time, high usability and the like need to be met, and if the database is accessed to perform resource query every time, the database has obvious bottleneck and is difficult to adapt to scenes for use.
Disclosure of Invention
The invention provides a capability development platform processing method and device, which are used for solving the problem that the calling of a capability product cannot be efficiently controlled in the prior art.
In a first aspect, an embodiment of the present invention provides a capability development platform processing method, including:
acquiring a calling request sent by a user terminal, wherein the calling request comprises a user identifier and an interface identifier;
determining the residual calling times of the interface application corresponding to the interface identification according to the user identification and the interface identification;
and determining whether to send the corresponding interface application to the user terminal according to the residual calling times.
In a second aspect, an embodiment of the present invention provides a capability development platform processing apparatus, including:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring a calling request sent by a user terminal, and the calling request comprises a user identifier and an interface identifier;
the query module is used for determining the residual calling times of the interface application corresponding to the interface identifier according to the user identifier and the interface identifier;
and the processing module is used for determining whether to send the corresponding interface application to the user terminal according to the residual calling times.
In a third aspect, an embodiment of the present invention provides an electronic device, including: a processor, a memory, a bus, and a computer program stored on the memory and executable on the processor;
the processor and the memory complete mutual communication through the bus;
the processor, when executing the computer program, implements the method as described above.
In a fourth aspect, embodiments of the present invention provide a non-transitory computer-readable storage medium having a computer program stored thereon, which when executed by a processor implements the method as described above.
According to the technical scheme, the capacity development platform processing method and the capacity development platform processing device provided by the embodiment of the invention have the advantages that by acquiring the call request sent by the user terminal, wherein the call request comprises the user identifier and the interface identifier, the residual call times of the interface application corresponding to the interface identifier are determined according to the user identifier and the interface identifier, and whether the corresponding interface application is sent to the user terminal or not is determined according to the residual call times, so that new control over call resources is provided, and the real-time performance of service and the stability of interface service under high-concurrency interface call and cluster deployment are realized.
Drawings
FIG. 1 is a flowchart illustrating a capability development platform processing method according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a capability development platform processing method according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a capability development platform processing device according to an embodiment of the present invention;
FIG. 4 is a schematic structural diagram of a capability development platform processing device according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the present invention is provided in connection with the accompanying drawings and examples. The following examples are intended to illustrate the invention but are not intended to limit the scope of the invention.
Fig. 1 shows a capability development platform processing method according to an embodiment of the present invention, including:
s11, obtaining a call request sent by the user terminal, wherein the call request comprises a user identification and an interface identification.
With reference to step S11, it should be noted that, in the embodiment of the present invention, the capability opening platform is typically opened externally in the form of an API (application program interface), and provides interface services in the form of request-response. A capability product (i.e., an interface application) is an entity that carries API capability information and price information for an operator to provide services to customers (developers). Each capability call is used as the basis for charging.
Since the capability open platform is an open sharing platform, the developer can call the capability product through the interface. The developer establishes an ordering relationship for a certain capacity product through the user information and the development sharing platform, and the ordering relationship can represent how many times the user can call the capacity product.
A server of the capability development platform acquires an order request sent by a user terminal, wherein the order request comprises a user identifier, an interface application and order times. And then establishing a corresponding relation among the user identification, the interface identification, the ordering times, the residual calling times and the interface application according to the ordering request. Here, the interface identification is a unique identification of an interface capable of providing a capability product (interface application) to a user. The order times are the times of calling the capacity product when the user establishes the order relationship for the first time.
After a user logs in the capability open platform through a user terminal, a calling request is sent to the server after corresponding operation is carried out on the terminal. The server receives the call request, and can obtain the user identification and the interface identification from the call request. The invocation request may also include a current number of invocations.
S12, determining the residual calling times of the interface application corresponding to the interface identification according to the user identification and the interface identification.
For step S12, it should be noted that, in the embodiment of the present invention, after receiving the call request, the server may call the corresponding relationship between the user identifier, the interface identifier, the number of orders, the remaining number of calls, and the interface application from the database, and then obtain the remaining number of calls of the interface application corresponding to the interface identifier from the corresponding relationship according to the user identifier and the interface identifier.
And S13, determining whether to send the corresponding interface application to the user terminal according to the residual calling times and the current calling times.
With respect to step S13, it should be noted that, in the embodiment of the present invention, the following specific cases may be adopted:
1) and when the residual calling times are determined to be larger than or equal to the current calling times, sending the corresponding interface application to the user terminal according to the current calling times, and deducting the residual calling times in the corresponding relation according to the current calling times.
2) And when the residual calling times are determined to be smaller than the current calling times, not sending the corresponding interface application to the user terminal, and sending reminding information of insufficient calling times to the user terminal. The insufficient number reminding information can inform the user that the remaining number of times of calling the capability product is insufficient to be called currently, and can remind the user to put forward a calling request of a new number of times of calling again until the capability product is called.
3) And when the residual calling times are determined to be zero, stopping sending the interface application to the user terminal.
According to the capacity development platform processing method provided by the embodiment of the invention, the calling request sent by the user terminal is obtained, the calling request comprises the user identifier and the interface identifier, the residual calling times of the interface application corresponding to the interface identifier are determined according to the user identifier and the interface identifier, and whether the corresponding interface application is sent to the user terminal or not is determined according to the residual calling times. The embodiment provides new control over the calling resources, and realizes the real-time performance of the service and the stability of the interface service under the high-concurrency interface calling and cluster deployment.
Fig. 2 shows a capability development platform processing method provided in an embodiment of the present invention, including:
s21, obtaining a call request sent by the user terminal, wherein the call request comprises a user identification and an interface identification.
With reference to step S21, it should be noted that, in the embodiment of the present invention, the capability opening platform is typically opened externally in the form of an API (application program interface), and provides interface services in the form of request-response. A capability product (i.e., an interface application) is an entity that carries API capability information and price information for an operator to provide services to customers (developers). Each capability call is used as the basis for charging.
Since the capability open platform is an open sharing platform, the developer can call the capability product through the interface. The developer establishes an ordering relationship for a certain capacity product through the user information and the development sharing platform, and the ordering relationship can represent how many times the user can call the capacity product.
A server of the capability development platform acquires an order request sent by a user terminal, wherein the order request comprises a user identifier, an interface application and order times. And then establishing a corresponding relation among the user identification, the interface identification, the ordering times, the residual calling times and the interface application according to the ordering request. Here, the interface identification is a unique identification of an interface capable of providing a capability product (interface application) to a user. The order times are the times of calling the capacity product when the user establishes the order relationship for the first time.
After a user logs in the capability open platform through a user terminal, a calling request is sent to the server after corresponding operation is carried out on the terminal. The server receives the call request, and can obtain the user identification and the interface identification from the call request. The invocation request may also include a current number of invocations.
S22, calling a user identifier, an interface identifier, ordering times, residual calling times and corresponding relations between interface applications, and obtaining the residual calling times of the interface applications corresponding to the interface identifiers from the corresponding relations according to the user identifier and the interface identifiers.
For step S22, it should be noted that, in the embodiment of the present invention, after receiving the call request, the server may call the corresponding relationship between the user identifier, the interface identifier, the number of orders, the remaining number of calls, and the interface application from the database, and then obtain the remaining number of calls of the interface application corresponding to the interface identifier from the corresponding relationship according to the user identifier and the interface identifier.
And S23, when the residual calling times are determined to be larger than the current calling times, sending the corresponding interface application to the user terminal according to the current calling times, and deducting the residual calling times in the corresponding relation according to the current calling times.
And S24, when detecting that the residual calling times in the corresponding relation are not deducted according to the current calling times, generating an asynchronous calling list, wherein the asynchronous calling list comprises the residual calling times in the corresponding relation deducted according to the current calling times.
With reference to step S24, it should be noted that, in the embodiment of the present invention, since there may be an abnormal situation in the capability product calling process, for example, the capability product is called, but the remaining number of calls in the corresponding relationship is not deducted and updated. When this occurs, the number of calls is not deducted (i.e., the number of calls remaining or the number of calls before deduction is not deducted), so that the number of calls remaining is greater than the actual number of capability products. The problem that the residual calling times are enough, but the capacity product is not enough and can not be called when the request is called next time is caused. Therefore, the server synchronously generates an asynchronous call list which comprises the residual call times in the corresponding relation subtracted according to the current call times.
In addition, since the redis caches the call data, but it cannot persist the data, the call data needs to be moved to the database for long-term storage.
The processing method for the capability development platform provided by the embodiment of the invention obtains the call request sent by the user terminal, wherein the call request comprises the user identifier and the interface identifier, obtaining the residual calling times of the interface application corresponding to the interface identification from the corresponding relation according to the user identification and the interface identification, when determining that the residual calling times are more than the current calling times, sending the corresponding interface application to the user terminal according to the current calling times, deducting the residual calling times in the corresponding relationship according to the current calling times, when detecting that the residual calling times in the corresponding relationship are not deducted according to the current calling times, and generating an asynchronous call list, wherein the asynchronous call list comprises the step of deducting the residual call times in the corresponding relation according to the current call times, so that new control over the call resources is provided, and the real-time performance of the service and the stability of the interface service under the high-concurrency interface call and cluster deployment are realized.
Fig. 3 shows a capability development platform processing apparatus provided in an embodiment of the present invention, which includes an obtaining module 31, a querying module 32, and a processing module 33, where:
an obtaining module 31, configured to obtain a call request sent by a user terminal, where the call request includes a user identifier and an interface identifier;
the query module 32 is configured to determine, according to the user identifier and the interface identifier, the remaining number of calls of the interface application corresponding to the interface identifier;
and the processing module 33 is configured to determine whether to send the corresponding interface application to the user terminal according to the remaining number of calls.
In addition, the system further comprises an establishing module for:
acquiring an ordering request sent by a user terminal, wherein the ordering request comprises a user identifier, an interface application and ordering times;
and establishing a corresponding relation among the user identifier, the interface identifier, the ordering times, the residual calling times and the interface application according to the ordering request.
Since the principle of the apparatus according to the embodiment of the present invention is the same as that of the method according to the above embodiment, further details are not described herein for further explanation.
It should be noted that, in the embodiment of the present invention, the relevant functional module may be implemented by a hardware processor (hardware processor).
According to the capacity development platform processing device provided by the embodiment of the invention, the calling request sent by the user terminal is obtained, the calling request comprises the user identifier and the interface identifier, the residual calling times of the interface application corresponding to the interface identifier are determined according to the user identifier and the interface identifier, whether the corresponding interface application is sent to the user terminal or not is determined according to the residual calling times, new control over calling resources is provided, and the real-time performance of service and the stability of interface service under high-concurrency interface calling and cluster deployment are realized.
Fig. 4 shows a capability development platform processing apparatus provided in an embodiment of the present invention, which includes an obtaining module 41, a querying module 42, a processing module 43, and an asynchronous processing module 44, where:
an obtaining module 41, configured to obtain a call request sent by a user terminal, where the call request includes a user identifier and an interface identifier;
the query module 42 is configured to determine, according to the user identifier and the interface identifier, the remaining number of calls of the interface application corresponding to the interface identifier;
a processing module 43, configured to determine whether to send the corresponding interface application to the user terminal according to the remaining number of calls;
an asynchronous processing module 44 configured to:
and when detecting that the residual calling times in the corresponding relation are not deducted according to the current calling times, generating an asynchronous calling list, wherein the asynchronous calling list comprises the residual calling times in the corresponding relation which are deducted according to the current calling times.
Since the principle of the apparatus according to the embodiment of the present invention is the same as that of the method according to the above embodiment, further details are not described herein for further explanation.
It should be noted that, in the embodiment of the present invention, the relevant functional module may be implemented by a hardware processor (hardware processor).
The capacity development platform processing device provided by the embodiment of the invention obtains the call request sent by the user terminal, wherein the call request comprises the user identifier and the interface identifier, obtaining the residual calling times of the interface application corresponding to the interface identification from the corresponding relation according to the user identification and the interface identification, when determining that the residual calling times are more than the current calling times, sending the corresponding interface application to the user terminal according to the current calling times, deducting the residual calling times in the corresponding relationship according to the current calling times, when detecting that the residual calling times in the corresponding relationship are not deducted according to the current calling times, and generating an asynchronous call list, wherein the asynchronous call list comprises the step of deducting the residual call times in the corresponding relation according to the current call times, so that new control over the call resources is provided, and the real-time performance of the service and the stability of the interface service under the high-concurrency interface call and cluster deployment are realized.
Fig. 5 shows that an embodiment of the present invention provides an electronic device, including: a processor 51, a memory 52, a bus 53 and computer programs stored on the memory and executable on the processor;
the processor and the memory complete mutual communication through the bus;
the processor, when executing the computer program, implements a method as described above, for example comprising: acquiring a calling request sent by a user terminal, wherein the calling request comprises a user identifier and an interface identifier; determining the residual calling times of the interface application corresponding to the interface identification according to the user identification and the interface identification; and determining whether to send the corresponding interface application to the user terminal according to the residual calling times.
An embodiment of the present invention provides a non-transitory computer readable storage medium, on which a computer program is stored, and when executed by a processor, the computer program implements the method as described above, for example, including: acquiring a calling request sent by a user terminal, wherein the calling request comprises a user identifier and an interface identifier; determining the residual calling times of the interface application corresponding to the interface identification according to the user identification and the interface identification; and determining whether to send the corresponding interface application to the user terminal according to the residual calling times.
Furthermore, those skilled in the art will appreciate that while some embodiments described herein include some features included in other embodiments, rather than other features, combinations of features of different embodiments are meant to be within the scope of the invention and form different embodiments. For example, in the following claims, any of the claimed embodiments may be used in any combination.
It should be noted that the above-mentioned embodiments illustrate rather than limit the invention, and that those skilled in the art will be able to design alternative embodiments without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The usage of the words first, second and third, etcetera do not indicate any ordering. These words may be interpreted as names.
Those of ordinary skill in the art will understand that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit of the corresponding technical solutions and scope of the present invention as defined in the appended claims.

Claims (12)

1. A capability development platform processing method is characterized by comprising the following steps:
acquiring a calling request sent by a user terminal, wherein the calling request comprises a user identifier and an interface identifier;
determining the residual calling times of the interface application corresponding to the interface identification according to the user identification and the interface identification;
and determining whether to send the corresponding interface application to the user terminal according to the residual calling times.
2. The method according to claim 1, wherein before said obtaining the invocation request sent by the user terminal, further comprising:
acquiring an ordering request sent by a user terminal, wherein the ordering request comprises a user identifier, an interface application and ordering times;
and establishing a corresponding relation among the user identifier, the interface identifier, the ordering times, the residual calling times and the interface application according to the ordering request.
3. The method according to claim 2, wherein the determining the remaining number of times of invoking the interface application corresponding to the interface identifier according to the user identifier and the interface identifier comprises:
calling the corresponding relation among the user identification, the interface identification, the ordering times, the residual calling times and the interface application;
and obtaining the residual calling times of the interface application corresponding to the interface identification from the corresponding relation according to the user identification and the interface identification.
4. The method according to claim 3, wherein the determining whether to send the corresponding interface application to the user terminal according to the remaining number of calls comprises:
when the residual calling times are determined to be larger than or equal to the current calling times, sending the corresponding interface application to the user terminal according to the current calling times, and deducting the residual calling times in the corresponding relation according to the current calling times;
when the residual calling times are determined to be smaller than the current calling times, only sending reminding information of insufficient times to the user terminal;
and when the residual calling times are determined to be zero, stopping sending the interface application to the user terminal.
5. The method of claim 4, further comprising:
and when detecting that the residual calling times in the corresponding relation are not deducted according to the current calling times, generating an asynchronous calling list, wherein the asynchronous calling list comprises the residual calling times in the corresponding relation which are deducted according to the current calling times.
6. A capability development platform processing apparatus, comprising:
the system comprises an acquisition module, a processing module and a processing module, wherein the acquisition module is used for acquiring a calling request sent by a user terminal, and the calling request comprises a user identifier and an interface identifier;
the query module is used for determining the residual calling times of the interface application corresponding to the interface identifier according to the user identifier and the interface identifier;
and the processing module is used for determining whether to send the corresponding interface application to the user terminal according to the residual calling times.
7. The apparatus of claim 6, further comprising a setup module to:
acquiring an ordering request sent by a user terminal, wherein the ordering request comprises a user identifier, an interface application and ordering times;
and establishing a corresponding relation among the user identifier, the interface identifier, the ordering times, the residual calling times and the interface application according to the ordering request.
8. The apparatus of claim 7, wherein the query module is specifically configured to:
calling the corresponding relation among the user identification, the interface identification, the ordering times, the residual calling times and the interface application;
and obtaining the residual calling times of the interface application corresponding to the interface identification from the corresponding relation according to the user identification and the interface identification.
9. The apparatus of claim 8, wherein the invocation request further includes a current number of invocations, and the processing module is specifically configured to:
when the residual calling times are determined to be larger than or equal to the current calling times, sending the corresponding interface application to the user terminal according to the current calling times, and deducting the residual calling times in the corresponding relation according to the current calling times;
when the residual calling times are determined to be smaller than the current calling times, only sending reminding information of insufficient times to the user terminal;
and when the residual calling times are determined to be zero, stopping sending the interface application to the user terminal.
10. The apparatus of claim 9, further comprising an asynchronous processing module to:
and when detecting that the residual calling times in the corresponding relation are not deducted according to the current calling times, generating an asynchronous calling list, wherein the asynchronous calling list comprises the residual calling times in the corresponding relation which are deducted according to the current calling times.
11. An electronic device, comprising: a processor, a memory, a bus, and a computer program stored on the memory and executable on the processor;
the processor and the memory complete mutual communication through the bus;
the processor, when executing the computer program, implements the method of any of claims 1-5.
12. A non-transitory computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, implements the method of any one of claims 1-5.
CN201811392037.8A 2018-11-21 2018-11-21 Capability development platform processing method and device Pending CN111209060A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811392037.8A CN111209060A (en) 2018-11-21 2018-11-21 Capability development platform processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811392037.8A CN111209060A (en) 2018-11-21 2018-11-21 Capability development platform processing method and device

Publications (1)

Publication Number Publication Date
CN111209060A true CN111209060A (en) 2020-05-29

Family

ID=70787655

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811392037.8A Pending CN111209060A (en) 2018-11-21 2018-11-21 Capability development platform processing method and device

Country Status (1)

Country Link
CN (1) CN111209060A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112104671A (en) * 2020-11-12 2020-12-18 深圳壹账通智能科技有限公司 Interface authorization monitoring method and device, computer equipment and storage medium
CN113570435A (en) * 2021-07-29 2021-10-29 深圳数鑫科技有限公司 Method and terminal for deducting remaining use times of data service API (application program interface) commodities
CN113760398A (en) * 2020-09-29 2021-12-07 北京沃东天骏信息技术有限公司 Interface calling method, server, system and storage medium
CN114584542A (en) * 2020-11-18 2022-06-03 中移物联网有限公司 Method and system for integrating internet of things card service capability in communication module

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104836800A (en) * 2015-04-17 2015-08-12 华为技术有限公司 Service quality control method, equipment and service quality control system
CN107800768A (en) * 2017-09-13 2018-03-13 平安科技(深圳)有限公司 Open platform control method and system
WO2018064951A1 (en) * 2016-10-08 2018-04-12 中兴通讯股份有限公司 Service ordering method, system, and service server
CN108632325A (en) * 2017-03-24 2018-10-09 ***通信集团浙江有限公司 A kind of call method and device of application

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104836800A (en) * 2015-04-17 2015-08-12 华为技术有限公司 Service quality control method, equipment and service quality control system
WO2018064951A1 (en) * 2016-10-08 2018-04-12 中兴通讯股份有限公司 Service ordering method, system, and service server
CN108632325A (en) * 2017-03-24 2018-10-09 ***通信集团浙江有限公司 A kind of call method and device of application
CN107800768A (en) * 2017-09-13 2018-03-13 平安科技(深圳)有限公司 Open platform control method and system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113760398A (en) * 2020-09-29 2021-12-07 北京沃东天骏信息技术有限公司 Interface calling method, server, system and storage medium
CN112104671A (en) * 2020-11-12 2020-12-18 深圳壹账通智能科技有限公司 Interface authorization monitoring method and device, computer equipment and storage medium
CN112104671B (en) * 2020-11-12 2021-03-02 深圳壹账通智能科技有限公司 Interface authorization monitoring method and device, computer equipment and storage medium
WO2022100155A1 (en) * 2020-11-12 2022-05-19 深圳壹账通智能科技有限公司 Interface authorization monitoring method, apparatus, computer device, and storage medium
CN114584542A (en) * 2020-11-18 2022-06-03 中移物联网有限公司 Method and system for integrating internet of things card service capability in communication module
CN113570435A (en) * 2021-07-29 2021-10-29 深圳数鑫科技有限公司 Method and terminal for deducting remaining use times of data service API (application program interface) commodities
CN113570435B (en) * 2021-07-29 2024-06-07 深圳数鑫科技有限公司 Method and terminal for deducting remaining use times of data service API commodity

Similar Documents

Publication Publication Date Title
CN110310034B (en) Service arrangement and business flow processing method and device applied to SaaS
CN111209060A (en) Capability development platform processing method and device
CN108805632B (en) Charging method and device
CN110149298B (en) Hijacking detection method and device
CN111177112A (en) Database blocking method and device based on operation and maintenance management system and electronic equipment
CN107635219B (en) Service package sharing method and device
CN109949064B (en) Open interface call charging method and device
CN109933508B (en) Method and apparatus for transmitting information
CN115617511A (en) Resource data processing method and device, electronic equipment and storage medium
CN110753323B (en) Card resource allocation method and server
KR20210142736A (en) Billing method, apparatus, and system
CN113010238A (en) Permission determination method, device and system for micro application call interface
CN112990991A (en) Method and device for merging invoices
CN113760315A (en) Method and device for testing system
CN111273939B (en) Information processing method, information processing device and terminal equipment
CN114722108A (en) Customer service data processing method and device, electronic equipment and storage medium
CN113132928B (en) Charging method and device for video short message service
US20040240648A1 (en) Dynamic processing of data processing instructions
CN110300000B (en) Charging mode changing method and device, electronic equipment and readable storage medium
CN108271134B (en) Communication service charging method and device
CN112835962A (en) Information display method and device, electronic equipment and storage medium
CN112927066A (en) Batch deduction method and device
CN111897822A (en) Account state information processing method and device, electronic equipment and storage medium
CN111258879A (en) Service test scheduling method and device based on page acquisition and intelligent terminal
CN110727554A (en) Data monitoring method, device and system

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