CN103188204A - Service control method and system in open platform - Google Patents

Service control method and system in open platform Download PDF

Info

Publication number
CN103188204A
CN103188204A CN2011104447665A CN201110444766A CN103188204A CN 103188204 A CN103188204 A CN 103188204A CN 2011104447665 A CN2011104447665 A CN 2011104447665A CN 201110444766 A CN201110444766 A CN 201110444766A CN 103188204 A CN103188204 A CN 103188204A
Authority
CN
China
Prior art keywords
service
open platform
registration table
services
calling
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
CN2011104447665A
Other languages
Chinese (zh)
Other versions
CN103188204B (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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201110444766.5A priority Critical patent/CN103188204B/en
Publication of CN103188204A publication Critical patent/CN103188204A/en
Application granted granted Critical
Publication of CN103188204B publication Critical patent/CN103188204B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention provides a service control method in an open platform. The service control method in the open platform comprises the following steps of receiving a service call request of an application, acquiring a service corresponding to the service call request from a registry of the open platform, and calling the acquired service. According to the service control method and a system in the open platform, after the service call request of the application is received, the service corresponding to the service call request is acquired through the registry of the open platform, the acquired service is called, and service calling in the open platform is controlled through the registry of the open platform, so that the service call request initiated by any application can acquire the corresponding service through the registry of the open platform; the service is provided by another application; service calling between the applications is uniformly controlled through the registry; the stability of the service calling in the open platform is ensured; and the applications with more functions can be expanded.

Description

Service control method in the open platform and system
[technical field]
The present invention relates to the network application technology, particularly relate to service control method and system in a kind of open platform.
[background technology]
Along with the development of network application, the increasing application incorporates open platform, and provides corresponding function by various services for the user.Each is used and has usually comprised a plurality of services in the open platform, to realize all functions in this application respectively by a plurality of services, the request in using is replied, and the echo reply result.The function of horn of plenty open applications needs to call the situation of serving in a certain application and frequently takes place in the process of using operation.
Yet the application that open platform has is of a great variety, and calling of serving between the application lacks unified management, will bring destabilizing factor for the operation of using.
[summary of the invention]
Based on this, the service control method in the open platform that is necessary to provide a kind of energy unification to control share service between the application.
In addition, the operation control system in the open platform that also is necessary to provide a kind of energy unification to control share service between the application.
Service control method in a kind of open platform comprises the steps:
Receive the service invocation request of using;
From the registration table of open platform, obtain the service corresponding with described service invocation request;
Call the described service that gets access to.
Preferably, the described step of obtaining the service corresponding with described service invocation request from the registration table of open platform is:
From described service invocation request, extract the Service name that calls;
In described registration table, obtain corresponding information on services according to the described Service name that calls;
Obtain the service of calling according to described information on services.
Preferably, the described step of calling the described service that gets access to is:
Judge what whether service provided for open platform according to described registration table, if not, then striding course is carried out in described service and call, if, then
In the process of open platform, call described service.
Preferably, also comprise before the described step of in described registration table, obtaining corresponding information on services according to the described Service name that calls:
Judge whether there is corresponding service in the open platform according to described service invocation request, if not, then
Pull described service, and the corresponding information on services of described service is saved in the registration table, if, then
Enter the step of in described registration table, obtaining corresponding information on services according to the described Service name that calls.
Preferably, the described step of calling the described service that gets access to also comprises before:
Judge according to the described information on services that obtains whether described service has and call authority, if then enter the described step of calling the described service that gets access to.
Operation control system in a kind of open platform comprises:
The request receiver module is used for receiving the service invocation request of using;
Acquisition module is used for obtaining the service corresponding with service invocation request from the registration table of open platform;
Calling module is used for calling the described service that gets access to.
Preferably, described acquisition module comprises:
The Service name extraction unit is used for extracting the Service name that calls from described service invocation request;
Information acquisition unit is used for obtaining corresponding information on services according to the described Service name that calls at described registration table;
The service acquiring unit is used for obtaining the service of calling according to described information on services.
Preferably, described calling module comprises:
Call judging unit, be used for judging what whether service provided for open platform according to described registration table, if not, then notify the striding course call unit, if, notification platform call unit then;
The striding course call unit is used for that striding course is carried out in described service and calls;
The platform invoke unit is used for calling described service in the process of open platform.
Preferably, described acquisition module also comprises:
Query unit judges whether there is corresponding service in the open platform according to described service invocation request, and if not, then notice pulls the unit, if then notify described information acquisition unit;
The described unit that pulls is used for pulling described service, and the corresponding information on services of described service is saved in the registration table.
Preferably, also comprise:
The authority judge module calls authority for judging according to the described information on services that obtains whether described service has, if then notify described calling module.
Service control method in the above-mentioned open platform and system, after receiving the service invocation request of application, registration table by open platform obtains the service corresponding with this service invocation request, and then call the service that obtains, owing to be by the registration table of open platform the service call in the open platform to be controlled, the service invocation request that arbitrary application is initiated all can be served accordingly by the registration table of open platform, this service provides for Another Application, and by the service call between the unified control application of registration table, guaranteed the stability of service call in the open platform, and then expanded and have multi-purpose application.
[description of drawings]
Fig. 1 is the method flow diagram of the control of the service in the open platform among the embodiment;
Fig. 2 is that the registration table from open platform obtains the service method flow chart corresponding with service invocation request among the embodiment;
Fig. 3 obtains the service method flow chart corresponding with service invocation request for the registration table from open platform among another embodiment;
Fig. 4 calls the service method flow chart that gets access to among Fig. 1;
Fig. 5 is the structural representation of the operation control system in the open platform among the embodiment;
Fig. 6 is the structural representation of acquisition module among the embodiment;
Fig. 7 is the structural representation of acquisition module among another embodiment;
Fig. 8 is the structural representation of calling module among Fig. 1.
[embodiment]
In one embodiment, as shown in Figure 1, the service control method in a kind of open platform comprises the steps:
Step S10 receives the service invocation request of using.
In the present embodiment, in the running of application, when calling the service of Another Application in the open platform, needs will initiate service invocation request.For example, this service invocation request can be the interface function of an OnCallAPI, has comprised parameters such as Service name.When a certain application need be called certain service, the process of open platform will be received corresponding service invocation request.
Step S30 obtains the service corresponding with service invocation request from the registration table of open platform.
In the present embodiment, registration table has recorded the information on services in the open platform, and wherein, each bar information on services has comprised Service name, apply names and the application address of service are provided, and this information on services provides convenience for the open platform service of calling.
Search in the registration table of open platform according to the service invocation request that receives, with obtain the service corresponding with service invocation request, for example, need call the service that sends microblogging if use A, then initiate the microblogging service invocation request, the process of open platform finds application B and has the service that sends microblogging in registration table after receiving the microblogging service invocation request.
Step S50 calls the service that gets access to.
In the present embodiment, in open platform, call the service that gets access to, make to initiate service invocation request application call the service that gets access to, and then expanded the function of this application.
In one embodiment, as shown in Figure 2, the detailed process of above-mentioned steps S30 comprises:
Step S310 extracts the Service name that calls from service invocation request.
In the present embodiment, in the parameter of service service invocation request, extract the corresponding Service name of the service that need call, for example, in the microblogging service invocation request, service SendWBlog by name.
Step S320 obtains corresponding information on services according to the Service name that calls in registration table.
In the present embodiment, recorded in the registration table that each serves corresponding information on services in the open platform, be that each bar information in the registration table has all recorded Service name and the corresponding apply names that this service is provided, application address, and then can in registration table, find corresponding information on services by the Service name that extracts in the service invocation request.
Step S330 obtains the service of calling according to information on services.
In the present embodiment, according to the information on services that from registration table, finds, can know information on services such as the application at the service place that need call and application address, and then realize calling of service by information on services.
In another embodiment, as shown in Figure 3, also comprise before the above-mentioned steps S320:
Step S301 judges whether there is corresponding service in the open platform according to service invocation request, if not, then enters step S303, if then enter step S320.
In the present embodiment, in order to guarantee the portability of open platform, can not disposablely all be bundled to all services in the open platform, for example, it is the less use of most of users that the third party who has uses, and only has a few users to use this third party to use, therefore, do not need it is bundled in the open platform, to reduce the size of open platform installation kit.Further, when receiving service invocation request, can know the service that application need be called by service invocation request, and then judge the service that whether exists application to call in the open platform, if the service that does not exist application to call in the open platform will pull service from server, be installed in the open platform, and corresponding information on services is saved in registration table, use the other side's service for other and call; If have the service that to call in the open platform, then from registration table, obtain corresponding information on services, by information on services service is called.
Step S303 pulls this service, and will serve corresponding information on services and be saved in the registration table.
In one embodiment, as shown in Figure 4, the detailed process of above-mentioned steps S50 comprises:
Step S510 judges what whether service provided for open platform according to registration table, if not, then enters step S530, if then enter step S550.
In the present embodiment, according to service providers, service in the open platform roughly is divided into the third party service that the service provide and the subsidiary application of open platform provide is provided, the service that subsidiary application provides for open platform can be trusted fully, not needing to worry can cause any obstruction to the operation of open platform in the running, is not to trust fully and use the service that provides for the third party.
Particularly, the information on services of preserving in the registration table has also comprised service providers, i.e. this service be provided by open platform or provided by the third party, judge what whether the service that need call provided for open platform by the information on services preserved in the registration table, if, then directly in the process of open platform, call this service, if not, for guaranteeing the stable operation of open platform, guarantee that this service Shi Buhui that goes wrong influences the operation of open platform in running, guarantee the fail safe of open platform, need call in that striding course is carried out in this service.
Step S530 carries out striding course to this service and calls.
In the present embodiment, when calling the third party service provide is provided, need start the service that third party's application provides in a process, this process is and other another process of the process phase region that has moved open platform.In the striding course invoked procedure of service, use after the service provide by square process by a process initiation third party and moved the parameter modulation of the interface that calls this service between the process of open platform in will serve to the process of having moved open platform, realize that the striding course of serving calls.
In one embodiment, when the service of determining by registration table is not that open platform provides, need then further to judge whether this service starts, if, then striding course being carried out in the service that starts calls, if this service also starts, then can be at off-duty start this service in a certain process of open platform, and striding course is carried out in this service calls.
Step S550 calls this service in the process of open platform.
In the present embodiment, when the service of determining by registration table is that open platform provides, then directly in the process of operation open platform, call this service and get final product.
In another embodiment, also comprise the steps: before the step S50 in the service control method in the above-mentioned open platform
Judge according to the information on services that obtains whether this service has and call authority, if, then enter step S50, if not, then finish.
In the present embodiment, when carrying out service call according to service invocation request, also need to judge whether to have and call right, the authority of calling that has also comprised this service in the information on services that from registration table, gets access to, for example, whether this service can call, the called number of times of this service etc., only meets calling of can serving when calling authority.
In one embodiment, as shown in Figure 5, the operation control system in a kind of open platform comprises request receiver module 10, acquisition module 30 and calling module 50.
Request receiver module 10 is used for receiving the service invocation request of using.
In the present embodiment, in the running of application, when calling the service of Another Application in the open platform, needs will initiate service invocation request.For example, this service invocation request can be the interface function of an OnCallAPI, has comprised parameters such as Service name.When a certain application need be called certain service, request receiver module 10 will be received corresponding service invocation request.
Acquisition module 30 is used for obtaining the service corresponding with service invocation request from the registration table of open platform.
In the present embodiment, registration table has recorded the information on services in the open platform, and wherein, each bar information on services has comprised Service name, apply names and the application address of service are provided, and this information on services provides convenience for the open platform service of calling.
Acquisition module 30 is searched in the registration table of open platform according to the service invocation request that receives, with obtain the service corresponding with service invocation request, for example, need call the service that sends microblogging if use A, then initiate the microblogging service invocation request, after receiving the microblogging service invocation request, in registration table, find application B and have the service that sends microblogging.
Calling module 50 is used for calling the service that gets access to.
In the present embodiment, calling module 50 calls the service that gets access in open platform, make to initiate service invocation request application call the service that gets access to, and then expanded the function of this application.
In one embodiment, as shown in Figure 6, above-mentioned acquisition module 30 comprises Service name extraction unit 310, information acquisition unit 330 and service acquiring unit 350.
Service name extraction unit 310 is used for extracting the Service name that calls from service invocation request.
In the present embodiment, Service name extraction unit 310 extracts the corresponding Service name of the service that need call in the parameter of service service invocation request, for example, in the microblogging service invocation request, service SendWBlog by name.
Information acquisition unit 330 is used for obtaining corresponding information on services according to the Service name that calls at registration table.
In the present embodiment, recorded in the registration table that each serves corresponding information on services in the open platform, be that each bar information in the registration table has all recorded Service name and the corresponding apply names that this service is provided, application address, and then information acquisition unit 330 can find corresponding information on services by the Service name that extracts in the service invocation request in registration table.
Service acquiring unit 350 is used for obtaining the service of calling according to information on services.
In the present embodiment, service acquiring unit 350 is according to the information on services that finds from registration table, can know information on services such as the application at the service place that need call and application address, and then realizes calling of service by information on services.
In another embodiment, as shown in Figure 7, above-mentioned acquisition module 30 also comprises query unit 301 and pulls unit 303.
Query unit 301 is used for judging according to service invocation request whether open platform exists corresponding service, and if not, then notice pulls unit 303, if then notify described information acquisition unit 330.
In the present embodiment, in order to guarantee the portability of open platform, can not disposablely all be bundled to all services in the open platform, for example, it is the less use of most of users that the third party who has uses, and only has a few users to use this third party to use, therefore, do not need it is bundled in the open platform, to reduce the size of open platform installation kit.Further, query unit 301 is when receiving service invocation request, can know the service that application need be called by service invocation request, and then judge the service that whether exists application to call in the open platform, if the service that does not exist application to call in the open platform pulls unit 303 and will pull service from server, be installed in the open platform, and corresponding information on services is saved in registration table, use the other side's service for other and call; If there is the service that need call in the open platform, then information acquisition unit 330 is obtained corresponding information on services from registration table, by information on services service is called.
Pull unit 303, be used for pulling service, and the information on services that will serve correspondence is saved in the registration table.
In one embodiment, as shown in Figure 8, above-mentioned calling module 50 also comprises and calls judging unit 510, striding course call unit 530 and platform invoke unit 550.
Call judging unit 510, be used for judging what whether service provided for open platform according to registration table, if not, then notify striding course call unit 530, if then the notification platform call unit 550.
In the present embodiment, according to service providers, service in the open platform roughly is divided into the third party service that the service provide and the subsidiary application of open platform provide is provided, the service that subsidiary application provides for open platform can be trusted fully, not needing to worry can cause any obstruction to the operation of open platform in the running, is not to trust fully and use the service that provides for the third party.
Particularly, the information on services of preserving in the registration table has also comprised service providers, i.e. this service be provided by open platform or provided by the third party, call judging unit 510 and judge what whether the service that need call provided for open platform by the information on services preserved in the registration table, if, then platform invoke unit 550 directly calls this service in the process of open platform, if not, for guaranteeing the stable operation of open platform, guarantee that this service Shi Buhui that goes wrong influences the operation of open platform in running, guarantee the fail safe of open platform, need striding course call unit 530 to call in that striding course is carried out in this service.
Striding course call unit 530 is used for that striding course is carried out in service and calls.
In the present embodiment, when calling the third party service provide is provided, need start the service that third party's application provides in a process, this process is and other another process of the process phase region that has moved open platform.Striding course call unit 530 is used after the service provide by square process and has been moved the parameter modulation of the interface that calls this service between the process of open platform in will serve to the process of having moved open platform by a process initiation third party, realize that the striding course of serving calls.
In one embodiment, when the service of determining by registration table is not that open platform provides, then need to call judging unit 510 and further judge whether this service starts, if, then the service of 530 pairs of startups of striding course call unit is carried out striding course and is called, if this service also starts, then can be at off-duty start this service in a certain process of open platform, and striding course is carried out in this service calls.
Platform invoke unit 550 is used for calling service in the process of open platform.
In the present embodiment, when the service of determining by registration table is that open platform provides, then platform invoke unit 550 directly calls this service and gets final product in the process of operation open platform.
In another embodiment, the operation control system in the above-mentioned open platform also comprises the authority judge module, and this authority judge module calls authority for judging according to the information on services that obtains whether service has, if, then notify calling module 50, if not, then stop to carry out.
In the present embodiment, when carrying out service call according to service invocation request, also need the authority judge module to judge whether to have and call right, the authority of calling that has also comprised this service in the information on services that from registration table, gets access to, for example, whether this service can call, the called number of times of this service etc., only meets calling of can serving when calling authority.
Service control method in the above-mentioned open platform and system, after receiving the service invocation request of application, registration table by open platform obtains the service corresponding with this service invocation request, and then call the service that obtains, owing to be by the registration table of open platform the service call in the open platform to be controlled, the service invocation request that arbitrary application is initiated all can be served accordingly by the registration table of open platform, this service provides for Another Application, and by the service call between the unified control application of registration table, guaranteed the stability of service call in the open platform, and then expanded and have multi-purpose application.
The above embodiment has only expressed several execution mode of the present invention, and it describes comparatively concrete and detailed, but can not therefore be interpreted as the restriction to claim of the present invention.Should be pointed out that for the person of ordinary skill of the art without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection range of patent of the present invention should be as the criterion with claims.

Claims (10)

1. the service control method in the open platform comprises the steps:
Receive the service invocation request of using;
From the registration table of open platform, obtain the service corresponding with described service invocation request;
Call the described service that gets access to.
2. the service control method in the open platform according to claim 1 is characterized in that, the described step of obtaining the service corresponding with described service invocation request from the registration table of open platform is:
From described service invocation request, extract the Service name that calls;
In described registration table, obtain corresponding information on services according to the described Service name that calls;
Obtain the service of calling according to described information on services.
3. the service control method in the open platform according to claim 2 is characterized in that, the described step of calling the described service that gets access to is:
Judge what whether service provided for open platform according to described registration table, if not, then striding course is carried out in described service and call, if, then
In the process of open platform, call described service.
4. the service control method in the open platform according to claim 2 is characterized in that, also comprises before the described step of obtaining corresponding information on services according to the described Service name that calls in described registration table:
Judge whether there is corresponding service in the open platform according to described service invocation request, if not, then
Pull described service, and the corresponding information on services of described service is saved in the registration table, if, then
Enter the step of in described registration table, obtaining corresponding information on services according to the described Service name that calls.
5. the service control method in the open platform according to claim 2 is characterized in that, the described step of calling the described service that gets access to also comprises before:
Judge according to the described information on services that obtains whether described service has and call authority, if then enter the described step of calling the described service that gets access to.
6. the operation control system in the open platform is characterized in that, comprising:
The request receiver module is used for receiving the service invocation request of using;
Acquisition module is used for obtaining the service corresponding with service invocation request from the registration table of open platform;
Calling module is used for calling the described service that gets access to.
7. the operation control system in the open platform according to claim 6 is characterized in that, described acquisition module comprises:
The Service name extraction unit is used for extracting the Service name that calls from described service invocation request;
Information acquisition unit is used for obtaining corresponding information on services according to the described Service name that calls at described registration table;
The service acquiring unit is used for obtaining the service of calling according to described information on services.
8. the operation control system in the open platform according to claim 7 is characterized in that, described calling module comprises:
Call judging unit, be used for judging what whether service provided for open platform according to described registration table, if not, then notify the striding course call unit, if, notification platform call unit then;
The striding course call unit is used for that striding course is carried out in described service and calls;
The platform invoke unit is used for calling described service in the process of open platform.
9. the operation control system in the open platform according to claim 7 is characterized in that, described acquisition module also comprises:
Query unit judges whether there is corresponding service in the open platform according to described service invocation request, and if not, then notice pulls the unit, if then notify described information acquisition unit;
The described unit that pulls is used for pulling described service, and the corresponding information on services of described service is saved in the registration table.
10. the operation control system in the open platform according to claim 7 is characterized in that, also comprises:
The authority judge module calls authority for judging according to the described information on services that obtains whether described service has, if then notify described calling module.
CN201110444766.5A 2011-12-27 2011-12-27 Service control method in open platform and system Active CN103188204B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201110444766.5A CN103188204B (en) 2011-12-27 2011-12-27 Service control method in open platform and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201110444766.5A CN103188204B (en) 2011-12-27 2011-12-27 Service control method in open platform and system

Publications (2)

Publication Number Publication Date
CN103188204A true CN103188204A (en) 2013-07-03
CN103188204B CN103188204B (en) 2018-07-20

Family

ID=48679173

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201110444766.5A Active CN103188204B (en) 2011-12-27 2011-12-27 Service control method in open platform and system

Country Status (1)

Country Link
CN (1) CN103188204B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105681137A (en) * 2014-11-20 2016-06-15 北京海尔广科数字技术有限公司 Method and device for invoking services
WO2016107120A1 (en) * 2015-01-04 2016-07-07 华为技术有限公司 Application programming interface calling method and device
CN106022125A (en) * 2016-05-03 2016-10-12 北京金山安全软件有限公司 Client repair method and device
CN107070891A (en) * 2017-03-10 2017-08-18 腾讯科技(深圳)有限公司 Service calling method and device
CN107124431A (en) * 2017-06-22 2017-09-01 浙江数链科技有限公司 Method for authenticating, device, computer-readable recording medium and right discriminating system
CN109298958A (en) * 2018-10-26 2019-02-01 恒生电子股份有限公司 The call method and related system of service
CN110730197A (en) * 2018-07-17 2020-01-24 北京京东尚科信息技术有限公司 Service discovery method and system
CN113014626A (en) * 2021-02-09 2021-06-22 北京互金新融科技有限公司 Data service management method and device, storage medium and electronic device
US11657224B2 (en) 2017-03-10 2023-05-23 Tencent Technology (Shenzhen) Company Limited Device control method, storage medium, and computer device
WO2023216620A1 (en) * 2022-05-13 2023-11-16 Oppo广东移动通信有限公司 Service calling method and system, calling device, target device, and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101388887A (en) * 2008-10-15 2009-03-18 中兴通讯股份有限公司 Network service processing method and system
CN101572852A (en) * 2009-06-18 2009-11-04 浙江大学 Dynamic service management method in TD-SCDMA (Time Division Synchronous Code Division Multiple Access) terminals
CN101729514A (en) * 2008-10-23 2010-06-09 华为技术有限公司 Method, device and system for implementing service call
CN102196010A (en) * 2010-03-12 2011-09-21 中兴通讯股份有限公司 System and method for implementing application open interface at terminal side

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101388887A (en) * 2008-10-15 2009-03-18 中兴通讯股份有限公司 Network service processing method and system
CN101729514A (en) * 2008-10-23 2010-06-09 华为技术有限公司 Method, device and system for implementing service call
CN101572852A (en) * 2009-06-18 2009-11-04 浙江大学 Dynamic service management method in TD-SCDMA (Time Division Synchronous Code Division Multiple Access) terminals
CN102196010A (en) * 2010-03-12 2011-09-21 中兴通讯股份有限公司 System and method for implementing application open interface at terminal side

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105681137A (en) * 2014-11-20 2016-06-15 北京海尔广科数字技术有限公司 Method and device for invoking services
WO2016107120A1 (en) * 2015-01-04 2016-07-07 华为技术有限公司 Application programming interface calling method and device
CN106022125B (en) * 2016-05-03 2019-09-17 珠海豹趣科技有限公司 A kind of restorative procedure and device of client
CN106022125A (en) * 2016-05-03 2016-10-12 北京金山安全软件有限公司 Client repair method and device
CN107070891A (en) * 2017-03-10 2017-08-18 腾讯科技(深圳)有限公司 Service calling method and device
US11657224B2 (en) 2017-03-10 2023-05-23 Tencent Technology (Shenzhen) Company Limited Device control method, storage medium, and computer device
CN107124431A (en) * 2017-06-22 2017-09-01 浙江数链科技有限公司 Method for authenticating, device, computer-readable recording medium and right discriminating system
CN110730197A (en) * 2018-07-17 2020-01-24 北京京东尚科信息技术有限公司 Service discovery method and system
CN110730197B (en) * 2018-07-17 2023-08-08 北京京东尚科信息技术有限公司 Service discovery method and system
CN109298958A (en) * 2018-10-26 2019-02-01 恒生电子股份有限公司 The call method and related system of service
CN113014626A (en) * 2021-02-09 2021-06-22 北京互金新融科技有限公司 Data service management method and device, storage medium and electronic device
CN113014626B (en) * 2021-02-09 2023-04-18 北京互金新融科技有限公司 Data service management method and device, storage medium and electronic device
WO2023216620A1 (en) * 2022-05-13 2023-11-16 Oppo广东移动通信有限公司 Service calling method and system, calling device, target device, and readable storage medium

Also Published As

Publication number Publication date
CN103188204B (en) 2018-07-20

Similar Documents

Publication Publication Date Title
CN103188204A (en) Service control method and system in open platform
CN109803242A (en) Method, equipment and the readable storage medium storing program for executing of NF discovery are carried out by NRF
CA3062580A1 (en) An enterprise group establishing method and computer device in an instant message system
CN106502840B (en) A kind of data back up method, apparatus and system
CN104410622A (en) Safety authentication method, client side and system for logging in Web system
CN109150572A (en) Realize the method, apparatus and computer readable storage medium of alarm association
CN103997771A (en) System and method for achieving application and message triggering based on wireless access recognition technology
CN104936157A (en) Mobile phone number bound account acquisition method and system
US8301452B2 (en) Voice activated application service architecture and delivery
CN102736923A (en) A method and a system for software customization installation
EP2544468A1 (en) Region access platform, mobile positioning method and system
CN111372238B (en) Login method, login device, electronic equipment and computer-readable storage medium
CN112788518B (en) Location service processing method and related equipment
CN103905287A (en) Communication program correlation method based on local area network and device
CN106302096B (en) Method and system for realizing geographical position display in session page
US20100303060A1 (en) Second call mode call set-up between two users
CN113873491A (en) Communication apparatus, system, and computer-readable storage medium
CN109769242A (en) Communication means, system, MMTel and computer readable storage medium
US10142277B2 (en) Posting and consultation of messages by users of social networks
CN106059863A (en) Device searching method and apparatus
EP3758308B1 (en) Correspondence processing method and device based on interworking rcs system
CN102957749A (en) Method and device used for providing prompt messages, and equipment
CN111181772A (en) Network protocol issuing method, device and system
CN104038482A (en) Multi-circuit circuit selection method and device
CN106331270B (en) Method and device for managing numbers of contact persons

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant