CN111124532A - Service loading method and device, electronic equipment and storage medium - Google Patents

Service loading method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111124532A
CN111124532A CN201911204972.1A CN201911204972A CN111124532A CN 111124532 A CN111124532 A CN 111124532A CN 201911204972 A CN201911204972 A CN 201911204972A CN 111124532 A CN111124532 A CN 111124532A
Authority
CN
China
Prior art keywords
service
target
candidate
parameters
loading
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.)
Withdrawn
Application number
CN201911204972.1A
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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201911204972.1A priority Critical patent/CN111124532A/en
Publication of CN111124532A publication Critical patent/CN111124532A/en
Withdrawn 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The application discloses a service loading method, a service loading device, an electronic device and a computer readable storage medium, wherein the method comprises the following steps: acquiring request information of a target client; wherein the request information at least comprises parameters of a request service; determining candidate services according to the parameters; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service; and selecting a target service from the candidate services, and loading the target service. According to the service loading method, when a user needs to load the service, the service parameters are input, candidate services meeting the requirements are obtained through internal algorithm analysis according to the service parameters, and the target service is selected and loaded from the candidate services. Therefore, the service loading method provided by the application can dynamically return the required service when the service is called, configuration is not needed, version control is convenient, the complexity of version control is saved, and the efficiency is improved.

Description

Service loading method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a service loading method and apparatus, an electronic device, and a computer-readable storage medium.
Background
Today, with the rapid development of informatization, many providers of the same type of services are generated. The enterprise is convenient for the customer to use, improves customer experience and can access a plurality of services of the same type for the customer to use.
Therefore, how to automatically select the service of the corresponding supplier according to the requirement of the user is a problem to be solved by those skilled in the art.
Disclosure of Invention
The application aims to provide a service loading method, a service loading device, electronic equipment and a computer readable storage medium, and the service loading method and the service loading device can automatically select the service of a corresponding supplier according to the requirement of a user.
In order to achieve the above object, the present application provides a service loading method, including:
acquiring request information of a target client; wherein the request information at least comprises parameters of a request service;
determining candidate services according to the parameters; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service;
and selecting a target service from the candidate services, and loading the target service.
After the obtaining of the request information of the target client, the method further includes:
judging whether the target client has the authority of loading the service;
and if so, executing the step of determining the candidate service according to the parameters.
After the obtaining of the request information of the target client, the method further includes:
carrying out validity verification on the parameters in the request information;
and after the verification is passed, executing the step of determining the candidate service according to the parameters.
The obtaining of the request information of the target client includes:
acquiring request information which is sent by the target client and encrypted by using a target encryption algorithm;
and decrypting the request information by using a target decryption algorithm corresponding to the target encryption algorithm.
Wherein, still include:
receiving and storing registration information of a target service; wherein the registration information includes parameters, number of requests, service performance, current pressure, and pressure threshold for the target service.
Wherein the receiving and storing registration information of the target service includes:
and receiving registration information of the target service, and encrypting and storing the registration information by using a target encryption algorithm.
Wherein the target service comprises a hyper-converged service.
To achieve the above object, the present application provides a service loading apparatus, including:
the acquisition module is used for acquiring request information of a target client; wherein the request information at least comprises parameters of a request service;
a determining module for determining candidate services according to the parameters; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service;
and the loading module is used for selecting a target service from the candidate services and loading the target service.
To achieve the above object, the present application provides an electronic device including:
a memory for storing a computer program;
a processor for implementing the steps of the service loading method as described above when executing the computer program.
To achieve the above object, the present application provides a computer-readable storage medium having stored thereon a computer program, which when executed by a processor, implements the steps of the service loading method as described above.
According to the scheme, the service loading method provided by the application comprises the following steps: acquiring request information of a target client; wherein the request information at least comprises parameters of a request service; determining candidate services according to the parameters; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service; and selecting a target service from the candidate services, and loading the target service.
According to the service loading method, when a user needs to load the service, the service parameters are input, candidate services meeting the requirements are obtained through internal algorithm analysis according to the service parameters, and the target service is selected and loaded from the candidate services. Therefore, the service loading method provided by the application can dynamically return the required service when the service is called, configuration is not needed, version control is convenient, the complexity of version control is saved, and the efficiency is improved. The application also discloses a service loading device, an electronic device and a computer readable storage medium, which can also realize the technical effects.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts. The accompanying drawings, which are included to provide a further understanding of the disclosure and are incorporated in and constitute a part of this specification, illustrate embodiments of the disclosure and together with the description serve to explain the disclosure without limiting the disclosure. In the drawings:
FIG. 1 is a flow diagram illustrating a method of service loading in accordance with an illustrative embodiment;
FIG. 2 is a flow diagram illustrating another method of service loading in accordance with an illustrative embodiment;
FIG. 3 is a block diagram illustrating a service loading apparatus in accordance with one illustrative embodiment;
FIG. 4 is a block diagram illustrating an electronic device in accordance with an exemplary embodiment.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
The embodiment of the application discloses a service loading method, which realizes automatic selection of services of corresponding suppliers according to the requirements of users.
Referring to fig. 1, a flowchart of a service loading method according to an exemplary embodiment is shown, as shown in fig. 1, including:
s101: acquiring request information of a target client; wherein the request information at least comprises parameters of a request service;
the execution subject of this embodiment may be a server, and the purpose is to automatically select and load corresponding services according to a request of a user, where the services to be selected are all services of the same type, and here, the service type is not specifically limited, and may be, for example, a super-convergence service.
When the user needs to load the service of the type, the user inputs the required service parameters at the client, and the client packages the service parameters into request information and sends the request information to the server, so that the service selection is carried out according to the parameters in the subsequent steps. Preferably, after this step, the method further comprises: judging whether the target client has the authority of loading the service; if yes, the process proceeds to S102. In a specific implementation, when request information of a target client is received, authority verification needs to be performed on the target client to ensure security of a system.
More preferably, after the step, the method further comprises the following steps: carrying out validity verification on the parameters in the request information; after the verification is passed, the process proceeds to S102. In specific implementation, different parameters have different validity verification rules, each parameter is subjected to validity verification according to the corresponding rule, and the operation enters S102 after the parameter passes the validity verification, and prompt information is popped up through the client if the parameter does not pass the validity verification.
In order to ensure the safety of interaction between the client and the server, the target client encrypts the request information and then sends the encrypted request information to the server, namely, the method comprises the following steps: acquiring request information which is sent by the target client and encrypted by using a target encryption algorithm; and decrypting the request information by using a target decryption algorithm corresponding to the target encryption algorithm. It is to be understood that the target encryption algorithm is not specifically limited, and for example, an RSA algorithm (an asymmetric encryption algorithm) may be used.
S102: determining candidate services according to the parameters; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service;
in this step, a service, in which the current pressure does not exceed the corresponding pressure threshold and the parameter meets the parameter requirement in the request information, is determined as a candidate service. It can be understood that the third-party application service needs to be registered in the server, that is, the embodiment further includes: receiving and storing registration information of a target service; wherein the registration information includes parameters, number of requests, service performance, current pressure, and pressure threshold for the target service. In order to ensure the security of the stored service parameters, the step of receiving and storing the registration information of the target service includes: and receiving registration information of the target service, and encrypting and storing the registration information by using a target encryption algorithm.
S103: and selecting a target service from the candidate services, and loading the target service.
In this step, a target service is selected and loaded among the candidate services. It should be noted that, in this embodiment, the selection criteria are not limited, and may be randomly selected, or a service with a larger number of requests or a smaller current pressure may be selected.
According to the service loading method provided by the embodiment of the application, when a user needs to load services, the service parameters are input, candidate services meeting the requirements are obtained through internal algorithm analysis according to the service parameters, and the target service is selected and loaded from the candidate services. Therefore, the service loading method provided by the embodiment of the application can dynamically return the required service when the service is called, configuration is not needed, version control is convenient, the complexity of the version control is saved, and the efficiency is improved.
The embodiment of the application discloses a service loading method, and compared with the previous embodiment, the embodiment further explains and optimizes the technical scheme. Specifically, the method comprises the following steps:
referring to fig. 2, a flowchart of another service loading method according to an exemplary embodiment is shown, and as shown in fig. 2, includes:
s201: acquiring request information which is sent by the target client and encrypted by using a target encryption algorithm;
s202: decrypting the request information by using a target decryption algorithm corresponding to the target encryption algorithm;
s203: judging whether the target client has the authority of loading the service; if yes, entering S204;
s204: carrying out validity verification on the parameters in the request information, and entering S205 after the verification is passed;
s205: determining candidate services according to the parameters; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service;
s206: and selecting a target service from the candidate services, and loading the target service.
An application embodiment of the present application is described below, which may specifically include the following steps:
step 1: encrypting sensitive information by using RSA, registering service characteristics and service parameters by a service center, recording the number of requests, service performance and pressure condition, and presetting a pressure threshold;
step 2: encrypting the request information when the client uses the system;
and step 3: the system decrypts the client request message and verifies that the condition is satisfied. If the requirements are met, analyzing a registered service list of the service center, and selecting a service which meets the requirements of the requests, does not reach a performance preset threshold value and has good performance according to the number of service requests and the data type of a requester;
and 4, step 4: and returning the target service and recording, and using the service subsequently.
And 5: and the server side detects the service pressure value at regular time, acquires a new service when the service approaches a threshold value, and records the service.
In the following, a service loading apparatus provided in an embodiment of the present application is introduced, and a service loading apparatus described below and a service loading method described above may be referred to each other.
Referring to fig. 3, a block diagram of a service loading apparatus according to an exemplary embodiment is shown, as shown in fig. 3, including:
an obtaining module 301, configured to obtain request information of a target client; wherein the request information at least comprises parameters of a request service;
a determining module 302, configured to determine a candidate service according to the parameter; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service;
a loading module 303, configured to select a target service from the candidate services and load the target service.
According to the service loading device provided by the embodiment of the application, when a user needs to load services, service parameters are input, candidate services meeting requirements are obtained through internal algorithm analysis according to the service parameters, and a target service is selected and loaded from the candidate services. Therefore, the service loading device provided by the embodiment of the application can dynamically return the required service when the service is called, configuration is not needed, version control is convenient, the complexity of the version control is saved, and the efficiency is improved.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
the judging module is used for judging whether the target client side has the authority of loading the service; if yes, the module of the determining module 302 is started.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
the verification module is used for verifying the legality of the parameters in the request information; after the verification is passed, the module of the determining module 302 is started.
On the basis of the foregoing embodiment, as a preferred implementation, the obtaining module 301 includes:
the acquisition unit is used for acquiring request information which is sent by the target client and encrypted by using a target encryption algorithm;
and the decryption unit is used for decrypting the request information by using a target decryption algorithm corresponding to the target encryption algorithm.
On the basis of the above embodiment, as a preferred implementation, the method further includes:
the receiving module is used for receiving and storing the registration information of the target service; wherein the registration information includes parameters, number of requests, service performance, current pressure, and pressure threshold for the target service.
On the basis of the foregoing embodiment, as a preferred implementation manner, the receiving module is specifically a module that receives registration information of a target service, and encrypts and stores the registration information by using a target encryption algorithm.
On the basis of the above embodiment, as a preferred implementation, the target service includes a super convergence service.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
The present application further provides an electronic device, and referring to fig. 4, a structure diagram of an electronic device 400 provided in an embodiment of the present application, as shown in fig. 4, may include a processor 11 and a memory 12. The electronic device 400 may also include one or more of a multimedia component 13, an input/output (I/O) interface 14, and a communication component 15.
The processor 11 is configured to control the overall operation of the electronic device 400, so as to complete all or part of the steps in the service loading method. The memory 12 is used to store various types of data to support operation at the electronic device 400, such as instructions for any application or method operating on the electronic device 400 and application-related data, such as contact data, transmitted and received messages, pictures, audio, video, and so forth. The Memory 12 may be implemented by any type of volatile or non-volatile Memory device or combination thereof, such as Static Random Access Memory (SRAM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Erasable Programmable Read-Only Memory (EPROM), Programmable Read-Only Memory (PROM), Read-Only Memory (ROM), magnetic Memory, flash Memory, magnetic disk or optical disk. The multimedia component 13 may include a screen and an audio component. Wherein the screen may be, for example, a touch screen and the audio component is used for outputting and/or inputting audio signals. For example, the audio component may include a microphone for receiving external audio signals. The received audio signal may further be stored in the memory 12 or transmitted via the communication component 15. The audio assembly also includes at least one speaker for outputting audio signals. The I/O interface 14 provides an interface between the processor 11 and other interface modules, such as a keyboard, mouse, buttons, etc. These buttons may be virtual buttons or physical buttons. The communication component 15 is used for wired or wireless communication between the electronic device 400 and other devices. Wireless communication, such as Wi-Fi, bluetooth, Near Field Communication (NFC), 2G, 3G or 4G, or a combination of one or more of them, so that the corresponding communication component 15 may include: Wi-Fi module, bluetooth module, NFC module.
In an exemplary embodiment, the electronic Device 400 may be implemented by one or more Application Specific Integrated Circuits (ASICs), Digital Signal Processors (DSPs), Digital Signal Processing Devices (DSPDs), Programmable Logic Devices (PLDs), Field Programmable Gate Arrays (FPGAs), controllers, microcontrollers, microprocessors, or other electronic components for performing the above-described service loading method.
In another exemplary embodiment, a computer readable storage medium comprising program instructions which, when executed by a processor, implement the steps of the above-described service loading method is also provided. For example, the computer readable storage medium may be the memory 12 described above comprising program instructions executable by the processor 11 of the electronic device 400 to perform the service loading method described above.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for loading services, comprising:
acquiring request information of a target client; wherein the request information at least comprises parameters of a request service;
determining candidate services according to the parameters; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service;
and selecting a target service from the candidate services, and loading the target service.
2. The service loading method according to claim 1, further comprising, after obtaining the request information of the target client:
judging whether the target client has the authority of loading the service;
and if so, executing the step of determining the candidate service according to the parameters.
3. The service loading method according to claim 1, further comprising, after obtaining the request information of the target client:
carrying out validity verification on the parameters in the request information;
and after the verification is passed, executing the step of determining the candidate service according to the parameters.
4. The service loading method according to claim 1, wherein the obtaining request information of the target client includes:
acquiring request information which is sent by the target client and encrypted by using a target encryption algorithm;
and decrypting the request information by using a target decryption algorithm corresponding to the target encryption algorithm.
5. The service loading method according to any one of claims 1 to 4, further comprising:
receiving and storing registration information of a target service; wherein the registration information includes parameters, number of requests, service performance, current pressure, and pressure threshold for the target service.
6. The service loading method according to claim 5, wherein the receiving and storing the registration information of the target service comprises:
and receiving registration information of the target service, and encrypting and storing the registration information by using a target encryption algorithm.
7. The service loading method of claim 5, wherein the target service comprises a hyper-converged service.
8. A service loading apparatus, comprising:
the acquisition module is used for acquiring request information of a target client; wherein the request information at least comprises parameters of a request service;
a determining module for determining candidate services according to the parameters; wherein the current pressure of the candidate service does not reach the pressure threshold corresponding to the candidate service;
and the loading module is used for selecting a target service from the candidate services and loading the target service.
9. An electronic device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the service loading method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the service loading method according to any one of claims 1 to 7.
CN201911204972.1A 2019-11-29 2019-11-29 Service loading method and device, electronic equipment and storage medium Withdrawn CN111124532A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911204972.1A CN111124532A (en) 2019-11-29 2019-11-29 Service loading method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911204972.1A CN111124532A (en) 2019-11-29 2019-11-29 Service loading method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111124532A true CN111124532A (en) 2020-05-08

Family

ID=70496316

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911204972.1A Withdrawn CN111124532A (en) 2019-11-29 2019-11-29 Service loading method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111124532A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113448645A (en) * 2021-06-24 2021-09-28 树根互联股份有限公司 Service providing method and device, readable storage medium and electronic equipment
CN113783677A (en) * 2021-09-13 2021-12-10 珠海格力电器股份有限公司 Data transmission method and device, electronic equipment and storage medium

Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101465773A (en) * 2007-12-18 2009-06-24 闪联信息技术工程中心有限公司 Method and system for implementing interconnection between different isomery household network standards
CN102497454A (en) * 2011-12-31 2012-06-13 北京新媒传信科技有限公司 Method for realizing gray publication of application in application service platform system
CN102904824A (en) * 2012-09-25 2013-01-30 中国联合网络通信集团有限公司 Service providing entity selection method and device
CN104135497A (en) * 2013-05-03 2014-11-05 百度在线网络技术(北京)有限公司 Service providing method and device based on environment parameter
US20150052021A1 (en) * 2013-08-19 2015-02-19 Red Hat, Inc. System and method for processing service queries
CN105915575A (en) * 2015-12-15 2016-08-31 乐视网信息技术(北京)股份有限公司 Service calling method and equipment
CN105991596A (en) * 2015-02-15 2016-10-05 中兴通讯股份有限公司 Access control method and system
CN107645508A (en) * 2017-10-16 2018-01-30 深圳市买买提乐购金融服务有限公司 A kind of data handling system, method, client and server
CN108173937A (en) * 2017-12-28 2018-06-15 北京中电普华信息技术有限公司 Access control method and device
CN108924210A (en) * 2018-06-27 2018-11-30 杭州贝店科技有限公司 Service request processing method, device, server and storage medium
CN108965461A (en) * 2018-08-03 2018-12-07 华数传媒网络有限公司 Service administering method, device and dubbo service system
CN109542641A (en) * 2018-11-14 2019-03-29 中国联合网络通信集团有限公司 Service calling method, apparatus and system
CN109561143A (en) * 2018-11-26 2019-04-02 西南电子技术研究所(中国电子科技集团公司第十研究所) Airborne SOA platform association sex service publication and selection method
CN110233860A (en) * 2018-03-05 2019-09-13 杭州萤石软件有限公司 A kind of load-balancing method, device and system
CN110460673A (en) * 2019-08-21 2019-11-15 中国工商银行股份有限公司 A kind of address of service acquisition methods, device and equipment

Patent Citations (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101465773A (en) * 2007-12-18 2009-06-24 闪联信息技术工程中心有限公司 Method and system for implementing interconnection between different isomery household network standards
CN102497454A (en) * 2011-12-31 2012-06-13 北京新媒传信科技有限公司 Method for realizing gray publication of application in application service platform system
CN102904824A (en) * 2012-09-25 2013-01-30 中国联合网络通信集团有限公司 Service providing entity selection method and device
CN104135497A (en) * 2013-05-03 2014-11-05 百度在线网络技术(北京)有限公司 Service providing method and device based on environment parameter
US20150052021A1 (en) * 2013-08-19 2015-02-19 Red Hat, Inc. System and method for processing service queries
CN105991596A (en) * 2015-02-15 2016-10-05 中兴通讯股份有限公司 Access control method and system
CN105915575A (en) * 2015-12-15 2016-08-31 乐视网信息技术(北京)股份有限公司 Service calling method and equipment
CN107645508A (en) * 2017-10-16 2018-01-30 深圳市买买提乐购金融服务有限公司 A kind of data handling system, method, client and server
CN108173937A (en) * 2017-12-28 2018-06-15 北京中电普华信息技术有限公司 Access control method and device
CN110233860A (en) * 2018-03-05 2019-09-13 杭州萤石软件有限公司 A kind of load-balancing method, device and system
CN108924210A (en) * 2018-06-27 2018-11-30 杭州贝店科技有限公司 Service request processing method, device, server and storage medium
CN108965461A (en) * 2018-08-03 2018-12-07 华数传媒网络有限公司 Service administering method, device and dubbo service system
CN109542641A (en) * 2018-11-14 2019-03-29 中国联合网络通信集团有限公司 Service calling method, apparatus and system
CN109561143A (en) * 2018-11-26 2019-04-02 西南电子技术研究所(中国电子科技集团公司第十研究所) Airborne SOA platform association sex service publication and selection method
CN110460673A (en) * 2019-08-21 2019-11-15 中国工商银行股份有限公司 A kind of address of service acquisition methods, device and equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113448645A (en) * 2021-06-24 2021-09-28 树根互联股份有限公司 Service providing method and device, readable storage medium and electronic equipment
CN113783677A (en) * 2021-09-13 2021-12-10 珠海格力电器股份有限公司 Data transmission method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US11336458B2 (en) Evaluating authenticity of applications based on assessing user device context for increased security
US10587591B2 (en) Generating a password
EP3937525B1 (en) Methods, apparatuses, devices and systems for backtracking service behavior
JP7405995B2 (en) User consent framework
CN110768968B (en) Authorization method, device, equipment and system based on verifiable statement
US10833859B2 (en) Automating verification using secure encrypted phone verification
CN109815684B (en) Identity authentication method, system, server and storage medium
JP6640869B2 (en) Method and system for anti-phishing using smart images
CN108965331B (en) Login verification method, device and system
JP2013541087A (en) Methods and apparatus for ephemeral trust devices
US11681824B2 (en) Consent-driven privacy disclosure control processing
US11082219B2 (en) Detection and protection of data in API calls
CN109831435B (en) Database operation method, system, proxy server and storage medium
US20220277179A1 (en) Barcode-based enrollment of devices with a management service
CN111124532A (en) Service loading method and device, electronic equipment and storage medium
US11438141B2 (en) Method and system for managing consent and utilization of information using blockchain
CN113420284B (en) Login and user login related service processing method, device and equipment
CN111049787B (en) Information association method, device, system and computer readable storage medium
JP6634737B2 (en) Mobile communication terminal, application determination system, and control method for mobile communication terminal
CN112818380B (en) Backtracking processing method, device, equipment and system for business behaviors
KR102650220B1 (en) Program verification methods and devices, platforms and user terminals, and online service systems
CN116961993A (en) Service configuration method, system, equipment and medium
US20200252386A1 (en) User authentication by encoded account information
CN115865446A (en) Application program login method and device, processor and electronic equipment

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20200508

WW01 Invention patent application withdrawn after publication