CN111767463A - Information processing method, device and storage medium - Google Patents

Information processing method, device and storage medium Download PDF

Info

Publication number
CN111767463A
CN111767463A CN202010607645.7A CN202010607645A CN111767463A CN 111767463 A CN111767463 A CN 111767463A CN 202010607645 A CN202010607645 A CN 202010607645A CN 111767463 A CN111767463 A CN 111767463A
Authority
CN
China
Prior art keywords
product
application
enterprise
information
client
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
CN202010607645.7A
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 Tongbang Zhuoyi Technology Co ltd
Original Assignee
Beijing Tongbang Zhuoyi 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 Tongbang Zhuoyi Technology Co ltd filed Critical Beijing Tongbang Zhuoyi Technology Co ltd
Priority to CN202010607645.7A priority Critical patent/CN111767463A/en
Publication of CN111767463A publication Critical patent/CN111767463A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • General Physics & Mathematics (AREA)
  • Development Economics (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

An embodiment of the application provides an information processing method, an information processing device and a storage medium, wherein the method comprises the following steps: the method comprises the steps of receiving a product creation request sent by a client, determining whether an enterprise user has the authority to create at least one product according to the product creation request, and sending a data packet corresponding to the at least one product to the client when determining that the enterprise has the authority to create the at least one product, so that the enterprise user can create the at least one product in application according to the data packet. The processing process realizes automatic auditing of products created on line, provides a standard on-line product docking flow for enterprise users, and improves the efficiency of creating application products on line for the enterprise users.

Description

Information processing method, device and storage medium
Technical Field
The embodiment of the application relates to the technical field of computers, in particular to an information processing method, an information processing device and a storage medium.
Background
With the continuous development of internet technology, various users (such as government and colleges, enterprises, dealers, etc.) have a need for customizing personalized application services. Taking a financial enterprise as an example, the enterprise can develop financial applications according to self business requirements, construct various products in the applications, and different products correspond to different business plates, such as deposit business, borrowing business, financing business and the like.
At present, the development of application services mainly depends on an instant chat tool or offline communication, and the periods of the creation, debugging and online processes of applications are long.
Disclosure of Invention
The embodiment of the application provides an information processing method, an information processing device and a storage medium, provides a standard docking process for creating an application product on line, and improves the efficiency of creating the application product on line by a user.
A first aspect of an embodiment of the present application provides an information processing method, including:
receiving a product creation request sent by a client, wherein the product creation request comprises enterprise information and at least one product requested to be created, and the product corresponds to one service in an application;
determining whether the enterprise has the authority to create the at least one product according to the product creating request;
and when the enterprise is determined to have the authority to create the at least one product, sending a data packet corresponding to the at least one product to the client, wherein the data packet is used for indicating development information of the at least one product in the enterprise user creation application.
Optionally, the enterprise information includes at least one of registered assets of the enterprise and enterprise types.
In one possible embodiment, the enterprise information includes registered assets of an enterprise, and the determining whether the enterprise has authority to create the at least one product according to the product creation request includes:
and if the registered asset of the enterprise is greater than or equal to the preset asset value of the first product requested to be created, determining that the enterprise has the authority to create the first product, wherein the first product is any one of the at least one product.
In one possible embodiment, the enterprise information includes an enterprise type, and the determining whether the enterprise has the right to create the at least one product according to the product creation request includes:
determining whether the enterprise has the authority to create a first product or not by inquiring preset product creation authority information;
the product creation authority information comprises a corresponding relation between a product and an enterprise type, and the first product is any one of the at least one product.
In a possible implementation manner, before the receiving the product creation request sent by the client, the method further includes:
receiving an application creation request sent by a client, wherein the application creation request comprises an application category;
and sending product information corresponding to the application category to the client according to the application creation request, wherein the product information is used for indicating each service provided by an application platform for creating the application.
Optionally, the application category includes an applet, an application program, or a web page.
Optionally, the data package includes a software development kit SDK of the product, an interface document and a test document, where the interface document includes a plurality of application program interfaces APIs that can be called.
In a possible implementation manner, after sending the data packet corresponding to the at least one product to the client, the method further includes:
receiving test information of a first product sent by the client, wherein the first product is any one of the at least one product;
performing data analysis on the test information of the first product, and determining a test evaluation result of the first product, wherein the test evaluation result is used for indicating whether to release the first product;
and returning the test evaluation result of the first product to the client.
In a possible embodiment, the performing data analysis on the test information of the first product to determine a test evaluation result of the first product includes:
counting the times of executing the abnormality of the first product according to the test information of the first product;
if the times of the first product being abnormal are less than the preset times, determining to release the first product; or if the times of the first product with abnormality are larger than or equal to the preset times, determining not to release the first product.
Optionally, the test information includes at least one of local simulation test information and gray scale test information.
In a possible implementation manner, before the receiving the application creation request sent by the client, the method further includes:
receiving enterprise real-name authentication information sent by the client, wherein the enterprise real-name authentication information comprises public account information, three-card information and identity information of a legal person of an enterprise;
verifying whether the enterprise real-name authentication information is correct or not through an Optical Character Recognition (OCR) technology and an online random money-making mode;
and executing an application creation process after verifying that the enterprise real-name authentication information is correct.
In one possible embodiment, after the release of the at least one product of the application, the method further comprises:
receiving a product query request sent by a client, wherein the product query request is used for querying the online operation data of the product;
and returning the online operation data of the product to the client.
A second aspect of an embodiment of the present application provides an information processing apparatus, including:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving a product creating request sent by a client, the product creating request comprises enterprise information and at least one product which is requested to be created, and the product corresponds to a service in an application;
the processing module is used for determining whether the enterprise has the authority to create the at least one product according to the product creating request;
and the sending module is used for sending a data packet corresponding to the at least one product to the client when the enterprise is determined to have the authority to create the at least one product, and the data packet is used for indicating an enterprise user to create the at least one product in the application.
Optionally, the enterprise information includes at least one of registered assets of the enterprise and enterprise types.
In a possible implementation manner, the enterprise information includes registered assets of an enterprise, and the processing module is specifically configured to:
and if the registered asset of the enterprise is greater than or equal to the preset asset value of the first product requested to be created, determining that the enterprise has the authority to create the first product, wherein the first product is any one of the at least one product.
In a possible implementation manner, the enterprise information includes an enterprise type, and the processing module is specifically configured to:
determining whether the enterprise has the authority to create a first product or not by inquiring preset product creation authority information;
the product creation authority information comprises a corresponding relation between a product and an enterprise type, and the first product is any one of the at least one product.
In a possible implementation manner, before the receiving module receives the product creation request sent by the client, the receiving module is further configured to:
receiving an application creation request sent by a client, wherein the application creation request comprises an application category;
and the sending module is further used for sending product information corresponding to the application type to the client according to the application creation request, wherein the product information is used for indicating each service provided by the application platform for creating the application.
Optionally, the application category includes an applet, an application program, or a web page.
Optionally, the data package includes a software development kit SDK of the product, an interface document and a test document, where the interface document includes a plurality of application program interfaces APIs that can be called.
In a possible implementation manner, after the sending module sends the data packet corresponding to the at least one product to the client, the receiving module is further configured to:
receiving test information of a first product sent by the client, wherein the first product is any one of the at least one product;
the processing module is further used for carrying out data analysis on the test information of the first product and determining a test evaluation result of the first product, wherein the test evaluation result is used for indicating whether to release the first product;
and the sending module is also used for returning the test evaluation result of the first product to the client.
In a possible implementation, the processing module is specifically configured to:
counting the times of executing the abnormality of the first product according to the test information of the first product;
if the times of the first product being abnormal are less than the preset times, determining to release the first product; or if the times of the first product with abnormality are larger than or equal to the preset times, determining not to release the first product.
Optionally, the test information includes at least one of local simulation test information and gray scale test information.
In a possible implementation manner, before the receiving module receives the application creation request sent by the client, the receiving module is further configured to:
receiving enterprise real-name authentication information sent by the client, wherein the enterprise real-name authentication information comprises public account information, three-card information and identity information of a legal person of an enterprise;
the processing module is also used for verifying whether the enterprise real-name authentication information is correct or not through an Optical Character Recognition (OCR) technology and an online random money-making mode;
and executing an application creation process after verifying that the enterprise real-name authentication information is correct.
In a possible implementation manner, the receiving module 501 is further configured to, after the at least one product of the application is released:
receiving a product query request sent by a client, wherein the product query request is used for querying the online operation data of the product;
and the sending module is also used for returning the online operation data of the product to the client.
A third aspect of the embodiments of the present application provides an information processing apparatus, including:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of any of the first aspects.
A fourth aspect of embodiments of the present application provides a computer-readable storage medium having stored thereon a computer program for execution by a processor to perform the method according to any one of the first aspect.
An embodiment of the application provides an information processing method, an information processing device and a storage medium, wherein the method comprises the following steps: the method comprises the steps of receiving a product creation request sent by a client, determining whether an enterprise user has the authority to create at least one product according to the product creation request, and sending a data packet corresponding to the at least one product to the client when determining that the enterprise has the authority to create the at least one product, so that the enterprise user can create the at least one product in application according to the data packet. The processing process realizes automatic auditing of products created on line, provides a standard on-line product docking flow for enterprise users, and improves the efficiency of creating application products on line for the enterprise users.
Drawings
Fig. 1 is a schematic view of an application scenario of an information processing method according to an embodiment of the present application;
fig. 2 is a schematic flowchart of an information processing method according to an embodiment of the present application;
fig. 3 is a schematic flowchart of an information processing method according to an embodiment of the present application;
fig. 4 is a schematic flowchart of an information processing method according to an embodiment of the present application;
fig. 5 is a schematic flowchart of an information processing method according to an embodiment of the present application;
fig. 6 is a schematic flowchart of an information processing method according to an embodiment of the present application;
fig. 7 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present application;
fig. 8 is a hardware configuration diagram of an information processing apparatus according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, 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 some embodiments of the present application, but not all 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.
It will be understood that the terms "comprises" and "comprising," and any variations thereof, as used herein, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
First, terms or nouns related to the embodiments of the present application are explained.
The public account refers to an account opened in a bank on the name of a company or a business, and includes a basic account, a general account, a temporary account and a special account. A company can only open one basic account, but can open a plurality of general accounts, and if an account capable of withdrawing money is additionally opened and the fund side has certain special use, a special account can be applied for transaction. The temporary account is a bank settlement account opened for temporary needs and used within a specified period for handling funds receipt and payment occurring in temporary business activities.
Optical Character Recognition (OCR) technology refers to a process in which an electronic device (e.g., a scanner or a digital camera) examines a printed character on paper, determines its shape by detecting dark and light patterns, and then translates the shape into computer text using character recognition methods.
Software Development Kit (SDK) is generally a collection of development tools used by software engineers to build application software for a particular software package, software framework, hardware platform, operating system, etc.
The applet is an application that can be used without downloading and installing, and a user can acquire the application through code scanning, searching and sharing. An application refers to a computer program that is developed to run on an operating system to accomplish a particular task or tasks, and that requires a user to download the program for access. A WEB page is an integral part of a WEB site, which carries the information content of the WEB site and is transmitted over the world wide WEB via the hypertext transfer protocol HTTP.
The gray level test refers to a test that a specific group of people is selected for trial before a certain product or application is formally released, and the number of the trial users is gradually increased so as to find and correct problems in time.
The current application service development mainly carries out application requirement communication through an instant chat tool or offline, an effective online application requirement butt joint process is not available, and the development efficiency is low. Before the application products are on line, the functions of various products in the application need to be tested, the workload of manual acceptance is large, and the accuracy is low. After the application product is formally on-line, no effective on-line operation management tool exists, and a user cannot timely and accurately acquire operation data of the product after the product is on-line.
Based on the above problems, embodiments of the present application provide an information processing method, which may be applied to an application open platform, where the platform provides software development kits and interface documents of various application categories, and various users may obtain data packets of applications to be created based on the application open platform, so as to implement an online docking process. In the acceptance link of the application products, the platform also provides an on-line automatic acceptance function, and on the basis of automatic testing, the platform performs data processing on the test result, gives a test evaluation result and feeds back whether the application products can be on-line or not to a user. Meanwhile, the platform also provides various online operation management tools, so that data analysis and statistics of online application products of users are realized, the users can conveniently inquire the online operation data, and the use experience of the users is improved.
Fig. 1 is a schematic view of an application scenario of an information processing method according to an embodiment of the present application, and as shown in fig. 1, the scenario includes an application opening platform 11 and a plurality of clients (for example, a client 12, a client 13, and a client 14 shown in fig. 1), where the application opening platform 11 is in communication connection with the plurality of clients, respectively, different enterprise users access the application opening platform 11 through different clients to customize application services with different requirements, where the application services include services such as applets, application programs, and web pages, and the different application services correspond to different product lists.
Fig. 2 is a schematic flow chart of an information processing method according to an embodiment of the present application, and referring to fig. 2, the information processing method includes the following steps: the method comprises an enterprise real-name authentication process, a product docking process, a product testing and evaluating process and a product on-line operation process. Wherein the content of the first and second substances,
the enterprise real-name authentication process mainly adopts an OCR technology, realizes online enterprise real-name authentication by combining an online public money-making mode, does not need offline handling, and has high authentication speed.
The product docking process comprises the following two processes:
1. the method comprises the steps of obtaining product information corresponding to application categories by receiving relevant information of application configuration sent by a client, such as application keys, application categories and the like, selecting application products needing docking by a user, and submitting product docking applications to an application open platform.
2. The application open platform receives a product docking request submitted by a user, and determines whether the enterprise has the authority to create the product or not according to the enterprise information in the request and the product(s) requested to be created, and the process realizes automatic auditing. And if the application open platform determines that the enterprise has the authority to create the product, returning the approval to the client, and simultaneously sending a data packet corresponding to the product to the client, wherein the data packet is used for guiding enterprise users to create the application product. And if the application open platform determines that the enterprise does not have the authority to create the product, returning that the verification is not passed to the client, and ending the process.
The product test evaluation flow comprises the following steps: the method comprises the steps of receiving test information of a product sent by a client, wherein the test information comprises at least one item of local simulation test information and gray scale test information, auditing the test information by using an open platform, and determining whether an application product developed by a user can be operated online or not. The process realizes automatic auditing, and returns to development joint debugging if the auditing is not passed.
The online operation process of the product mainly carries out statistical analysis on the online operation data of the product by using an online operation management tool provided by an open platform, and displays the online operation result to a user. For example, taking a shopping applet created by a dealer as an example, according to an order query request of an enterprise user, statistical analysis is performed on online transaction data of an order module in the shopping applet, and the order quantity in a preset time period (for example, within one month) is displayed to the enterprise user, or further, the order quantity in different areas in the preset time period is displayed to the enterprise user.
The technical solution of the present application will be described in detail below with specific examples. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments.
Fig. 3 is a schematic flowchart of an information processing method according to an embodiment of the present application. The method provided by the embodiment can be executed by any device for executing the information processing method, and the device can be realized by software and/or hardware.
As an example, the apparatus may be disposed in an application opening platform shown in fig. 1, and for ease of understanding, the following embodiments describe a scheme with the application opening platform as an execution subject.
Referring to fig. 3, the information processing method provided in this embodiment includes the following steps:
step 101, receiving a product creation request sent by a client.
The product creation request includes enterprise information and at least one product requested to be created, one product corresponding to a service in the application.
A user accesses the application open platform through a client and creates applications on the application open platform, wherein one application comprises at least one product, and the product corresponds to one service in the application. Illustratively, taking a financial APP as an example, the APP is provided with a deposit product, an electronic draft product, a financial product, a borrowing product and the like, and different products correspond to different services.
In the embodiment of the application, the enterprise information comprises at least one of registered assets and enterprise types of the enterprise. It should be noted that, all enterprises may not use the various products provided on the application open platform, and therefore it is necessary to perform an audit on the product creation request of the enterprise user, and in the embodiment of the present application, an online automatic audit is adopted, which is specifically referred to as step 102 below.
Step 102, determining whether the enterprise has the authority to create at least one product according to the product creation request.
And the application open platform determines whether the enterprise has the authority to create at least one product according to the enterprise information in the product creation request and the at least one product requested to be created. For example, whether a business has the right to create a product may be determined in two ways:
in a possible implementation manner, the enterprise information in the product creation request includes registered assets of the enterprise, and step 102 specifically includes: and if the registered asset of the enterprise is greater than or equal to the preset asset value of the first product requested to be created, determining that the enterprise has the authority to create the first product.
The first product of this step is any of at least one product.
For example, for a borrowing product in a financial APP, the borrowing product provided by the application open platform is only suitable for enterprises with registered asset value over 3000 ten thousand, and enterprises which do not meet the condition cannot create the product of the category in the application.
In another possible implementation, the enterprise information in the product creation request includes an enterprise type, and step 102 specifically includes: and determining whether the enterprise has the authority to create the first product or not by inquiring preset product creation authority information. The preset product creation authority information comprises the corresponding relation between the product and the enterprise type.
For example, taking an electronic draft product in a financial APP as an example, the electronic draft product provided by the application open platform is limited to a bank enterprise, and an enterprise which does not meet the condition cannot create the product in the application.
Optionally, as an example, a mapping relationship table between a product and an enterprise type is pre-stored in the application open platform, and the application open platform determines whether the enterprise has an authority to create a certain type of product by querying the mapping relationship table.
It should be understood that with the continuous update of the application open platform, more and more products are provided, the related fields are wider and wider, and the application open platform needs to continuously update the mapping relation table of the pre-stored products and the enterprise types, so as to ensure that more and better application products are provided for various enterprises.
Optionally, as an example, when the application opening platform determines that the enterprise does not have the right to create the first product according to the product creation request, the application opening platform may send the product creation request to a back-end device of the application opening platform, that is, a computer of a platform maintainer, and further confirm whether the enterprise has the right to create the first product through a manual review mode.
The above example is used as a supplementary process of an automatic auditing process, so that the problem of automatic auditing errors caused by untimely information updating in an application open platform is avoided, and the normal operation of a product docking process of an enterprise is ensured through manual auxiliary auditing.
And 103, when the enterprise is determined to have the authority to create at least one product, sending a data packet corresponding to the at least one product to the client.
The data package is used to instruct an enterprise user to create development information for at least one product in the application.
Optionally, the data package includes a software development kit SDK of the product, an interface document, and a test document, and the interface document includes a plurality of application program interfaces APIs that can be called.
When configuring a product, an enterprise user can directly call one or more APIs provided by the application open platform in a configuration file. The application open platform provides various types of APIs, such as payment APIs (including face payment, fingerprint payment, password payment and the like), electronic contract APIs and the like.
According to the information processing method provided by the embodiment of the application, a product creation request sent by a client is received, whether an enterprise user has the authority to create at least one product is determined according to the product creation request, and when the enterprise is determined to have the authority to create the at least one product, a data packet corresponding to the at least one product is sent to the client, so that the enterprise user can create the at least one product in application according to the data packet. The processing process realizes automatic auditing of products created on line, provides a standard on-line product docking flow for enterprise users, and improves the efficiency of creating application products on line for the enterprise users.
Fig. 4 is a flowchart of an information processing method provided in an embodiment of the present application, and referring to fig. 4, before step 101 of the embodiment shown in fig. 3, the information processing method further includes the following steps:
step 201, receiving an application creation request sent by a client, where the application creation request includes an application category.
The application category includes an applet, an application program, or a web page.
Optionally, the application creation request may further include an application key, where the application key is used to ensure the reliability of the application source and prevent forgery.
In the embodiment of the application, an enterprise user accesses the application open platform through a client, selects to create an application on the application open platform, and configures relevant information (an application key, an application category and the like) of the application. The application open platform provides a plurality of application products for different application categories. It should be understood that the product development information for the same product for different application categories is different, for example, the web page version of the deposit product is different from the applet version of the deposit product.
Step 202, according to the application creation request, sending product information corresponding to the application category to the client, where the product information is used to indicate each service provided by the application platform to create the application.
And the application open platform determines the product information corresponding to the application type according to the application type in the application creation request, and sends the product information to the client. As an example, the product information may be presented on a user graphical interface of the client in the form of a product list, an icon control, and the like for selection by the user.
Illustratively, if an enterprise user selects to create an applet application, the application open platform sends a product list corresponding to the applet application to the client; and if the enterprise user selects to create the webpage application, the application open platform sends a product list corresponding to the webpage application to the client. Different products correspond to different services in the application. The enterprise user can select one or more products from the product list according to the requirement of the enterprise user.
After the enterprise user selects at least one product to be created, the client sends a product creation request to the application open platform, and the subsequent flow is the same as the embodiment shown in fig. 3, and is not described here again.
According to the information processing method provided by the embodiment of the application, the application creation request sent by the client is received, the application creation request comprises the application category, and the product information corresponding to the application category is sent to the client according to the application creation request, so that an enterprise user can create one or more products in the application according to the product information. The processing process is an application configuration process before the product docking process is executed, and the enterprise user selects the application type to be developed through the process, acquires the creatable product information corresponding to the application type, and improves the application development efficiency of the enterprise user.
Fig. 5 is a schematic flowchart of an information processing method according to an embodiment of the present application, and referring to fig. 5, after step 103 in the embodiment shown in fig. 3, the information processing method further includes:
step 301, receiving test information of a first product sent by a client.
Wherein the first product is any one of the at least one product.
The test information of the embodiment of the application comprises:
and locally simulating at least one item of test information and gray scale test information.
The local simulation test means that an enterprise user inputs test data on a client to perform simulation test on the performance of a created application product, calling of a product API on an application open platform is involved in the simulation test process, and a series of simulation test results are obtained through the simulation test. The local simulation test information comprises a plurality of groups of simulation test data and test results corresponding to each group of simulation test data.
The gray test means that real data of the application product actually used by the users are obtained through the selected small-batch users before the application product is formally on-line or released, and a series of gray test results are obtained by completing the gray test. The gray test information comprises a plurality of groups of gray test data and test results corresponding to each group of gray test data.
Step 302, performing data analysis on the test information of the first product, and determining a test evaluation result of the first product, where the test evaluation result is used to indicate whether to issue the first product.
In a possible implementation manner, the application open platform may count the number of times that the first product is executed abnormally according to the test information of the first product. And if the times of the first product with abnormity are less than the preset times, determining to release the first product. And if the times of the first product with abnormality are larger than or equal to the preset times, determining not to release the first product.
As an example, each test result in the local simulation test information or the grayscale test information directly indicates a test abnormality or a test normality. The application open platform can directly count the times of the first product abnormal in the local test or the gray test according to the test result in the test information of the first product. As another example, each test result in the local simulation test information or the grayscale test information is an execution code corresponding to the test data, the open platform is applied to determine whether each test result is normal or abnormal by comparing with a normal execution code preset in the first product, and then the number of times that the first product is abnormal in the local test or the grayscale test is counted.
Step 303, returning the test evaluation result of the first product to the client.
Optionally, in some embodiments, if the test evaluation result indicates that the first product is not issued, the application open platform may further return the reason for the abnormal test result in the test information to the client, so that the enterprise user can modify the product configuration information in a targeted manner, and perform further development and joint debugging until the product performance is stable.
According to the information processing method provided by the embodiment of the application, the test information of the first product is received and sent by the client, data analysis is carried out on the test information of the first product, the test evaluation result of the first product is determined, and the test evaluation result of the first product is returned to the client, wherein the test evaluation result is used for indicating whether the first product is issued. The process realizes the automatic evaluation of the performance of the on-line application product, solves the problems of large workload and low accuracy of manual acceptance, and shortens the period from development and test to on-line application of the application product.
Fig. 6 is a schematic flowchart of an information processing method according to an embodiment of the present application, and referring to fig. 6, before step 201 of the embodiment shown in fig. 4, the information processing method further includes the following steps:
step 401, receiving enterprise real-name authentication information sent by a client.
The enterprise real-name authentication information comprises the information of a public account, the information of three certificates and the identity information of a legal person of the enterprise.
In the embodiment of the application, before the enterprise user accesses the application open platform through the client to create the application, the enterprise real-name authentication is firstly needed, and after the enterprise real-name authentication is passed, the application can be created on the application open platform. The enterprise user needs to complete the input of information such as a public account, three certificates (a business license, an organization code certificate and a tax registration certificate) and a legal identity card under the guidance of a platform page.
And 402, verifying whether the enterprise real-name authentication information is correct or not through an Optical Character Recognition (OCR) technology and an online random money-making mode.
And the application open platform identifies information such as the three certificates uploaded by the enterprise user and the identity cards of the legal person through OCR (optical character recognition), and determines whether the information is correct. Meanwhile, the application open platform can be used for paying the public account for the enterprise through the real-name authentication system, the payment amount is a random value, the enterprise user inputs the payment amount received by the public account, and the platform confirms whether the money amount is filled in consistently. If the two items of contents are confirmed to be correct, the enterprise real-name authentication process can be completed.
And step 403, after the enterprise real-name authentication information is verified to be correct, executing an application creation process.
The embodiment of the application provides an online enterprise real-name authentication process, and an enterprise user does not need to transact real-name authentication offline. The online rapid authentication is realized by OCR recognition of the enterprise real-name authentication information and confirmation of public money payment on line.
On the basis of the above embodiments, after the enterprise user creates at least one product of the application and issues the product, the information processing method further includes: receiving a product query request sent by a client, wherein the product query request is used for querying the online operation data of a product; and returning the online operation data of the product to the client.
The example shows an online operation management tool provided by an application open platform, which can perform statistical analysis on product online operation data and give an online operation result. The enterprise user can inquire the historical transaction condition or the historical access condition of the product and the like by using an online operation management tool provided by the open platform.
In the embodiment of the present application, the information processing apparatus may be divided into the functional modules according to the method embodiments, for example, each functional module may be divided corresponding to each function, or two or more functions may be integrated into one processing module. The integrated module can be realized in a form of hardware or a form of a software functional module. It should be noted that, in the embodiment of the present application, the division of the module is schematic, and is only one logic function division, and there may be another division manner in actual implementation. The following description will be given by taking an example in which each functional module is divided by using a corresponding function.
Fig. 7 is a schematic structural diagram of an information processing apparatus according to an embodiment of the present application. Referring to fig. 7, the information processing apparatus 500 according to the present embodiment includes:
a receiving module 501, configured to receive a product creation request sent by a client, where the product creation request includes enterprise information and at least one product requested to be created, and the product corresponds to a service in an application;
a processing module 502, configured to determine whether the enterprise has an authority to create the at least one product according to the product creation request;
a sending module 503, configured to send, to the client, a data packet corresponding to the at least one product when it is determined that the enterprise has the authority to create the at least one product, where the data packet is used to instruct an enterprise user to create the at least one product in the application.
Optionally, the enterprise information includes at least one of registered assets of the enterprise and enterprise types.
In a possible implementation manner, the enterprise information includes registered assets of an enterprise, and the processing module 502 is specifically configured to:
and if the registered asset of the enterprise is greater than or equal to the preset asset value of the first product requested to be created, determining that the enterprise has the authority to create the first product, wherein the first product is any one of the at least one product.
In a possible implementation manner, the enterprise information includes an enterprise type, and the processing module 502 is specifically configured to:
determining whether the enterprise has the authority to create a first product or not by inquiring preset product creation authority information;
the product creation authority information comprises a corresponding relation between a product and an enterprise type, and the first product is any one of the at least one product.
In a possible implementation manner, before the receiving module 501 receives the product creation request sent by the client, it is further configured to:
receiving an application creation request sent by a client, wherein the application creation request comprises an application category;
the sending module 503 is further configured to send product information corresponding to the application category to the client according to the application creation request, where the product information is used to indicate each service provided by the application platform for creating the application.
Optionally, the application category includes an applet, an application program, or a web page.
Optionally, the data package includes a software development kit SDK of the product, an interface document and a test document, where the interface document includes a plurality of application program interfaces APIs that can be called.
In a possible implementation manner, after the sending module 503 sends the data packet corresponding to the at least one product to the client, the receiving module 501 is further configured to:
receiving test information of a first product sent by the client, wherein the first product is any one of the at least one product;
the processing module 502 is further configured to perform data analysis on the test information of the first product, and determine a test evaluation result of the first product, where the test evaluation result is used to indicate whether to release the first product;
the sending module 503 is further configured to return a test evaluation result of the first product to the client.
In a possible implementation, the processing module 502 is specifically configured to:
counting the times of executing the abnormality of the first product according to the test information of the first product;
if the times of the first product being abnormal are less than the preset times, determining to release the first product; or if the times of the first product with abnormality are larger than or equal to the preset times, determining not to release the first product.
Optionally, the test information includes at least one of local simulation test information and gray scale test information.
In a possible implementation manner, before the receiving module 501 receives the application creation request sent by the client, it is further configured to:
receiving enterprise real-name authentication information sent by the client, wherein the enterprise real-name authentication information comprises public account information, three-card information and identity information of a legal person of an enterprise;
the processing module 502 is further configured to verify whether the enterprise real-name authentication information is correct through an Optical Character Recognition (OCR) technology and an online random money-making mode;
and executing an application creation process after verifying that the enterprise real-name authentication information is correct.
In a possible implementation manner, the receiving module 501 is further configured to, after the at least one product of the application is released:
receiving a product query request sent by a client, wherein the product query request is used for querying the online operation data of the product;
the sending module 503 is further configured to return the online operation data of the product to the client.
The information processing apparatus provided in this embodiment may execute the technical solutions of any of the above method embodiments, and the implementation principles and technical effects are similar, which are not described herein again.
Fig. 8 is a hardware configuration diagram of an information processing apparatus according to an embodiment of the present application. Referring to fig. 8, the information processing apparatus 600 according to the present embodiment includes:
a memory 601;
a processor 602; and
a computer program;
the computer program is stored in the memory 601 and configured to be executed by the processor 602 to implement the technical solution of any one of the above method embodiments, which has similar implementation principles and technical effects, and is not described herein again.
Alternatively, the memory 601 may be separate or integrated with the processor 602.
When the memory 601 is a device independent of the processor 602, the information processing apparatus further includes: a bus 603 for connecting the memory 601 and the processor 602.
The present application also provides a computer-readable storage medium, on which a computer program is stored, where the computer program is executed by the processor 602 to implement the steps performed by the application open platform in any of the above method embodiments.
An embodiment of the present application further provides a chip, including: the system comprises a memory, a processor and a computer program, wherein the computer program is stored in the memory, and the processor runs the computer program to execute the technical scheme in the method embodiment.
It should be understood that the Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor, or in a combination of the hardware and software modules within the processor.
The memory may comprise a high-speed RAM memory, and may further comprise a non-volatile storage NVM, such as at least one disk memory, and may also be a usb disk, a removable hard disk, a read-only memory, a magnetic or optical disk, etc.
The bus may be an Industry Standard Architecture (ISA) bus, a Peripheral Component Interconnect (PCI) bus, an Extended ISA (EISA) bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, the buses in the figures of the present application are not limited to only one bus or one type of bus.
The storage medium may be implemented by any type or combination of volatile or non-volatile memory devices, 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 or optical disks. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an Application Specific Integrated Circuits (ASIC). Of course, the processor and the storage medium may reside as discrete components in an information processing apparatus.
Finally, it should be noted that: the above embodiments are only used for illustrating the technical solutions of the present application, and not for limiting the same; although the present application has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications or substitutions do not depart from the spirit and scope of the present disclosure as defined by the appended claims.

Claims (15)

1. An information processing method characterized by comprising:
receiving a product creation request sent by a client, wherein the product creation request comprises enterprise information and at least one product requested to be created, and the product corresponds to one service in an application;
determining whether the enterprise has the authority to create the at least one product according to the product creating request;
and when the enterprise is determined to have the authority to create the at least one product, sending a data packet corresponding to the at least one product to the client, wherein the data packet is used for indicating development information of the at least one product in the enterprise user creation application.
2. The method of claim 1, wherein the business information comprises at least one of a registered asset of a business, a business type.
3. The method of claim 2, wherein the enterprise information includes registered assets of an enterprise, and wherein determining whether the enterprise has authority to create the at least one product based on the product creation request comprises:
and if the registered asset of the enterprise is greater than or equal to the preset asset value of the first product requested to be created, determining that the enterprise has the authority to create the first product, wherein the first product is any one of the at least one product.
4. The method of claim 2, wherein the business information comprises a business type, and wherein determining whether the business has permission to create the at least one product based on the product creation request comprises:
determining whether the enterprise has the authority to create a first product or not by inquiring preset product creation authority information;
the product creation authority information comprises a corresponding relation between a product and an enterprise type, and the first product is any one of the at least one product.
5. The method according to any of claims 1-4, wherein prior to receiving the product creation request sent by the client, the method further comprises:
receiving an application creation request sent by a client, wherein the application creation request comprises an application category;
and sending product information corresponding to the application category to the client according to the application creation request, wherein the product information is used for indicating each service provided by an application platform for creating the application.
6. The method of claim 5, wherein the application category comprises an applet, an application, or a web page.
7. The method according to any of claims 1-4, wherein the data package comprises a Software Development Kit (SDK) of a product, an interface document comprising a plurality of Application Program Interface (API) that can be invoked, and a test document.
8. The method according to any one of claims 1-4, wherein after sending the data packet corresponding to the at least one product to the client, the method further comprises:
receiving test information of a first product sent by the client, wherein the first product is any one of the at least one product;
performing data analysis on the test information of the first product, and determining a test evaluation result of the first product, wherein the test evaluation result is used for indicating whether to release the first product;
and returning the test evaluation result of the first product to the client.
9. The method of claim 8, wherein the performing data analysis on the test information of the first product to determine a test evaluation result of the first product comprises:
counting the times of executing the abnormality of the first product according to the test information of the first product;
if the times of the first product being abnormal are less than the preset times, determining to release the first product; or if the times of the first product with abnormality are larger than or equal to the preset times, determining not to release the first product.
10. The method of claim 8, wherein the test information comprises at least one of local simulation test information, and grayscale test information.
11. The method of claim 5, wherein before receiving the application creation request sent by the client, the method further comprises:
receiving enterprise real-name authentication information sent by the client, wherein the enterprise real-name authentication information comprises public account information, three-card information and identity information of a legal person of an enterprise;
verifying whether the enterprise real-name authentication information is correct or not through an Optical Character Recognition (OCR) technology and an online random money-making mode;
and executing an application creation process after verifying that the enterprise real-name authentication information is correct.
12. The method of any of claims 1-4, wherein after release of at least one product of the application, the method further comprises:
receiving a product query request sent by a client, wherein the product query request is used for querying the online operation data of the product;
and returning the online operation data of the product to the client.
13. An information processing apparatus characterized by comprising:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving a product creating request sent by a client, the product creating request comprises enterprise information and at least one product which is requested to be created, and the product corresponds to a service in an application;
the processing module is used for determining whether the enterprise has the authority to create the at least one product according to the product creating request;
and the sending module is used for sending a data packet corresponding to the at least one product to the client when the enterprise is determined to have the authority to create the at least one product, and the data packet is used for indicating an enterprise user to create the at least one product in the application.
14. An information processing apparatus characterized by comprising:
a memory;
a processor; and
a computer program;
wherein the computer program is stored in the memory and configured to be executed by the processor to implement the method of any one of claims 1 to 12.
15. A computer-readable storage medium, on which a computer program is stored, which computer program is executed by a processor to implement the method according to any one of claims 1 to 12.
CN202010607645.7A 2020-06-30 2020-06-30 Information processing method, device and storage medium Pending CN111767463A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010607645.7A CN111767463A (en) 2020-06-30 2020-06-30 Information processing method, device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010607645.7A CN111767463A (en) 2020-06-30 2020-06-30 Information processing method, device and storage medium

Publications (1)

Publication Number Publication Date
CN111767463A true CN111767463A (en) 2020-10-13

Family

ID=72723317

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010607645.7A Pending CN111767463A (en) 2020-06-30 2020-06-30 Information processing method, device and storage medium

Country Status (1)

Country Link
CN (1) CN111767463A (en)

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1820262A (en) * 2003-06-09 2006-08-16 范拉诺公司 Event monitoring and management
CN101877110A (en) * 2010-04-08 2010-11-03 苏州德融嘉信信用管理技术有限公司 Product management system and application method thereof
CN105827643A (en) * 2016-05-17 2016-08-03 世纪禾光科技发展(北京)有限公司 Open platform management system and method
US20180173512A1 (en) * 2016-12-19 2018-06-21 International Business Machines Corporation Optimized Creation of Distributed Storage and Distributed Processing Clusters on Demand
CN108696477A (en) * 2017-04-06 2018-10-23 上海安继行信息技术股份有限公司 Online registration register method and system
CN108900242A (en) * 2018-06-29 2018-11-27 深圳市易飞扬通信技术有限公司 WDM product test method, apparatus, system, computer equipment and storage medium
CN109450867A (en) * 2018-10-22 2019-03-08 腾讯科技(深圳)有限公司 A kind of identity identifying method, device and storage medium
CN109801044A (en) * 2019-03-07 2019-05-24 泰康保险集团股份有限公司 It insures creation method, device and the storage medium of product
CN110989993A (en) * 2019-11-12 2020-04-10 安徽信果网络科技有限公司 WeChat applet-based development method
CN110990396A (en) * 2019-10-12 2020-04-10 贝壳技术有限公司 Data storage method, device and storage medium
CN111026394A (en) * 2019-12-06 2020-04-17 光大兴陇信托有限责任公司 Method for carrying out flow docking by utilizing self-service docking platform
CN111126848A (en) * 2019-12-25 2020-05-08 好活(昆山)网络科技有限公司 Service processing method and device based on big data, storage medium and electronic equipment
CN111338925A (en) * 2018-12-18 2020-06-26 北京京东尚科信息技术有限公司 Applet test method, device and system, electronic equipment and storage medium

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1820262A (en) * 2003-06-09 2006-08-16 范拉诺公司 Event monitoring and management
CN101877110A (en) * 2010-04-08 2010-11-03 苏州德融嘉信信用管理技术有限公司 Product management system and application method thereof
CN105827643A (en) * 2016-05-17 2016-08-03 世纪禾光科技发展(北京)有限公司 Open platform management system and method
US20180173512A1 (en) * 2016-12-19 2018-06-21 International Business Machines Corporation Optimized Creation of Distributed Storage and Distributed Processing Clusters on Demand
CN108696477A (en) * 2017-04-06 2018-10-23 上海安继行信息技术股份有限公司 Online registration register method and system
CN108900242A (en) * 2018-06-29 2018-11-27 深圳市易飞扬通信技术有限公司 WDM product test method, apparatus, system, computer equipment and storage medium
CN109450867A (en) * 2018-10-22 2019-03-08 腾讯科技(深圳)有限公司 A kind of identity identifying method, device and storage medium
CN111338925A (en) * 2018-12-18 2020-06-26 北京京东尚科信息技术有限公司 Applet test method, device and system, electronic equipment and storage medium
CN109801044A (en) * 2019-03-07 2019-05-24 泰康保险集团股份有限公司 It insures creation method, device and the storage medium of product
CN110990396A (en) * 2019-10-12 2020-04-10 贝壳技术有限公司 Data storage method, device and storage medium
CN110989993A (en) * 2019-11-12 2020-04-10 安徽信果网络科技有限公司 WeChat applet-based development method
CN111026394A (en) * 2019-12-06 2020-04-17 光大兴陇信托有限责任公司 Method for carrying out flow docking by utilizing self-service docking platform
CN111126848A (en) * 2019-12-25 2020-05-08 好活(昆山)网络科技有限公司 Service processing method and device based on big data, storage medium and electronic equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FEI PAN ET AL.: "Inbound and Outbound Truck Scheduling in a Cross-Docking Center for Fresh Products", 《2019 INTERNATIONAL CONFERENCE ON INDUSTRIAL ENGINEERING AND SYSTEMS MANAGEMENT》, pages 1 - 6 *
李志科: "大数据自助分析系统的设计与实现", 《中国优秀硕士学位论文全文数据库 (信息科技辑)》, no. 7, pages 138 - 98 *

Similar Documents

Publication Publication Date Title
CN110263024B (en) Data processing method, terminal device and computer storage medium
CN110458562B (en) Bill reimbursement method, device and equipment and computer storage medium
KR20180113229A (en) Loan service providing method using black chain and system performing the same
CN114240408B (en) Electronic ticket business transaction method based on block chain technology
CN113506166A (en) Data processing method and device of target service and server
CN110163614A (en) Accounts payable order method of calibration, device, equipment and storage medium
CN112381645A (en) Information processing method and device for bill transaction
CN110766340A (en) Business auditing method, device and equipment
CN111639911A (en) Asset hosting instruction online processing method and device, storage medium and electronic equipment
CN113781048B (en) Transaction information verification and settlement method based on block chain
CN113034275B (en) Management system and method based on block chain network and terminal equipment
CN113822749A (en) Merchant settlement and payment processing method, device, equipment and medium based on RPA and AI
KR102590475B1 (en) A service method for managing Security Token information and STO platform
JP2019061602A (en) Accounting information monitoring system, authorization method, and program
US20240152880A1 (en) Multi-Channel Payment Method and System
CN111767463A (en) Information processing method, device and storage medium
CN114493796A (en) Modularized order management method and system for verification and cancellation service
CN114187116A (en) Method and apparatus for managing account information
CN113015170A (en) Short message verification method, device, electronic equipment and medium
CN111932255A (en) Method and device for realizing transaction reconciliation based on cryptocurrency
CN113011871A (en) Self-service selling method, device, terminal and storage medium for gold tax disk
CN115170108A (en) Transaction data processing method and device and server
CN115908002A (en) Credit granting method, device, server and storage medium for financial product
Dermaku et al. Model SAAS on international payment organizations
CN117472746A (en) Automated testing method, apparatus and storage medium

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