CN115222512A - Method and system based on user information layering - Google Patents

Method and system based on user information layering Download PDF

Info

Publication number
CN115222512A
CN115222512A CN202210845920.8A CN202210845920A CN115222512A CN 115222512 A CN115222512 A CN 115222512A CN 202210845920 A CN202210845920 A CN 202210845920A CN 115222512 A CN115222512 A CN 115222512A
Authority
CN
China
Prior art keywords
user information
information
user
upstream
scene layer
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
CN202210845920.8A
Other languages
Chinese (zh)
Inventor
周欢
周竣涛
辛子英
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CITIC Aibank Corp Ltd
Original Assignee
CITIC Aibank Corp 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 CITIC Aibank Corp Ltd filed Critical CITIC Aibank Corp Ltd
Priority to CN202210845920.8A priority Critical patent/CN115222512A/en
Publication of CN115222512A publication Critical patent/CN115222512A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • 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/901Indexing; Data structures therefor; Storage structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention relates to the technical field of computers, in particular to a method and a system based on user information layering, wherein the method comprises the steps that a service system of an upstream scene layer acquires user information and receives a service request initiated by a user terminal; the user information comprises general user information and other user information; a service system of an upstream scene layer calls a unified user information system to create a user; the unified user information system stores the general user information, generates the unique identification information of the user and returns the unique identification information to the service system of the upstream scene layer; the business system of the upstream scene layer stores the unique identification information of the user and other user information. The technical scheme is divided into two layers according to the use purpose of the user information, and the two layers are respectively stored in the service system and the unified user information system, so that the influence range of information change is greatly reduced, the test regression range is reduced, the test time is further reduced, and the purpose of accelerating the response of the service requirement is achieved.

Description

Method and system based on user information layering
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system based on user information layering.
Background
In the design of financial information systems, user information is generally stored and managed uniformly by a specialized user information system, which stores all user-related information for access and use by an upstream system.
At present, a unified mode for storing and managing user information can conveniently achieve the goal of unified management and control aiming at the characteristics of the financial industry, but along with the fact that the requirements of diversity and response timeliness of financial service scene ends are higher and higher, the unified mode for storing and controlling cannot keep up with the speed of change, because the change of any user information considers the adaptation and compatibility conditions of all scenes at the upstream, the change influence range is wide, the test range is enlarged, and the response of service change requirements is slow.
Disclosure of Invention
In order to solve the defects of the prior art, the invention provides a method and a system based on user information layering, which are divided into two layers according to the use purpose of user information, and the two layers are respectively stored in a service system and a unified user information system, so that the problems of wide influence range, large test range and the like caused by the influence of the change of a special scene on all scenes are avoided.
In order to achieve the above purpose, the technical scheme adopted by the invention comprises the following steps:
a method for user information based layering, comprising the steps of:
a service system of an upstream scene layer acquires user information and receives a service request initiated by a user terminal; the user information comprises general user information and other user information;
a service system of an upstream scene layer calls a unified user information system to create a user;
the unified user information system stores the general user information, generates the unique identification information of the user and returns the unique identification information to the service system of the upstream scene layer;
the business system of the upstream scene layer stores the unique identification information of the user and other user information.
Furthermore, the business system of the upstream scene layer comprises a deposit business system, a borrowing business system, a peer business system or a loan business system.
Further, the general user information is general user personal information irrelevant to the service, and comprises name, gender, nationality, occupation, residence, contact information, certificate type, certificate number or certificate validity period information.
Further, the other user information is information related to business, including a loan channel, a user terminal type, or emergency contact information.
Further, the unified user information system performs unified management and storage on the general user information, including that an API interface for providing user creation, user information update and user information query is associated with a service system of an upstream scene layer.
Further, each service system of the upstream scene layer sets, stores or updates the configuration of other user information according to the requirements of different service types.
The invention also relates to a system based on user information layering, which comprises:
the request module is used for acquiring user information and receiving a service request initiated by a user terminal by a service system of an upstream scene layer; the user information comprises general user information and other user information;
the calling module is used for calling the unified user information system to create the user by the service system of the upstream scene layer;
the processing module is used for storing the general user information by the unified user information system, generating unique identification information of the user and returning the unique identification information to the service system of the upstream scene layer;
and the storage module is used for storing the unique identification information of the user and other user information by the service system of the upstream scene layer.
The invention also relates to a computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the above-mentioned method.
The invention also relates to an electronic device comprising a processor and a memory;
the memory is used for storing operation instructions;
the processor is used for executing the method by calling the operation instruction.
The invention also relates to a computer program product comprising a computer program and/or instructions which, when executed by a processor, implement the steps of the above-mentioned method.
The invention has the beneficial effects that:
the method and the system for layering the user information are adopted, based on the principle of effectively layering the user information, the information systems of corresponding levels are used for storing according to layering, the aims of separate storage and control of the user information are fulfilled while the layering user information is associated, and only the service system of an upstream scene layer is required to be changed in a targeted way for the user information requirement of a specific scene without changing the unified user information system, so that other upstream scene layer systems using the unified user information system cannot be influenced, the influence range is greatly reduced, the test regression range is reduced, the test time is further reduced, and the aim of accelerating the response of the service requirement is fulfilled.
Drawings
FIG. 1 is a flow chart of a user information based layering method according to the present invention.
FIG. 2 is a schematic diagram of a system architecture based on user information hierarchy according to the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, 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.
The first aspect of the present invention relates to a method for layering based on user information, which has a step flow as shown in fig. 1, and comprises the following steps:
s1, a service system of an upstream scene layer acquires user information and receives a service request initiated by a user terminal; the user information comprises general user information and other user information;
s2, calling a unified user information system to create a user by a service system of an upstream scene layer;
s3, the unified user information system stores the general user information, generates unique identification information of the user and returns the unique identification information to the service system of the upstream scene layer;
and S4, storing the unique identification information of the user and other user information by the service system of the upstream scene layer.
In this embodiment, the upstream scene layer includes a system for implementing various services in the financial industry, taking banking services as an example, the service system of the upstream scene layer preferably includes a deposit service system, a borrowing service system, a peer service system or a loan service system, and the deposit service system, the borrowing service system, the peer service system and the loan service system are respectively and correspondingly processed.
In this embodiment, the unified user information system performs unified management and storage on the general user information, including that an API interface providing user creation, user information update, and user information query is associated with a service system of an upstream scene layer.
In the preferred implementation, the unified user information system is used for creating the user and generating the unique user identifier, and the upstream scene system does not have the user creating capability, and the upstream scene system calls the general user information stored in the unified user information system and stores the unique user identifier information returned by the unified user information system in each business system, so that the cross-business system association of the user is facilitated.
The general user information is general personal information of the user irrelevant to the service, and comprises name, gender, nationality, occupation, residence, contact information, certificate type, certificate number or certificate validity period information.
The other user information is information related to business, including loan channel, user terminal type or emergency contact information.
In this embodiment, each service system of the upstream scene layer sets, stores, or updates the configuration of other user information according to the requirements of different service types.
The user information layering method is based on the principle of effective layering of user information, the information systems of corresponding levels are used for storage according to layering, the purposes of separate storage and control of the user information are achieved while the layering user information is related, and only the service system of an upstream scene layer needs to be changed in a targeted mode for the user information requirement of a specific scene without changing a unified user information system, other upstream scene layer systems using the unified user information system cannot be influenced, the influence range is greatly reduced, the test regression range is reduced, the test time is further reduced, and the purpose of accelerating the response of the service requirement is achieved.
By adopting the method of the embodiment, the information systems of the corresponding levels are used for storage according to the layers, the general user information is stored in the unified user information system, and the user information of the specific scene is stored in each service system of the upstream scene layer. If the loan scene needs to add the information of the loan number of the user on the user information, the user information can be added in the loan information only, and a loan information system can be developed and tested without influencing a loan service system, so that the loan service does not need to be subjected to regression testing.
The invention is exemplified by a scenario in which a user transacts loan transactions:
step N1, a user initiates a loan request after filling information such as name, gender, nationality, occupation, residence, contact way, certificate type, certificate number, certificate validity period and the like in a mobile phone APP, wherein the request comprises information filled by the user and terminal information used by the user;
step N2, after receiving a loan request sent by the APP, a loan service system of the upstream scene layer calls a unified user information system to create a user;
step N3, after the unified user information system receives the request of creating the user, the unique identification information of the user is generated after the information of the name, the gender, the nationality, the occupation, the residence, the contact way, the certificate type, the certificate number, the certificate validity period and the like of the user is stored, and the unique identification information is returned to the loan service system;
and step N4, after the loan service system receives the unique user identification information returned by the unified user information system, storing the unique user identification information and the terminal information used by the user.
If the loan service needs to store the user emergency contact information in the development process, only the information configuration needs to be added in the loan service system, namely, in the step N1, the filling of the user emergency contact information is added in the terminal, and the information stored in the loan service system in the step N4 is added with the user emergency contact information, so that the unified user information system does not need to be modified.
Another aspect of the present invention also relates to a system based on user information hierarchy, which has a structure as shown in fig. 2, and includes:
the request module is used for acquiring user information and receiving a service request initiated by a user terminal by a service system of an upstream scene layer; the user information comprises general user information and other user information;
the calling module is used for calling the unified user information system to create the user by the service system of the upstream scene layer;
the processing module is used for storing the general user information by the unified user information system, generating unique identification information of the user and returning the unique identification information to the service system of the upstream scene layer;
and the storage module is used for storing the unique identification information of the user and other user information by the service system of the upstream scene layer.
By using this system, the above-described arithmetic processing method can be executed and a corresponding technical effect can be achieved.
An embodiment of the present invention further provides a computer-readable storage medium capable of implementing all the steps of the method in the above embodiment, wherein the computer-readable storage medium has a computer program stored thereon, and the computer program, when executed by a processor, implements all the steps of the method in the above embodiment.
Embodiments of the present invention further provide an electronic device for executing the method, as an implementation apparatus of the method, the electronic device at least includes a processor and a memory, and particularly, the memory stores data and related computer programs required for executing the method, and the processor calls the data and the programs in the memory to execute all steps of the implementation method, so as to obtain corresponding technical effects.
Preferably, the electronic device may comprise a bus architecture, which may include any number of interconnected buses and bridges that link together various circuits, including one or more processors and memory. The bus may also link various other circuits such as peripherals, voltage regulators, power management circuits, and the like, which are well known in the art, and therefore, will not be described any further herein. A bus interface provides an interface between the bus and the receiver and transmitter. The receiver and transmitter may be the same element, i.e., a transceiver, providing a means for communicating with various other systems over a transmission medium. The processor is responsible for managing the bus and general processing, while the memory may be used to store data used by the processor in performing operations.
Additionally, the electronic device may further include a communication module, an input unit, an audio processor, a display, a power source, and the like. The processor (or controller, operational controls) employed may include a microprocessor or other processor device and/or logic device that receives input and controls the operation of various components of the electronic device; the memory may be one or more of a buffer, a flash memory, a hard drive, a removable medium, a volatile memory, a non-volatile memory or other suitable devices, and may store the above-mentioned related data information, and may also store a program for executing the related information, and the processor may execute the program stored in the memory to realize information storage or processing, etc.; the input unit is used for providing input to the processor, and can be a key or a touch input device; the power supply is used for supplying power to the electronic equipment; the display is used for displaying display objects such as images and characters, and may be an LCD display, for example. The communication module is a transmitter/receiver that transmits and receives signals via an antenna. The communication module (transmitter/receiver) is coupled to the processor to provide an input signal and receive an output signal, which may be the same as in the case of a conventional mobile communication terminal. Based on different communication technologies, a plurality of communication modules, such as a cellular network module, a bluetooth module and/or a wireless local area network module, may be provided in the same electronic device. The communication module (transmitter/receiver) is also coupled to a speaker and a microphone via an audio processor to provide audio output via the speaker and receive audio input from the microphone to implement the usual telecommunication functions. The audio processor may include any suitable buffers, decoders, amplifiers and so forth. In addition, the audio processor is also coupled to the central processor, so that recording on the local machine can be performed through the microphone, and sound stored on the local machine can be played through the loudspeaker.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create a system for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including an instruction system which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks. While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
The above description is only for the preferred embodiment of the present invention, but the scope of the present invention is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present invention are included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A method for layering based on user information, comprising the steps of:
a service system of an upstream scene layer acquires user information and receives a service request initiated by a user terminal; the user information comprises general user information and other user information;
a service system of an upstream scene layer calls a unified user information system to create a user;
the unified user information system stores the general user information, generates the unique identification information of the user and returns the unique identification information to the service system of the upstream scene layer;
the business system of the upstream scene layer stores the unique identification information of the user and other user information.
2. The method of claim 1, wherein the business system of the upstream scene layer comprises a deposit business system, a borrowing business system, a peer business system, or a loan business system.
3. The method of claim 1, wherein the general user information is general service-independent user personal information including name, gender, nationality, occupation, place of residence, contact address, certificate type, certificate number, or certificate expiration information.
4. The method of claim 1, wherein the other user information is business related information including a loan channel, a user terminal type, or emergency contact information.
5. The method of any of claims 1 to 4, wherein the unified subscriber information system manages and stores the common subscriber information in a unified manner, including providing API interfaces for subscriber creation, subscriber information update, and subscriber information query in association with the business system of the upstream scene layer.
6. The method of claim 5, wherein each business system of the upstream scene layer sets, stores, or updates the configuration of other user information according to the requirements of different business types.
7. A system for layering based on user information, comprising:
the request module is used for acquiring user information and receiving a service request initiated by a user terminal by a service system of an upstream scene layer; the user information comprises general user information and other user information;
the calling module is used for calling the unified user information system to create a user by the service system of the upstream scene layer;
the processing module is used for storing the general user information by the unified user information system, generating unique identification information of the user and returning the unique identification information to the service system of the upstream scene layer;
and the storage module is used for storing the unique identification information of the user and other user information by the service system of the upstream scene layer.
8. A computer-readable storage medium, characterized in that a computer program is stored on the storage medium, which computer program, when being executed by a processor, carries out the method of any one of claims 1 to 6.
9. An electronic device comprising a processor and a memory;
the memory is used for storing operation instructions;
the processor is used for executing the method of any one of claims 1 to 6 by calling the operation instruction.
10. A computer program product comprising a computer program and/or instructions, characterized in that the computer program and/or instructions, when executed by a processor, implement the steps of the method of any one of claims 1 to 6.
CN202210845920.8A 2022-07-19 2022-07-19 Method and system based on user information layering Pending CN115222512A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210845920.8A CN115222512A (en) 2022-07-19 2022-07-19 Method and system based on user information layering

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210845920.8A CN115222512A (en) 2022-07-19 2022-07-19 Method and system based on user information layering

Publications (1)

Publication Number Publication Date
CN115222512A true CN115222512A (en) 2022-10-21

Family

ID=83611346

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210845920.8A Pending CN115222512A (en) 2022-07-19 2022-07-19 Method and system based on user information layering

Country Status (1)

Country Link
CN (1) CN115222512A (en)

Similar Documents

Publication Publication Date Title
CN111786885A (en) Distributed full-link gray level routing method and device
CN112463634A (en) Software testing method and device under micro-service architecture
CN112953908A (en) Network isolation configuration method, device and system
CN115658098A (en) Upgrading method and device for distributed business processing system
CN111930624B (en) Test link message data processing method and device
CN105916166A (en) Conversation control method and device under mobile communication network and mobile terminal
CN111352719B (en) Transaction bookkeeping service data processing method, device and system
CN112559158A (en) Micro-service timing task scheduling method and device
CN113050985A (en) Front-end engineering dependence automatic registration method and device
CN111782260A (en) Gray scale distribution method and gray scale distribution device
CN116886718A (en) Data storage method and device based on transaction weight
CN115222512A (en) Method and system based on user information layering
CN111338905A (en) Application node data processing method and device
CN115562898A (en) Distributed payment system exception handling method and device
CN115765998A (en) Encryption machine cluster migration upgrade access method and device
CN114840576A (en) Data standard matching method and device
CN114374614A (en) Network topology configuration method and device
CN113158259A (en) Block chain integrity verification method and device
CN112102058A (en) Management system parameter configuration method and device
CN115473942A (en) Routing distribution method and system based on master library priority
CN117041046A (en) Dynamic flow adjustment method and system based on configuration
CN116069855A (en) Distributed service routing method and device
CN114637587A (en) Task batch processing method and device under cluster architecture deployment
CN109302289B (en) SE space management method and device
CN115731019A (en) Flexible transaction data processing method and device

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