CN114116036A - Calling method, device and medium of application plug-in and electronic equipment - Google Patents

Calling method, device and medium of application plug-in and electronic equipment Download PDF

Info

Publication number
CN114116036A
CN114116036A CN202010801068.5A CN202010801068A CN114116036A CN 114116036 A CN114116036 A CN 114116036A CN 202010801068 A CN202010801068 A CN 202010801068A CN 114116036 A CN114116036 A CN 114116036A
Authority
CN
China
Prior art keywords
program
plug
application
code
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.)
Pending
Application number
CN202010801068.5A
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.)
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 CN202010801068.5A priority Critical patent/CN114116036A/en
Publication of CN114116036A publication Critical patent/CN114116036A/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/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication

Landscapes

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

Abstract

The embodiment of the application provides a method, a device, a medium and electronic equipment for calling an application plug-in. The application plug-in is added in a hosted program, the hosted program runs in a host environment provided by the host program, and the method comprises the following steps: if the application program plug-in is detected to be called in the boarder program, acquiring a user temporary registration code of the boarder program; sending the user temporary login code to a server corresponding to the application program plug-in so that the server can inquire the user identity identifier based on an interface provided by the host program; receiving login state information returned by the server after the user identity is inquired, and acquiring a service response result corresponding to the application program plug-in; and returning a calling result of the application program plug-in to the boarder program based on the service response result. According to the technical scheme of the embodiment of the application, the boarder program can call the application program plug-in to perform service processing, and the safety and convenience of the service processing process are guaranteed.

Description

Calling method, device and medium of application plug-in and electronic equipment
Technical Field
The application relates to the technical field of computers and communication, in particular to a method, a device, a medium and electronic equipment for calling an application plug-in.
Background
The hosted program is a program which depends on a host program and can be used without downloading and installing, and small programs, quick applications and the like belong to the hosted program. At present, overseas tax refunding companies develop small tax refunding programs of the companies, refunds are returned to users through the small tax refunding programs, requirements such as collection of passport information of the users and payment of the refunds to domestic accounts exist in the tax refunding process, and the like, however, the processing mode in the related technology can cause the problems of unsafe passport information collection process, complicated refunds and payment process and the like.
Disclosure of Invention
Embodiments of the present application provide a method, an apparatus, a medium, and an electronic device for calling an application plug-in, so that a hosted program can perform service processing by calling the application plug-in to at least a certain extent, and security and convenience of a service processing process are ensured.
Other features and advantages of the present application will be apparent from the following detailed description, or may be learned by practice of the application.
According to an aspect of the embodiments of the present application, there is provided a method for calling an application plug-in, where the application plug-in is added to a hosted program, and the hosted program runs in a host environment provided by the host program, and the method for calling an application plug-in includes: if the application program plug-in is detected to be called in the boarder program, acquiring a user temporary registration code of the boarder program; sending the user temporary login code to a server corresponding to the application program plug-in, so that the server queries a user identity corresponding to the user temporary login code based on an interface provided by the host program; receiving login state information returned by the server after the user identity is inquired, and acquiring a service response result corresponding to the application program plug-in; and returning a calling result of the application program plug-in to the boarder program based on the business response result.
According to an aspect of the embodiments of the present application, there is provided a method for calling an application plug-in, where the application plug-in is added to a hosted program, and the hosted program runs in a host environment provided by the host program, and the method for calling an application plug-in includes: receiving a user temporary registration code sent by the application program plug-in, wherein the user temporary registration code is obtained after the application program plug-in is called in the boarder program; inquiring a user identity corresponding to the user temporary login code based on an interface provided by the host program; after the user identity is inquired, returning login state information to the application program plug-in, and returning a service response result corresponding to the application program plug-in, wherein the service response result is used for enabling the application program plug-in to return a calling result of the application program plug-in to the boarder.
According to an aspect of the embodiments of the present application, there is provided an apparatus for calling an application plug-in, where the application plug-in is added to a hosted program, and the hosted program runs in a host environment provided by the host program, and the apparatus for calling an application plug-in includes: an obtaining unit, configured to obtain a user temporary registration code of the hosted program when detecting that the application plug-in is called in the hosted program; a sending unit, configured to send the user temporary login code to a server corresponding to the application plug-in, so that the server queries a user identity identifier corresponding to the user temporary login code based on an interface provided by the host program; the first receiving unit is configured to receive login state information returned by the server after the user identity is inquired, and obtain a service response result corresponding to the application program plug-in; and the first returning unit is configured to return a calling result of the application program plug-in to the boarder program based on the service response result.
In some embodiments of the present application, based on the foregoing solution, if the application plug-in includes an OCR (Optical Character Recognition) plug-in, the first receiving unit is configured to: sending the picture to be recognized and the login state information to the server side so that the server side performs OCR recognition on the picture to be recognized; and receiving character information which is returned by the server based on the login state information and is obtained by performing OCR recognition on the picture to be recognized.
In some embodiments of the present application, based on the foregoing solution, the boarder program comprises a tax refund service program of an overseas tax service; the first receiving unit is further configured to: receiving a tax refund code returned by the server after the user identity is inquired; the first return unit is further configured to: and feeding back the tax refund code to the consignment program so that the consignment program initiates a tax refund request based on the tax refund code.
In some embodiments of the present application, based on the foregoing solution, the first returning unit is configured to: returning the character information to the boarder program; or displaying the character information, and returning the character information to the boarder program if a confirmation instruction aiming at the character information is detected.
In some embodiments of the application, based on the foregoing solution, if the application plug-in includes a plug-in that queries for specified information, the first receiving unit is configured to: and acquiring the specified information which is inquired and returned by the server according to the user identity, wherein the specified information is the specified information which is inquired by the server according to the user identity and is associated with the user identity.
In some embodiments of the present application, based on the foregoing scheme, the specifying information includes a tax refund code; the first return unit is configured to: and returning the tax refund code to the consignment program so that the consignment program initiates a tax refund request to the server based on the tax refund code.
In some embodiments of the present application, based on the foregoing scheme, the obtaining unit is configured to: according to the information of the hosted program, displaying authorization prompt information of user information of the hosted program which needs to be acquired; and after receiving the confirmation authorization information aiming at the authorization prompt information, acquiring the user temporary registration code of the boarder program.
According to an aspect of the embodiments of the present application, there is provided an apparatus for calling an application plug-in, where the application plug-in is added to a hosted program, and the hosted program runs in a host environment provided by the host program, and the apparatus for calling an application plug-in includes: a second receiving unit, configured to receive a user temporary registration code sent by the application plug-in, where the user temporary registration code is obtained after the application plug-in is called in the hosted program; the query unit is configured to query a user identity identifier corresponding to the user temporary login code based on an interface provided by the host program; and the second returning unit is configured to return login state information to the application program plugin after the user identity is inquired, and return a service response result corresponding to the application program plugin, wherein the service response result is used for enabling the application program plugin to return a calling result of the application program plugin to the boarder.
In some embodiments of the application, based on the foregoing solution, if the application plug-in includes an Optical Character Recognition (OCR) plug-in, the second returning unit is configured to: receiving the picture to be identified and the login state information sent by the application program plug-in; performing OCR recognition on the picture to be recognized to obtain character information; and returning the character information to the application program plug-in based on the login state information.
In some embodiments of the present application, based on the foregoing solution, the boarder program comprises a tax refund service program of an overseas tax service; the second return unit is further configured to: after the user identity is inquired, returning a tax refund code corresponding to the user identity to the application program plug-in, so that the application program plug-in feeds the tax refund code back to the boarder program, wherein the tax refund code is used for enabling the boarder program to initiate a tax refund request.
In some embodiments of the present application, based on the foregoing solution, the hosted program includes a tax refund service program of an overseas tax service, and the business response result includes a tax refund code; the calling device of the application program plug-in further comprises: a third receiving unit configured to: receiving a tax refund request sent by the boarder program based on the tax refund code; the processing unit is configured to perform tax refunding processing on an account corresponding to the user identity identification based on the tax refunding request; the second return unit is further configured to: and if the tax refund is successful in the account corresponding to the user identity, returning notification information of successful tax refund to the consignment program.
According to an aspect of the embodiments of the present application, there is provided a computer readable medium on which a computer program is stored, the computer program, when executed by a processor, implementing the calling method of the application plug-in as described in the above embodiments.
According to an aspect of an embodiment of the present application, there is provided an electronic device including: one or more processors; a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement a calling method of an application plug-in as described in the above embodiments.
According to an aspect of embodiments herein, there is provided a computer program product or computer program comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions to cause the computer device to execute the calling method of the application plug-in provided in the various alternative embodiments described above.
In the technical solutions provided in some embodiments of the present application, an application plug-in may be added to a hosted program, and when it is detected that the application plug-in is called in the hosted program, a user temporary login code of the hosted program is obtained, and then the application plug-in sends the user temporary login code to a server corresponding to the application plug-in, so that the server queries, based on an interface provided by the hosted program, a user identity corresponding to the user temporary login code, and after login state information returned by the server after querying the user identity is received, obtains a service response result corresponding to the application plug-in, and then the application plug-in returns a call result of the application plug-in to the hosted program based on the service response result. Therefore, according to the technical scheme of the embodiment of the application, the application plug-in is added in the hosted program, and the information matching processing between the hosted program and the host program is realized through the application plug-in, so that the hosted program can be integrated into an ecosystem provided by the host program, the hosted program can perform business processing by calling the application plug-in, and the safety and convenience of the business processing process are ensured.
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
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present application and together with the description, serve to explain the principles of the application. It is obvious that the drawings in the following description are only some embodiments of the application, and that for a person skilled in the art, other drawings can be derived from them without inventive effort. In the drawings:
FIG. 1 shows a schematic diagram of an exemplary system architecture to which aspects of embodiments of the present application may be applied;
FIG. 2 illustrates a flow diagram of a method for invoking an application plug-in according to one embodiment of the present application;
FIG. 3 illustrates a flow diagram of a method for invoking an application plug-in according to one embodiment of the present application;
FIG. 4 illustrates a flow diagram for OCR recognition using a tax refund OCR plugin according to one embodiment of the present application;
5-7 show interface diagrams for OCR recognition using a tax refund OCR plugin according to one embodiment of the present application;
FIG. 8 illustrates a flow diagram for querying a tax refund using a refund pass refund plug-in according to one embodiment of the present application;
FIGS. 9-11 illustrate interface diagrams for a tax refund process using a refund pass refund code plug-in according to an embodiment of the present application;
FIG. 12 shows a block diagram of an invoking device of an application plug-in according to one embodiment of the present application;
FIG. 13 shows a block diagram of an invoking device of an application plug-in according to one embodiment of the present application;
FIG. 14 illustrates a schematic structural diagram of a computer system suitable for use in implementing the electronic device of an embodiment of the present application.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the application. One skilled in the relevant art will recognize, however, that the subject matter of the present application can be practiced without one or more of the specific details, or with other methods, components, devices, steps, and so forth. In other instances, well-known methods, devices, implementations, or operations have not been shown or described in detail to avoid obscuring aspects of the application.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
The flow charts shown in the drawings are merely illustrative and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order described. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
It should be noted that: reference herein to "a plurality" means two or more. "and/or" describe the association relationship of the associated objects, meaning that there may be three relationships, e.g., A and/or B may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
In one application scenario of the present application, an overseas tax refund company may develop its own tax refund applet, through which refunds tax refunds to users. In the related art, overseas tax return companies usually have two options if they need to collect passport information of tourists to generate tax return lists: the first method is that hardware terminal equipment such as a passport reader is purchased, and passport information of a user is collected into a tax refunding background system of the user through a hardware terminal; the second is to build a separate APP (Application), develop the capability of OCR recognizing passport information in APP, or purchase the service of OCR recognizing passport information to a third party, and then transmit the collected passport information to a tax refunding background system. Whether purchasing a hardware terminal device or integrating the third party's OCR recognition capability into the APP, is not as complete within the ecology provided by the host program in reaching the population of users within the environment, and integrating the third party's OCR recognition capability within the applet is insecure and difficult to deeply couple with the applet platform.
Meanwhile, if the overseas tax refund company needs to complete the payment of the refund tax to the balance of the domestic account, the choice is usually only two: the first is to give up the self-operated small program, and the tax refund is completed by adopting the tax refund code of the small program platform side; the second is to adopt a self-operating small program to complete tax refund payment by letting the user input an account number. Generally, tax refunding companies tend to use self-operating small programs, which is beneficial to providing tax refunding services in a closed loop and depositing traffic on self-operating platforms, but if tax refunding payment is completed by letting users input accounts, the problem that the accounts are input by the users incorrectly and cannot be recovered easily occurs.
In an exemplary system architecture of the present application, as shown in fig. 1, a terminal device 101 (the terminal device 101 may be a smartphone, or may also be a tablet computer, a portable computer, a desktop computer, etc.), a network 104, a plug-in server 102, and a host platform 103 may be included. The network 104 is used to provide a medium for a communication link between the terminal device 101 and the plug-in server 102. Network 104 may include various connection types, such as wired communication links, wireless communication links, and so forth.
In one embodiment of the present application, a host program is run on the terminal device 101, the host program provides a host environment, an outbound tax refund company applet is run in the host environment, and the plug-in 105 is added to the outbound tax refund company applet. If the plug-in 105 is triggered in the outbound tax refunding company applet, the plug-in 105 may obtain a user temporary login code of the outbound tax refunding company applet, and then send the user temporary login code to the plug-in server 102 through the network 104, and after receiving the user temporary login code, the plug-in server 102 may query a user identity corresponding to the user temporary login code from the host program platform 103 based on an interface provided by the host program. If the plug-in server 102 inquires the user identity, the login state information can be returned to the plug-in 105.
In an embodiment of the application, if the plug-in 105 is an OCR plug-in, after the plug-in 105 receives the user identity returned by the plug-in service 102, the picture to be OCR recognized may be sent to the plug-in service 102 through the network 104 for OCR recognition processing, after the plug-in service 102 performs OCR recognition on the picture to be OCR recognized, the recognized character information is sent to the plug-in 105 through the network 104, and then the plug-in 105 returns the recognized character information to the outbound tax returned company applet.
In an embodiment of the present application, if the plug-in 105 is a plug-in for querying a tax refund code, after or at the same time when the plug-in 105 receives the user identity returned by the plug-in service end 102, the plug-in 105 may also receive the tax refund code returned by the plug-in service end 102, and then the plug-in 105 returns the tax refund code to an outbound tax refund company applet, and after the outbound tax refund company applet receives the tax refund code, a tax refund request may be initiated to the plug-in service end 102 based on the tax refund code, so that the outbound tax refund company applet is ensured to be merged into the ecosystem of the host program, and the tax refund payment can be completed without errors.
The implementation details of the technical solution of the embodiment of the present application are set forth in detail below:
fig. 2 shows a flowchart of a calling method of an application plug-in added to a hosted program running in a hosting environment provided by the hosted program according to an embodiment of the present application, the calling method of the application plug-in being executable by the application plug-in. Referring to fig. 2, the calling method of the application plug-in at least includes steps S210 to S240, which are described in detail as follows:
in step S210, if it is detected that the application plug-in is called in the hosted program, the user temporary registration code of the hosted program is acquired.
In one embodiment of the present application, the hosted program is a program that depends on the host program and can be used without downloading and installing, and for example, applets, fast applications, and the like belong to the hosted program. In a computer environment, a software environment in which a hosted program depends on survival is referred to as a hosting environment, and a program providing the hosting environment may be referred to as a hosting program, and the hosting program may be, for example, an open platform, an application program capable of running the hosted program, an operating system of a mobile terminal, or the like.
The application plug-in is a functional component which can be added into the hosted program for direct use, and a developer can develop a plug-in like an applet for use by other applets. Meanwhile, the applet developer can directly use the plug-in the applet without repeated development, and richer services are provided for users.
In one embodiment of the present application, if it is detected that an application plug-in is triggered in the hosted program (e.g., a click on the application plug-in, or a trigger that a function requires a call to the application plug-in), it may be determined that an application plug-in is detected as being called in the hosted program.
In an embodiment of the present application, when the user temporary registration code of the hosted program is acquired, authorization prompt information of the user information of the hosted program that needs to be acquired may be displayed according to the information of the hosted program, and after receiving the authorization confirmation information for the authorization prompt information, the user temporary registration code of the hosted program is acquired.
In step S220, the obtained user temporary login code is sent to the server corresponding to the application plug-in, so that the server queries the user identity corresponding to the user temporary login code based on the interface provided by the host program.
In one embodiment of the present application, the server corresponding to the application plug-in is a server of the application plug-in, and is used for communicating with the application plug-in to process a request of the application plug-in. The server corresponding to the application program plug-in can inquire the user identity corresponding to the user temporary login code through the information such as the user temporary login code, the application key, the application ID and the like, wherein the user identity is the identity of the user in the host program. For example, the user id may be OpenID.
Continuing to refer to fig. 2, in step S230, the login state information returned by the server after querying the user identity is received, and a service response result corresponding to the application plug-in is obtained.
In step S240, a call result to the application plug-in is returned to the hosted program based on the acquired service response result.
In one embodiment of the present application, the application plug-in may include an OCR plug-in, and then the process of obtaining the business response result corresponding to the application plug-in may be: the application program plug-in sends the picture to be recognized and the login state information to the server corresponding to the application program plug-in, then the server performs OCR recognition on the picture to be recognized, and the application program plug-in can receive character information obtained by performing OCR recognition on the picture to be recognized, which is returned by the server based on the login state information.
In an embodiment of the application, after the application plug-in obtains the character information obtained by performing OCR recognition on the picture to be recognized, the character information can be directly returned to the host program; or the application program plug-in can display the character information and return the character information to the boarder program if a confirmation instruction for the character information is detected. The technical scheme of the embodiment enables the user to confirm the OCR recognition result, and certainly can also carry out editing and error correction, thereby ensuring the accuracy of the character information returned to the hosted program.
In an embodiment of the application, the hosted program may be a tax refund service program of an overseas tax service, in which case, the application plug-in may further receive a tax refund code returned by the service after querying the user identity, and then the application plug-in feeds back the tax refund code to the hosted program, so that the hosted program initiates a tax refund request based on the tax refund code, which may ensure that the tax refund service program of the overseas tax refund service may be integrated into the ecosystem of the host program and may complete tax refund payment and posting without errors.
In an embodiment of the present application, the application plug-in may include a plug-in that queries specified information, and then when a service response result corresponding to the application plug-in is obtained, specified information that a server corresponding to the application plug-in queries and returns according to the user identity may be obtained, where the specified information is specified information that is queried by the server according to the user identity and is associated with the user identity. For example, the specific information may be a tax refund code, in which case, after the application plug-in obtains the tax refund code, the tax refund code may be returned to the guest program, and the guest program may initiate a tax refund request to the server based on the tax refund code. The tax refund code may be a program code, such as a two-dimensional code, generated by encoding an access address of the tax refund page and corresponding to the tax refund page.
In an embodiment of the application, the specific information may also be a historical tax refund record, in this case, the application plug-in may obtain a historical tax refund record that is queried and returned by a server corresponding to the application plug-in according to the user identity, and after obtaining the historical tax refund record, the application plug-in may return the historical tax refund record to the host program, so that the host program may view the historical tax refund record of the relevant user.
Fig. 2 is a diagram illustrating a technical solution of the embodiment of the present application from the perspective of an application plug-in, and details of implementation of the technical solution of the embodiment of the present application from a service end corresponding to the application plug-in are described below with reference to fig. 3:
fig. 3 is a flowchart illustrating a method for calling an application plug-in, according to an embodiment of the present application, where the application plug-in is added to a hosted program, the hosted program runs in a hosting environment provided by the hosted program, and the method for calling the application plug-in can be executed by a server corresponding to the application plug-in. Referring to fig. 3, the calling method of the application plug-in at least includes steps S310 to S330, which are described in detail as follows:
in step S310, a user temporary registration code sent by the application plug-in is received, where the user temporary registration code is obtained after the application plug-in is called in the hosted program.
In an embodiment of the present application, the process of acquiring the user temporary registration code by the application plug-in refers to the technical solution of the foregoing embodiment, and is not described again.
In step S320, the user id corresponding to the user temporary login code is queried based on the interface provided by the host program.
In an embodiment of the present application, a server corresponding to an application plug-in may query, through information such as the user temporary login code, the application key, and the application ID, a user identity corresponding to the user temporary login code, where the user identity is an identity of a user in a host program. For example, the user id may be OpenID.
In step S330, after querying the user identity, returning login state information to the application plug-in, and returning a service response result corresponding to the application plug-in, where the service response result is used to enable the application plug-in to return a call result of the application plug-in to the hosted program.
In an embodiment of the application, the application plug-in may include an OCR plug-in, and then the application plug-in sends the picture to be recognized and the login state information to a server corresponding to the application plug-in, and then the server receives the picture to be recognized and the login state information sent by the application plug-in, performs OCR recognition on the picture to be recognized, obtains character information, and then returns the character information to the application plug-in based on the login state information.
In an embodiment of the application, the hosted program may be a tax refund service program of an overseas tax service, in which case, after the service end corresponding to the application plug-in inquires the user identity, a tax refund code corresponding to the user identity may be returned to the application plug-in, so that the application plug-in feeds back the tax refund code to the hosted program, and the hosted program may initiate a tax refund request based on the tax refund code.
In an embodiment of the application, if the consignment program initiates a tax refund request based on the tax refund code, the server corresponding to the application plug-in may perform tax refund processing on the account corresponding to the user identifier based on the tax refund request, and after the tax refund is successful in the account corresponding to the user identifier, return notification information of the tax refund success to the consignment program. The technical scheme of the embodiment enables the consignment program to initiate a tax refund request to the server side corresponding to the application program plug-in based on the tax refund code, and ensures that the consignment program can be integrated into the ecosystem of the host program and can complete tax refund payment and entry without errors.
The technical solution of the embodiment of the present application is explained above from the perspective of the application plug-in and the server corresponding to the application plug-in, and the implementation details of the technical solution of the embodiment of the present application are described in detail below by taking the application plug-in as a tax refund pass plug-in (i.e. a plug-in for refunding taxes) as an example:
FIG. 4 shows a flow diagram of OCR recognition using a tax refund OCR plugin according to one embodiment of the application, including in particular the steps of:
and step S401, mounting the tax refund OCR plug-in the third-party applet page.
In one embodiment of the application, for the third-party applet, a plug-in can be added in the setup-third-party service-plug-in management of the applet management background, after a tax refund applet plug-in manager authorizes and agrees to use the add-in, a plug-in code package is introduced into the third-party applet according to an official document, then the tax refund applet plug-in is used by being mounted and instantiated in a page of the third-party applet, and meanwhile, the customized style class name, the successful callback function and the failure function are required to be injected into the applet.
Step S402, the user triggers OCR recognition in the third-party applet page.
In one embodiment of the present application, as shown in fig. 5, the third-party applet, which may be an applet of an overseas tax refund company, uploads passport information when the user clicks the "scan tax refund QR code" control 501, and then the user is required to upload passport information, then the method may jump to fig. 6, prompting the user to log in tax refund to use an OCR plug-in.
Step S403 authorizes the code acquisition.
In one embodiment of the present application, as shown in fig. 6, if the passport information needs to be identified by OCR, the user may be prompted as to whether to allow the user to refund the public information of the user in the third-party applet, and if the user triggers the "allow use" control 601, the user's temporary login credentials code of the third-party applet are obtained.
And S404, the OCR plug-in unit for tax refund sends code to the background server.
In one embodiment of the application, the tax refund OCR plug-in may send the code to the backend server via the https protocol. The background server can be a server side of the tax refund OCR plug-in.
Step S405, after the background server receives the code, transmitting the api + APPSecret + code based on a login credential verification interface provided by the platform interface service to acquire the openID.
Step S406, the platform interface service returns session _ key + openID and the like to the background server.
Step S407, the background server self-defines a login state, and the login state is associated with the openID and the session _ key.
And step S408, the background server returns the login state and the user tax refund code to the OCR plug-in for tax refund.
And step S409, caching the login state of the tax refund OCR plug-in.
And step S410, uploading a picture to the background server by the tax refund OCR plug-in for passport OCR recognition, and carrying a login state.
In one embodiment of the present application, as shown in fig. 7, the user may capture the passport image by triggering the capture control 701 in the interface and upload to the backend server for OCR recognition.
And step S411, the background server returns the recognition result to the tax refund OCR plug-in.
In step S412, the user collates the results and determines.
In step S413, the tax refund OCR plug-in transmits passport information to the background server.
And step S414, the background server returns a storage result to the tax refund OCR plug-in.
It should be noted that step S413 and step S414 are optional steps, and in other embodiments of the present application, step S413 and step S414 may not be required.
In step S415, the refund OCR plug-in returns passport information to the third party applet.
FIG. 8 shows a flow diagram for querying a tax refund using a refund pass refund plug-in according to an embodiment of the application, including the following steps:
step S801, a refund and general refund code plug-in is mounted in the third-party small program page.
In one embodiment of the application, for the third-party applet, a plug-in can be added in the setup-third-party service-plug-in management of the applet management background, after a tax refund applet plug-in manager authorizes and agrees to use the add-in, a plug-in code package is introduced into the third-party applet according to an official document, then the tax refund applet plug-in is used by being mounted and instantiated in a page of the third-party applet, and meanwhile, the customized style class name, the successful callback function and the failure function are required to be injected into the applet.
In step S802, the user triggers a tax refund code acquisition event in the third-party applet page.
In one embodiment of the present application, as shown in fig. 9, which is a refund withdrawal page, when the user clicks the "go to bill immediately, determine to withdraw" control 901, which indicates that the user triggered the refund code acquisition event, then the flow may jump to fig. 10, which prompts the user to log in a refund to use the refund code plug-in.
Step S803 authorizes the code acquisition.
In an embodiment of the present application, as shown in fig. 10, if the tax refund code needs to be acquired for tax refund, the user may be prompted whether to allow the tax refund to use the public information of the user in the third-party applet, and if the user triggers the "allow use" control 1001, the user temporary login credential code of the third-party applet is acquired.
Step S804, the refund code plug-in unit for refunding tax and communicating sends code to the background server.
In one embodiment of the present application, the refund code plug-in may send the code to the backend server via the https protocol. The background server can be a server side of the tax refund code plug-in module for refunding tax and passing.
Step S805, after receiving the code, the background server transmits an api + APPSecret + code based on a login credential verification interface provided by the platform interface service to acquire an openID.
Step S806, the platform interface service returns session _ key + openID to the background server.
Step S807, the background server self-defines a login state, and the login state is associated with the openID and the session _ key.
Step S808, the background server returns the login state and the user tax refund code to the tax refund code plug-in unit for tax refund and communication.
And step S809, caching and logging states of the refund code plug-in for refunding tax and communicating.
In step S810, the refund code plug-in returns a refund code to the third-party applet.
In step S811, the third-party applet sends a tax refund request to the background server based on the tax refund code.
In step S812, the background server returns the tax refund request result to the third-party applet, and if the result is successful, the tax refund amount is posted.
In one embodiment of the present application, as shown in fig. 11, after the tax refund withdrawal succeeds, a prompt message of the withdrawal success may be displayed.
In the technical solution of the foregoing embodiment of the present application, the third-party applet may be an applet of an overseas tax refund company, and because there is a problem of a fund rule in a cross-border tax refund process, through the technical solution of the foregoing embodiment of the present application, a cross-border tax refund and entry process can be conveniently implemented by means of a tax refund plugin, which ensures that the applet of the overseas tax refund company can be merged into an ecosystem of a host program and can complete tax refund payment and entry without errors. Of course, the technical solution of the embodiment of the present application is not only applicable to the scenario of cross-border tax refund, but also applicable to other application scenarios that are merged into the ecosystem of the host program by means of the application plug-in, such as the scenario of issuing a consumption ticket to a cross-border user by a third-party applet, and the like.
The following describes embodiments of an apparatus of the present application, which may be used to execute a method for calling an application plug-in the above embodiments of the present application. For details that are not disclosed in the embodiments of the apparatus of the present application, please refer to the embodiments of the calling method of the application plug-in described above in the present application.
Fig. 12 is a block diagram illustrating a calling apparatus of an application plug-in added to a hosted program running in a hosting environment provided by the hosted program according to an embodiment of the present application, and the calling apparatus of the application plug-in illustrated in fig. 12 may be provided in a terminal device in which the application plug-in is installed.
Referring to fig. 12, an apparatus 1200 for calling an application plug-in according to an embodiment of the present application includes: acquisition section 1202, transmission section 1204, first reception section 1206, and first return section 1208.
The obtaining unit 1202 is configured to obtain a user temporary registration code of the hosted program when detecting that the application plug-in is invoked in the hosted program; the sending unit 1204 is configured to send the user temporary login code to a server corresponding to the application plug-in, so that the server queries a user identity identifier corresponding to the user temporary login code based on an interface provided by the host program; the first receiving unit 1206 is configured to receive login state information returned by the server after querying the user identity, and obtain a service response result corresponding to the application plug-in; the first returning unit 1208 is configured to return a result of the call to the application plug-in to the hosted program based on the business response result.
In some embodiments of the present application, based on the foregoing solution, if the application plug-in includes an OCR plug-in, the first receiving unit 1206 is configured to: sending the picture to be recognized and the login state information to the server side so that the server side performs OCR recognition on the picture to be recognized; and receiving character information which is returned by the server based on the login state information and is obtained by performing OCR recognition on the picture to be recognized.
In some embodiments of the present application, based on the foregoing solution, the boarder program comprises a tax refund service program of an overseas tax service; the first receiving unit 1206 is further configured to: receiving a tax refund code returned by the server after the user identity is inquired; the first return unit 1208 is further configured to: and feeding back the tax refund code to the consignment program so that the consignment program initiates a tax refund request based on the tax refund code.
In some embodiments of the present application, based on the foregoing scheme, the first returning unit 1208 is configured to: returning the character information to the boarder program; or displaying the character information, and returning the character information to the boarder program if a confirmation instruction aiming at the character information is detected.
In some embodiments of the present application, based on the foregoing solution, if the application plug-in includes a plug-in for querying the specific information, the first receiving unit 1206 is configured to: and acquiring the specified information which is inquired and returned by the server according to the user identity, wherein the specified information is the specified information which is inquired by the server according to the user identity and is associated with the user identity.
In some embodiments of the present application, based on the foregoing scheme, the specifying information includes a tax refund code; the first return unit 1208 is configured to: and returning the tax refund code to the consignment program so that the consignment program initiates a tax refund request to the server based on the tax refund code.
In some embodiments of the present application, based on the foregoing solution, the obtaining unit 1202 is configured to: according to the information of the hosted program, displaying authorization prompt information of user information of the hosted program which needs to be acquired; and after receiving the confirmation authorization information aiming at the authorization prompt information, acquiring the user temporary registration code of the boarder program.
Fig. 13 is a block diagram illustrating a calling apparatus of an application plug-in according to an embodiment of the present application, the application plug-in is added to a hosted program, the hosted program runs in a hosting environment provided by the hosted program, and the calling apparatus of the application plug-in illustrated in fig. 13 may be disposed in a server corresponding to the application plug-in.
Referring to fig. 13, an apparatus 1300 for calling an application plug-in according to an embodiment of the present application includes: a second receiving unit 1302, a querying unit 1304 and a second returning unit 1306.
The second receiving unit 1302 is configured to receive a user temporary registration code sent by the application plug-in, where the user temporary registration code is obtained after the application plug-in is called in the hosted program; the querying unit 1304 is configured to query, based on an interface provided by the host program, a user identity corresponding to the user temporary login code; the second returning unit 1306 is configured to, after querying the user identity, return login state information to the application plug-in, and return a service response result corresponding to the application plug-in, where the service response result is used to enable the application plug-in to return a call result of the application plug-in to the hosted program.
In some embodiments of the present application, based on the foregoing solution, if the application plug-in includes an Optical Character Recognition (OCR) plug-in, the second returning unit 1306 is configured to: receiving the picture to be identified and the login state information sent by the application program plug-in; performing OCR recognition on the picture to be recognized to obtain character information; and returning the character information to the application program plug-in based on the login state information.
In some embodiments of the present application, based on the foregoing solution, the boarder program comprises a tax refund service program of an overseas tax service; the second return unit 1306 is further configured to: after the user identity is inquired, returning a tax refund code corresponding to the user identity to the application program plug-in, so that the application program plug-in feeds the tax refund code back to the boarder program, wherein the tax refund code is used for enabling the boarder program to initiate a tax refund request.
In some embodiments of the present application, based on the foregoing solution, the hosted program includes a tax refund service program of an overseas tax service, and the business response result includes a tax refund code; the calling device 1300 of the application plug-in further includes: a third receiving unit configured to: receiving a tax refund request sent by the boarder program based on the tax refund code; the processing unit is configured to perform tax refunding processing on an account corresponding to the user identity identification based on the tax refunding request; the second return unit 1306 is further configured to: and if the tax refund is successful in the account corresponding to the user identity, returning notification information of successful tax refund to the consignment program.
FIG. 14 illustrates a schematic structural diagram of a computer system suitable for use in implementing the electronic device of an embodiment of the present application.
It should be noted that the computer system 1400 of the electronic device shown in fig. 14 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 14, a computer system 1400 includes a Central Processing Unit (CPU)1401, which can perform various appropriate actions and processes, such as executing the methods described in the above embodiments, according to a program stored in a Read-Only Memory (ROM) 1402 or a program loaded from a storage portion 1408 into a Random Access Memory (RAM) 1403. In the RAM 1403, various programs and data necessary for system operation are also stored. The CPU 1401, ROM 1402, and RAM 1403 are connected to each other via a bus 1404. An Input/Output (I/O) interface 1405 is also connected to the bus 1404.
The following components are connected to the I/O interface 1405: an input portion 1406 including a keyboard, a mouse, and the like; an output portion 1407 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, a speaker, and the like; a storage portion 1408 including a hard disk and the like; and a communication section 1409 including a Network interface card such as a LAN (Local Area Network) card, a modem, and the like. The communication section 1409 performs communication processing via a network such as the internet. The driver 1410 is also connected to the I/O interface 1405 as necessary. A removable medium 1411 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 1410 as necessary, so that a computer program read out therefrom is installed into the storage section 1408 as necessary.
In particular, according to embodiments of the application, the processes described above with reference to the flow diagrams may be implemented as computer software programs. For example, embodiments of the present application include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising a computer program for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication portion 1409 and/or installed from the removable medium 1411. When the computer program is executed by a Central Processing Unit (CPU)1401, various functions defined in the system of the present application are executed.
It should be noted that the computer readable medium shown in the embodiments of the present application may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a Read-Only Memory (ROM), an Erasable Programmable Read-Only Memory (EPROM), a flash Memory, an optical fiber, a portable Compact Disc Read-Only Memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In this application, however, a computer readable signal medium may include a propagated data signal with a computer program embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. The computer program embodied on the computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wired, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. Each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present application may be implemented by software, or may be implemented by hardware, and the described units may also be disposed in a processor. Wherein the names of the elements do not in some way constitute a limitation on the elements themselves.
As another aspect, the present application also provides a computer-readable medium, which may be contained in the electronic device described in the above embodiments; or may exist separately without being assembled into the electronic device. The computer readable medium carries one or more programs which, when executed by an electronic device, cause the electronic device to implement the method described in the above embodiments.
It should be noted that although in the above detailed description several modules or units of the device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments of the application. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present application can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which can be a personal computer, a server, a touch terminal, or a network device, etc.) to execute the method according to the embodiments of the present application.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the embodiments disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains.
It will be understood that the present application is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the application is limited only by the appended claims.

Claims (15)

1. A method for calling an application plug-in, wherein the application plug-in is added to a hosted program, the hosted program runs in a host environment provided by the host program, and the method for calling the application plug-in comprises:
if the application program plug-in is detected to be called in the boarder program, acquiring a user temporary registration code of the boarder program;
sending the user temporary login code to a server corresponding to the application program plug-in, so that the server queries a user identity corresponding to the user temporary login code based on an interface provided by the host program;
receiving login state information returned by the server after the user identity is inquired, and acquiring a service response result corresponding to the application program plug-in;
and returning a calling result of the application program plug-in to the boarder program based on the business response result.
2. The method for calling an application plug-in according to claim 1, wherein if the application plug-in includes an Optical Character Recognition (OCR) plug-in, obtaining a service response result corresponding to the application plug-in comprises:
sending the picture to be recognized and the login state information to the server side so that the server side performs OCR recognition on the picture to be recognized;
and receiving character information which is returned by the server based on the login state information and is obtained by performing OCR recognition on the picture to be recognized.
3. The calling method of an application plug-in according to claim 2, wherein the hosted program comprises a tax refund service program of an overseas tax service;
the calling method of the application program plug-in further comprises the following steps:
and receiving a tax refund code returned by the server after the user identity is inquired, and feeding back the tax refund code to the consignment program so that the consignment program initiates a tax refund request based on the tax refund code.
4. The method of claim 2, wherein returning the call result for the application plug-in to the hosted program based on the business response result comprises:
returning the character information to the boarder program; or
And displaying the character information, and returning the character information to the boarder program if a confirmation instruction aiming at the character information is detected.
5. The method for calling an application plug-in according to claim 1, wherein if the application plug-in includes a plug-in for querying specified information, acquiring a service response result corresponding to the application plug-in includes:
and acquiring the specified information which is inquired and returned by the server according to the user identity, wherein the specified information is the specified information which is inquired by the server according to the user identity and is associated with the user identity.
6. The calling method of an application plug-in according to claim 5, wherein the designation information includes a tax refund code;
returning a calling result of the application program plug-in to the boarder program based on the business response result, wherein the calling result comprises:
and returning the tax refund code to the consignment program so that the consignment program initiates a tax refund request to the server based on the tax refund code.
7. The method for calling an application plug-in according to any one of claims 1 to 6, wherein obtaining the user temporary registration code of the hosted program comprises:
according to the information of the hosted program, displaying authorization prompt information of user information of the hosted program which needs to be acquired;
and after receiving the confirmation authorization information aiming at the authorization prompt information, acquiring the user temporary registration code of the boarder program.
8. A method for calling an application plug-in, wherein the application plug-in is added to a hosted program, the hosted program runs in a host environment provided by the host program, and the method for calling the application plug-in comprises:
receiving a user temporary registration code sent by the application program plug-in, wherein the user temporary registration code is obtained after the application program plug-in is called in the boarder program;
inquiring a user identity corresponding to the user temporary login code based on an interface provided by the host program;
after the user identity is inquired, returning login state information to the application program plug-in, and returning a service response result corresponding to the application program plug-in, wherein the service response result is used for enabling the application program plug-in to return a calling result of the application program plug-in to the boarder.
9. The method for calling an application program according to claim 8, wherein if the application plug-in includes an Optical Character Recognition (OCR) plug-in, returning a service response result corresponding to the application plug-in comprises:
receiving the picture to be identified and the login state information sent by the application program plug-in;
performing OCR recognition on the picture to be recognized to obtain character information;
and returning the character information to the application program plug-in based on the login state information.
10. The calling method of the application program according to claim 9, wherein the hosted program includes a tax refund service program of an outbound tax service;
the calling method of the application program further comprises the following steps: after the user identity is inquired, returning a tax refund code corresponding to the user identity to the application program plug-in, so that the application program plug-in feeds the tax refund code back to the boarder program, wherein the tax refund code is used for enabling the boarder program to initiate a tax refund request.
11. The calling method of an application plug-in according to any one of claims 8 to 10, wherein the hosted program comprises a tax refund service program of an overseas tax service, and the business response result comprises a tax refund code;
the calling method of the application program plug-in further comprises the following steps:
receiving a tax refund request sent by the boarder program based on the tax refund code;
tax refunding processing is carried out on the account corresponding to the user identity identification based on the tax refunding request;
and if the tax refund is successful in the account corresponding to the user identity, returning notification information of successful tax refund to the consignment program.
12. An apparatus for calling an application plug-in, wherein the application plug-in is added to a hosted program, and the hosted program runs in a hosting environment provided by the hosted program, and the apparatus for calling the application plug-in comprises:
an obtaining unit, configured to obtain a user temporary registration code of the hosted program when detecting that the application plug-in is called in the hosted program;
a sending unit, configured to send the user temporary login code to a server corresponding to the application plug-in, so that the server queries a user identity identifier corresponding to the user temporary login code based on an interface provided by the host program;
the first receiving unit is configured to receive login state information returned by the server after the user identity is inquired, and obtain a service response result corresponding to the application program plug-in;
and the first returning unit is configured to return a calling result of the application program plug-in to the boarder program based on the service response result.
13. An apparatus for calling an application plug-in, wherein the application plug-in is added to a hosted program, and the hosted program runs in a hosting environment provided by the hosted program, and the apparatus for calling the application plug-in comprises:
a second receiving unit, configured to receive a user temporary registration code sent by the application plug-in, where the user temporary registration code is obtained after the application plug-in is called in the hosted program;
the query unit is configured to query a user identity identifier corresponding to the user temporary login code based on an interface provided by the host program;
and the second returning unit is configured to return login state information to the application program plugin after the user identity is inquired, and return a service response result corresponding to the application program plugin, wherein the service response result is used for enabling the application program plugin to return a calling result of the application program plugin to the boarder.
14. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, implements a method for invoking an application plug-in according to any one of claims 1 to 7, or implements a method for invoking an application plug-in according to any one of claims 8 to 11.
15. An electronic device, comprising:
one or more processors;
storage means for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement a calling method of an application plug-in as claimed in any one of claims 1 to 7 or a calling method of an application plug-in as claimed in any one of claims 8 to 11.
CN202010801068.5A 2020-08-11 2020-08-11 Calling method, device and medium of application plug-in and electronic equipment Pending CN114116036A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010801068.5A CN114116036A (en) 2020-08-11 2020-08-11 Calling method, device and medium of application plug-in and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010801068.5A CN114116036A (en) 2020-08-11 2020-08-11 Calling method, device and medium of application plug-in and electronic equipment

Publications (1)

Publication Number Publication Date
CN114116036A true CN114116036A (en) 2022-03-01

Family

ID=80373628

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010801068.5A Pending CN114116036A (en) 2020-08-11 2020-08-11 Calling method, device and medium of application plug-in and electronic equipment

Country Status (1)

Country Link
CN (1) CN114116036A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114612088A (en) * 2022-03-14 2022-06-10 北京乐我无限科技有限责任公司 Virtual property settlement method, device, electronic equipment and storage medium
WO2023178924A1 (en) * 2022-03-24 2023-09-28 中国银联股份有限公司 Payment method, user terminal, apparatus, device, system, and medium
CN117155890A (en) * 2023-11-01 2023-12-01 腾讯科技(深圳)有限公司 Method and device for processing applet message and electronic equipment

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114612088A (en) * 2022-03-14 2022-06-10 北京乐我无限科技有限责任公司 Virtual property settlement method, device, electronic equipment and storage medium
WO2023178924A1 (en) * 2022-03-24 2023-09-28 中国银联股份有限公司 Payment method, user terminal, apparatus, device, system, and medium
TWI839875B (en) * 2022-03-24 2024-04-21 大陸商中國銀聯股份有限公司 Payment method, user terminal, device, equipment, system and medium
CN117155890A (en) * 2023-11-01 2023-12-01 腾讯科技(深圳)有限公司 Method and device for processing applet message and electronic equipment
CN117155890B (en) * 2023-11-01 2024-01-26 腾讯科技(深圳)有限公司 Method and device for processing applet message and electronic equipment

Similar Documents

Publication Publication Date Title
CN109544135B (en) Bank card binding method and device, storage medium and mobile terminal
CN104574057B (en) Online payment method and related equipment and system
CN114116036A (en) Calling method, device and medium of application plug-in and electronic equipment
CN109801051B (en) Resource transfer method, system, server and computer readable storage medium
US9497563B2 (en) Mobile device activation
CN111062024B (en) Application login method and device
US20180293580A1 (en) Systems and methods for processing an access request
CN108920257B (en) Transaction processing method, device, equipment and storage medium
TWI839875B (en) Payment method, user terminal, device, equipment, system and medium
CN109034759B (en) Data transfer method and related equipment
CN111198737A (en) Page display method based on user state characteristics, and device, system, server and storage medium thereof
CN111367993A (en) Data service method and device based on end-to-end
CN112990902A (en) Service processing method, device, computer equipment and storage medium
EP2816517A1 (en) Method and apparatus for combining different kinds of wallets on a mobile device
CN112732547B (en) Service testing method and device, storage medium and electronic equipment
US12002026B2 (en) Method for context-based selection and activation of applications on a mobile device
CN115310958A (en) Payment method, device, equipment, system and medium based on 5G message application
CN116485394A (en) Method, device, equipment and medium for generating payment password and sending payment request
CN112288556A (en) Method and device for resource transfer, and method and device for initiating resource transfer
CN113988844A (en) Service subscription method, device and system
CN109858993A (en) A kind of car insurance order generation method, server and system
CN115829556A (en) Payment method, device, apparatus, medium and product
CN110223185B (en) Information complementary transmission method based on data processing and related equipment
CN110046885B (en) Payment auxiliary method and device and electronic equipment
KR20220001368A (en) Method and management server for processing on mobile for joining members

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