WO2020233014A1 - 消息发送方法、装置、计算机设备和存储介质 - Google Patents

消息发送方法、装置、计算机设备和存储介质 Download PDF

Info

Publication number
WO2020233014A1
WO2020233014A1 PCT/CN2019/117980 CN2019117980W WO2020233014A1 WO 2020233014 A1 WO2020233014 A1 WO 2020233014A1 CN 2019117980 W CN2019117980 W CN 2019117980W WO 2020233014 A1 WO2020233014 A1 WO 2020233014A1
Authority
WO
WIPO (PCT)
Prior art keywords
relationship
code
associated object
dynamic
updated
Prior art date
Application number
PCT/CN2019/117980
Other languages
English (en)
French (fr)
Inventor
许永夫
戚强
Original Assignee
平安科技(深圳)有限公司
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 平安科技(深圳)有限公司 filed Critical 平安科技(深圳)有限公司
Publication of WO2020233014A1 publication Critical patent/WO2020233014A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/04Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
    • H04L63/0428Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload

Definitions

  • This application relates to a message sending method, device, computer equipment and storage medium.
  • a large amount of data will appear in the process of business processing, and some of these data have higher security requirements. For example, the private information of the customer, the information of the personnel who have a close relationship with the customer, etc., these data need to be kept strictly confidential to prevent leakage.
  • a message sending method, apparatus, computer equipment, and storage medium are provided.
  • a message sending method includes:
  • a message sending device includes:
  • the sending request receiving module is used to receive the message sending request sent by the service terminal;
  • An information reading module configured to read the sending object information and service type from the message sending request
  • a number search module configured to search for the first associated object number associated with the sending object information
  • the relational data search module is configured to search for the first dynamic relation code corresponding to the first associated object number from the associated object information table, and search for the first relation attribute corresponding to the first dynamic relation code from the dynamic relation configuration table;
  • a template obtaining module configured to obtain a message template corresponding to the first relationship attribute and the service type
  • the message sending module is configured to generate and send a sending message according to the message template and the first associated object number.
  • a computer device including a memory and one or more processors, the memory stores computer readable instructions, when the computer readable instructions are executed by the processor, the one or more processors execute The following steps:
  • One or more non-volatile computer-readable storage media storing computer-readable instructions.
  • the one or more processors execute the following steps:
  • Fig. 1 is an application scenario diagram of a message sending method according to one or more embodiments.
  • Fig. 2 is a schematic flowchart of a message sending method according to one or more embodiments.
  • Fig. 3 is a schematic flowchart of a step of updating relational data according to one or more embodiments.
  • Fig. 4 is a structural block diagram of a message sending device according to one or more embodiments.
  • Fig. 5 is an internal structure diagram of a computer device according to one or more embodiments.
  • the message sending method provided in this application can be applied to the application environment shown in FIG. 1.
  • the server 104 communicates with a plurality of service terminals 102 and a plurality of user terminals 106 via a network, respectively.
  • the service terminal 102 sends a message sending request to the server 104, and the server 104 receives the message sending request sent by the service terminal; reads the sending object information and service type from the message sending request; finds the first associated object number associated with the sending object information; Look up the first dynamic relationship code corresponding to the first associated object number in the object information table, look up the first relationship attribute corresponding to the first dynamic relationship code from the dynamic relationship configuration table; obtain the message template corresponding to the first relationship attribute and the service type; The sending message is generated according to the message template and the first associated object number, and the server 104 sends the sending message to the user terminal 106.
  • the business terminal 102 and the user terminal 106 can be, but are not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices
  • a message sending method is provided. Taking the method applied to the server 104 in FIG. 1 as an example, the method includes the following steps:
  • Step 210 Receive a message sending request sent by the service terminal.
  • the message sending request is used to request to send a message to a person who is associated with the sending object such as a customer.
  • the business terminal will initiate a message collection request for the loan, and the message collection request is used to send a message to the person who has a close relationship with the collection object that the object is overdue to request assistance in repayment.
  • Business personnel can send a message sending request through the service terminal, and the message sending request carries the information of the object to be sent and the type of service to be processed.
  • the server receives the message sending request sent by the service terminal.
  • Step 220 Read the sending object information and service type from the message sending request.
  • the server reads the sending object information and service type from the received message sending request.
  • the sending object is a customer in the processing business, and the sending object information may include identification information used to identify the customer's identity, such as the customer's name and ID number.
  • the service type is the type of service currently processed by the terminal, and the service type can be represented by a service identifier, a service code, etc.
  • Step 230 Find the first associated object number associated with the sending object information.
  • the server associates the customer information with the number of the associated object and stores it in advance.
  • the associated relationship can include relatives, friends, classmates, etc.
  • the associated object number can be read from the basic information filled in by the customer, or it can be crawled from the Internet based on the customer information It can also be obtained in other ways.
  • the associated object number may be the phone number, email address or other social number of the associated object.
  • the server searches for the first associated object number associated with the sending object information.
  • Step 240 Look up the first dynamic relationship code corresponding to the first associated object number from the associated object information table, and look up the first relationship attribute corresponding to the first dynamic relationship code from the dynamic relationship configuration table.
  • the relationship attribute is used to represent the attribute between the associated object and the sending object, for example, it can include attributes such as friends, parents, brothers, and sisters.
  • the dynamic relationship code identifies various relationship attributes.
  • the dynamic relationship code used to identify the friend relationship attribute is FIU
  • the dynamic relationship code used to identify the sister relationship attribute is SIT.
  • the dynamic relationship code is generally in the form of random characters with no specific meaning, so that the dynamic relationship code can not only identify the relationship attribute, but also hide the real relationship attribute information.
  • the mapping relationship between the associated object number and the dynamic relationship code is stored in the associated object information table, and the mapping relationship between the dynamic relationship code and the associated object number is stored in the dynamic relationship configuration table.
  • the dynamic relationship code of each relationship attribute It is not static and fixed, but will change dynamically.
  • a specific situation will trigger a change in the dynamic relationship code.
  • a specific situation can be that the business person adds the relevant information of the sending object, or the business person needs to carry out the relevant information of the existing sending object. Change, or other scenarios. These specific conditions trigger the change of the dynamic relationship code, and also cause the corresponding dynamic relationship code in the related object information table to be dynamically updated.
  • the associated object information table can be viewed by business personnel after logging in to the server, and the mapping relationship between the first dynamic relationship code and the first relationship attribute in the dynamic relationship configuration table is configured in the background of the server and will not be exposed to business personnel Wait to see.
  • a business person logs in to the server to add or change associated object information, it will trigger the update of the dynamic relationship code corresponding to each relationship attribute in the dynamic configuration table, and update the relationship attribute in the associated object information added by the business person It is converted into the updated dynamic relationship code, and the associated object information table is performed according to the correspondence between the new and old dynamic relationship codes.
  • the dynamic relationship code that can be exposed to business personnel is kept dynamically updated, and the dynamic relationship code itself has information protection, which can increase the confidentiality of the associated object information and prevent other personnel from crawling and cracking the association during data transmission The relationship between the object and the sending object and illegal operation.
  • the server obtains the associated object information table and the dynamic relationship configuration table, and searches the associated object information table for the first dynamic relationship code corresponding to the first associated object number, and then searches the dynamic relationship configuration table for the first dynamic relationship code corresponding to the first dynamic relationship code. Relationship attributes.
  • Step 250 Obtain a message template corresponding to the first relationship attribute and the service type.
  • a variety of message templates are stored in the server in advance, and different relationship attributes and business types correspond to different message templates.
  • the relationship title and reason in the message templates are set according to the relationship attributes and business types. For example, when the relationship attribute is friends and the business type is credit card overdue, the message template can be: "Your friend's XXX credit card is seriously overdue, please inform us to assist in repayment".
  • Step 260 Generate and send a sending message according to the message template and the first associated object number.
  • the server also generates a message template as the message content, and associates the object number with the target address of the sending object, and sends the generated sending message to the user terminal corresponding to the first associated object number.
  • the server can send the generated sending message immediately, or add the sent message to the sending queue for batch message sending, or set the message to be sent regularly, or send the message in other ways.
  • the mapping relationship between the first associated object number and the first dynamic relationship code is stored in the associated object information table, and the corresponding relationship between the first dynamic relationship code and the first relationship attribute is stored in the dynamic relationship configuration table, so that the message is sent
  • the relationship information of the associated objects of the object cannot be obtained by the business end, and the relationship code stored in the dynamic relationship configuration table is dynamically changed and updated, and the corresponding relationship between the first dynamic relationship code and the first relationship attribute is also dynamically updated, thereby avoiding static
  • the relationship code of is cracked, which further enhances the confidentiality of associated object information and the security of data during information transmission.
  • the message sending method may further include the following relational data update steps:
  • Step 310 Receive a relationship data update request, where the relationship data update request carries update object information.
  • the server will continuously update the associated object information of new customers during the business processing.
  • the business terminal can sort the new customer information over a period of time, and generate a relational data update request carrying the updated object based on the new customer information.
  • the update object is a new customer.
  • Step 320 Obtain the associated person data corresponding to the updated object information, and extract the second associated attribute and the second associated object number from the associated person data.
  • the server extracts the update object information from the relational data update request, and the update object information may include the name and contact information of the updated client. If the relational data update request carries the related person information of the update object, the server directly obtains the related person data from the relational data update request. If the relational data update request does not carry the related person information, the server can search the local through a web crawler The customer data is used to search and obtain the associated person data corresponding to the updated object. The server extracts the second association attribute of each associated object of the update object and the corresponding second associated object number from the acquired associated person data.
  • Step 330 Dynamically update the second dynamic relationship code corresponding to each second relationship attribute in the dynamic relationship configuration table.
  • the server obtains the preset conversion rule of the dynamic relationship code, and performs data conversion on each second dynamic relationship code according to the preset conversion rule.
  • Step 340 Update the associated object information table according to the second associated object number and the updated second dynamic relationship code.
  • the server adds the corresponding relationship between the second relationship attribute and the second dynamic relationship code corresponding to the newly updated object to the associated object information table, and updates the second dynamic relationship code in the associated object information table accordingly.
  • the related object information table is divided into different information sets according to the business type and business source.
  • the business source is the business department to which the information belongs.
  • the server extracts the business department from the relational data update request, and searches the related object information table for the business type and business
  • the relationship information collection corresponding to the department, the second association object number and the corresponding updated second dynamic relationship code are added to the information collection found, so as to avoid data confusion caused by the crossover of customer information between multiple services .
  • the update operation of the relationship data of the newly added customer can trigger the dynamic update of the dynamic relationship code in the associated object information configuration table, and the dynamic relationship code of the relationship attribute changes when the data is updated.
  • updating the associated object information table according to the second associated object number and the updated second dynamic relationship code may include: according to the second associated object number and the corresponding update The following second dynamic relationship code generates a first relationship information record; according to the updated second dynamic relationship code, the dynamic relationship code in the second relationship information record stored in the associated object information table is updated ; Add the first relationship information record to the associated object information table.
  • the mapping data of each associated object in the associated object information table is stored in the form of a relationship information record.
  • the relationship information record may include fields such as the associated object number, dynamic relationship code, and update time.
  • the server generates a plurality of first relationship information records according to each acquired second associated object number and the corresponding updated second dynamic relationship code.
  • the server obtains each second dynamic relationship code before the update, searches for the existing second relationship information record whose field value of the dynamic relationship code is consistent with the second dynamic relationship code before the update from the associated object information table, and the dynamic relationship in the record The relationship code field value is replaced with the corresponding updated second dynamic relationship code to complete the dynamic code update to the existing relationship data.
  • the server then adds the generated second relationship information record to the associated object information table, and further, can be added to the relationship information set corresponding to the business type and business source of the updated data.
  • the step before updating the associated object information table according to the second associated object number and the updated second dynamic relationship code may include: obtaining an associated object information table; The object information table performs a file encryption operation; after the step of updating the associated object information table according to the second associated object number and the updated second dynamic relationship code, the step may include: updating the updated associated object information table Perform file decryption operations.
  • the file encryption operation is performed before the update of the associated object information table, and the viewing authority of the information table is set. After the update is completed, the encryption operation is canceled on the information table and the viewing authority of the information table is reopened, thereby enabling Personnel viewing relationship data such as reviewers cannot obtain the corresponding relationship between relationship attributes and relationship codes, and updating the relationship codes from time to time can prevent relevant personnel from cracking the relationship data.
  • updating the dynamic relationship code in the second relationship information record stored in the associated object information table according to the updated second dynamic relationship code may include: obtaining the latest settlement service data Extract settlement object information from the settlement business data; delete the existing second relationship information record corresponding to the settlement object information in the associated object information table; remove the remaining second relationship in the associated object information table The dynamic relationship code in the information record is updated.
  • Settlement business data is business data that has been completed on schedule. For example, in the loan business, the four-phase loan customers are performing business data on schedule.
  • the settlement business data includes relevant information of settlement customers, specific business information, etc.
  • the server extracts the settlement object information from the settlement business data, and the settlement object information is the basic information of the performing customer, including the customer's identity.
  • the server obtains the associated object number corresponding to the settlement object information, and can search for it from the local customer data.
  • the server searches the associated object information table for the existing second relationship information record whose associated object number field value is consistent with the associated object number corresponding to the settlement client, deletes the found relationship record from the associated object information table, and deletes it from the associated object information table.
  • find the existing second information record whose dynamic relationship code field value is consistent with the second dynamic relationship code before the update and replace the dynamic relationship code field value in the record with the corresponding updated
  • the second dynamic relationship code of completes the dynamic code update to the existing relationship data.
  • the relationship information data corresponding to the customer of the settled business is deleted in time, data can be cleaned in time, and the security of the associated object information of the performing customer can be guaranteed to the greatest extent.
  • the step of dynamically updating the second dynamic relationship code corresponding to each of the second relationship attributes in the dynamic relationship configuration table may include: extracting an update code format from a preset code format; The update code format randomly generates an update dynamic relationship code for each of the second relationship attributes; and replaces the second dynamic relationship code corresponding to each of the second relationship attributes with the corresponding update dynamic relationship code.
  • the preset code format can include multiple formats.
  • the preset code format specifies the number of characters of the code and the format information of each character, such as three uppercase alphabetic characters, four numeric characters, etc.
  • the server randomly extracts a format from the preset code format as the update code format.
  • the extracted update code format needs to be different from the current code format of the dynamic relationship code in the dynamic relationship configuration table, and then updates the code according to each code position in the code format.
  • the new dynamic relationship code of each second relationship attribute is randomly generated in the format of, and the server replaces the original second dynamic relationship code corresponding to each second relationship attribute in the dynamic relationship configuration table with the newly generated updated dynamic relationship code.
  • the step of generating and sending the sending message according to the message template and the first associated object number it may further include: identifying relationship information from the sending message; masking the relationship information ; Generate a transmission report according to the transmission message after the mask processing; return the transmission report to the service terminal.
  • the server After the server sends all the generated sending messages to the corresponding user terminal, it needs to generate a message sending report on the sending status of the message and return it to the service terminal.
  • the server recognizes the relationship information from each sent message.
  • the relationship information may include appellation terms such as "your friend” and "your sister”.
  • the relationship information may also include part of the character information in the associated object number.
  • the server can implement setting relational words, and can process the sent message word segmentation, and compare the relational words with the word segmentation character string in the sent message one by one to identify the relational information.
  • the server masks the recognized relationship information.
  • the relationship information can be replaced with mask characters such as "***", "##” and other mask characters.
  • the server sorts the sent messages after mask processing to generate a sending report, and returns the sending report to the service terminal. Therefore, when the message is fed back to the service terminal, the part of the message related to the important information of the associated object is hidden, and the relationship data of the customer is kept confidential.
  • a message sending device including a sending request receiving module 410, an information reading module 420, a number searching module 430, a relational data searching module 440, a template obtaining module 450, Message sending module 450, where:
  • the sending request receiving module 410 is configured to receive a message sending request sent by the service terminal.
  • the information reading module 420 is configured to read the sending object information and service type from the message sending request.
  • the number search module 430 is configured to search for the first associated object number associated with the sending object information.
  • the relational data search module 440 is configured to search for the first dynamic relation code corresponding to the first associated object number from the associated object information table, and search for the first relation attribute corresponding to the first dynamic relation code from the dynamic relation configuration table .
  • the template obtaining module 450 is configured to obtain a message template corresponding to the first relationship attribute and the service type.
  • the message sending module 460 is configured to generate and send a sending message according to the message template and the first associated object number.
  • the message sending apparatus may further include:
  • the update request receiving module is configured to receive a relationship data update request, and the relationship data update request carries update object information.
  • the number extraction module is used to obtain the associated person data corresponding to the updated object information, and extract the second associated attribute and the second associated object number from the associated person data.
  • the relationship data update module is used to dynamically update the second dynamic relationship code corresponding to each of the second relationship attributes in the dynamic relationship configuration table.
  • the information table update module is configured to update the associated object information table according to the second associated object number and the updated second dynamic relationship code.
  • the relational data update module may include:
  • the format extraction unit is used to extract the updated code format from the preset code format.
  • the update code generating unit is configured to randomly generate an update dynamic relationship code of each of the second relationship attributes according to the update code format.
  • the code replacement unit is configured to replace the second dynamic relationship code corresponding to each of the second relationship attributes with the corresponding update dynamic relationship code.
  • the information table update module may include:
  • the first record generating unit is configured to generate a first relationship information record according to the second associated object number and the corresponding updated second dynamic relationship code.
  • the record update unit is configured to update the dynamic relationship code in the second relationship information record stored in the associated object information table according to the updated second dynamic relationship code.
  • the record adding unit is configured to add the first relationship information record to the associated object information table.
  • the record update unit may include:
  • the settlement data acquisition subunit is used to acquire the latest settlement business data.
  • the settlement information extraction subunit is used to extract settlement object information from the settlement service data.
  • the record deletion subunit is used to delete the existing second relationship information record corresponding to the settlement object information in the associated object information table.
  • the code update subunit is used to update the dynamic relationship code in the remaining second relationship information record in the associated object information table.
  • the message sending apparatus may further include:
  • the message identification module is used to identify relationship information from the sent message.
  • the mask module is used to mask the relationship information.
  • the report generation module is configured to generate a transmission report according to the transmission message processed by the mask.
  • the report sending module is used to return the sending report to the service terminal.
  • Each module in the above message sending device may be implemented in whole or in part by software, hardware, and a combination thereof.
  • the foregoing modules may be embedded in the form of hardware or independent of the processor in the computer device, or may be stored in the memory of the computer device in the form of software, so that the processor can call and execute the operations corresponding to the foregoing modules.
  • a computer device is provided.
  • the computer device may be a server, and its internal structure diagram may be as shown in FIG. 5.
  • the computer equipment includes a processor, a memory, a network interface and a database connected through a system bus. Among them, the processor of the computer device is used to provide calculation and control capabilities.
  • the memory of the computer device includes a non-volatile computer readable instruction storage medium and internal memory.
  • the non-volatile computer-readable instruction storage medium stores an operating system, computer-readable instructions, and a database.
  • the internal memory provides an environment for the operation of the operating system and computer-readable instructions in the non-volatile computer-readable instruction storage medium.
  • the database of the computer equipment is used to store data related to message sending.
  • the network interface of the computer device is used to communicate with an external terminal through a network connection.
  • the computer-readable instruction is executed by the processor to realize a message sending method.
  • FIG. 5 is only a block diagram of a part of the structure related to the solution of the present application, and does not constitute a limitation on the computer device to which the solution of the present application is applied.
  • the specific computer device may Including more or fewer parts than shown in the figure, or combining some parts, or having a different arrangement of parts.
  • a computer device includes a memory and one or more processors.
  • the memory stores computer readable instructions.
  • the one or more processors execute the following steps:
  • Receive a message sending request sent by a service terminal read the sending object information and service type from the message sending request; look up the first associated object number associated with the sent object information; look up the first associated object information table The first dynamic relationship code corresponding to the associated object number, searching for the first relationship attribute corresponding to the first dynamic relationship code from the dynamic relationship configuration table; obtaining the first relationship attribute and the message template corresponding to the service type; and Generate and send a sending message according to the message template and the first associated object number.
  • the processor further implements the following steps when executing the computer-readable instructions: receiving a relationship data update request, where the relationship data update request carries update object information; and acquiring associated person data corresponding to the update object information, Extract the second association attribute and the second association object number from the associated person data; dynamically update the second dynamic relationship code corresponding to each of the second relationship attributes in the dynamic relationship configuration table; 2. The associated object number and the updated second dynamic relationship code update the associated object information table.
  • the processor when realizing the step of dynamically updating the second dynamic relationship code corresponding to each of the second relationship attributes in the dynamic relationship configuration table, it is also used to:
  • the update code format is extracted from the preset code format; the update dynamic relationship code of each second relationship attribute is randomly generated according to the update code format; and the second dynamic relationship code corresponding to each second relationship attribute is replaced with a corresponding The updated dynamic relationship code.
  • the processor when the processor executes the computer-readable instructions, it is also used when the processor implements the step of updating the associated object information table according to the second associated object number and the updated second dynamic relationship code. : Generate a first relationship information record according to the second associated object number and the corresponding updated second dynamic relationship code; according to the updated second dynamic relationship code, save the associated object information table The dynamic relationship code in the second relationship information record is updated; and the first relationship information record is added to the associated object information table.
  • the dynamic relationship code in the second relationship information record stored in the associated object information table is updated according to the updated second dynamic relationship code
  • the step is also used to: obtain the latest settlement service data; extract settlement object information from the settlement service data; delete the existing second relationship information record corresponding to the settlement object information in the associated object information table; And update the dynamic relationship code in the remaining second relationship information record in the associated object information table.
  • the processor further implements the following steps when executing the computer-readable instructions: identifying relationship information from the sent message; masking the relationship information; and performing the mask processing on the sending.
  • the message generates a transmission report; and the transmission report is returned to the service terminal.
  • One or more non-volatile computer-readable storage media storing computer-readable instructions.
  • the one or more processors execute the following steps:
  • Receive a message sending request sent by a service terminal read the sending object information and service type from the message sending request; look up the first associated object number associated with the sent object information; look up the first associated object information table The first dynamic relationship code corresponding to the associated object number, searching for the first relationship attribute corresponding to the first dynamic relationship code from the dynamic relationship configuration table; obtaining the first relationship attribute and the message template corresponding to the service type; and Generate and send a sending message according to the message template and the first associated object number.
  • the following steps are further implemented: receiving a relationship data update request, the relationship data update request carrying update object information; and obtaining associated person data corresponding to the update object information , Extracting the second association attribute and the second association object number from the associated person data; dynamically updating the second dynamic relationship code corresponding to each of the second relationship attributes in the dynamic relationship configuration table; and The second associated object number and the updated second dynamic relationship code update the associated object information table.
  • the computer-readable instruction when executed by the processor to implement the step of dynamically updating the second dynamic relationship code corresponding to each of the second relationship attributes in the dynamic relationship configuration table, it is also used to: Extract an update code format from a preset code format; randomly generate an update dynamic relationship code for each of the second relationship attributes according to the update code format; and replace the second dynamic relationship code corresponding to each of the second relationship attributes with The corresponding update dynamic relationship code.
  • the step of updating the associated object information table according to the second associated object number and the updated second dynamic relationship code is also used when In: generating a first relationship information record according to the second associated object number and the corresponding updated second dynamic relationship code; according to the updated second dynamic relationship code, the associated object information table The dynamic relationship code in the stored second relationship information record is updated; and the first relationship information record is added to the associated object information table.
  • the dynamic relationship code in the second relationship information record stored in the associated object information table is performed according to the updated second dynamic relationship code.
  • the updating step is also used to: obtain the latest settlement service data; extract settlement object information from the settlement service data; delete the existing second relationship information record corresponding to the settlement object information in the associated object information table And update the dynamic relationship code in the remaining second relationship information record in the associated object information table.
  • the following steps are also implemented: identifying relationship information from the sent message; masking the relationship information; Sending a message to generate a sending report; and returning the sending report to the service terminal.
  • Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.
  • ROM read only memory
  • PROM programmable ROM
  • EPROM electrically programmable ROM
  • EEPROM electrically erasable programmable ROM
  • Volatile memory may include random access memory (RAM) or external cache memory.
  • RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain Channel (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Databases & Information Systems (AREA)
  • Artificial Intelligence (AREA)
  • General Health & Medical Sciences (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computing Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

一种消息发送方法,包括:接收业务终端发送的消息发送请求;从所述消息发送请求中读取发送对象信息和业务类型;查找所述发送对象信息关联的第一关联对象号码;从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;获取所述第一关系属性和所述业务类型对应的消息模板;根据所述消息模板和第一关联对象号码生成发送消息并发送。

Description

消息发送方法、装置、计算机设备和存储介质
相关申请的交叉引用
本申请要求于2019年05月23日提交中国专利局、申请号为2019104358329、发明名称为“消息发送方法、装置、计算机设备和存储介质”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及一种消息发送方法、装置、计算机设备和存储介质。
背景技术
在业务处理过程中会出现大量数据,而其中有一部分数据具有较高的安全保密需求。例如,客户的私人信息,与客户有亲密关联关系的人员信息等,这些数据都需要严格保密,防止外泄。
但是,发明人意识到,由于这些数据通常具有较高的更新频率,传输频率往往又较高,在数据更新的过程中或是在数据传输的过程中往往很难保证数据不被泄露和窃取,从而导致数据的保密性和安全性较低。
发明内容
根据本申请公开的各种实施例,提供一种消息发送方法、装置、计算机设备和存储介质。
一种消息发送方法,包括:
接收业务终端发送的消息发送请求;
从所述消息发送请求中读取发送对象信息和业务类型;
查找所述发送对象信息关联的第一关联对象号码;
从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;
获取所述第一关系属性和所述业务类型对应的消息模板;及
根据所述消息模板和第一关联对象号码生成发送消息并发送。
一种消息发送装置,包括:
发送请求接收模块,用于接收业务终端发送的消息发送请求;
信息读取模块,用于从所述消息发送请求中读取发送对象信息和业务类型;
号码查找模块,用于查找所述发送对象信息关联的第一关联对象号码;
关系数据查找模块,用于从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;
模板获取模块,用于获取所述第一关系属性和所述业务类型对应的消息模板;及
消息发送模块,用于根据所述消息模板和第一关联对象号码生成发送消息并发送。
一种计算机设备,包括存储器和一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述处理器执行时,使得所述一个或多个处理器执行以下步骤:
接收业务终端发送的消息发送请求;
从所述消息发送请求中读取发送对象信息和业务类型;
查找所述发送对象信息关联的第一关联对象号码;
从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;
获取所述第一关系属性和所述业务类型对应的消息模板;及
根据所述消息模板和第一关联对象号码生成发送消息并发送。
一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:
接收业务终端发送的消息发送请求;
从所述消息发送请求中读取发送对象信息和业务类型;
查找所述发送对象信息关联的第一关联对象号码;
从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;
获取所述第一关系属性和所述业务类型对应的消息模板;及
根据所述消息模板和第一关联对象号码生成发送消息并发送。
本申请的一个或多个实施例的细节在下面的附图和描述中提出。本申请的其它特征和优点将从说明书、附图以及权利要求书变得明显。
附图说明
为了更清楚地说明本申请实施例中的技术方案,下面将对实施例中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其它的附图。
图1为根据一个或多个实施例中消息发送方法的应用场景图。
图2为根据一个或多个实施例中消息发送方法的流程示意图。
图3为根据一个或多个实施例中关系数据更新步骤的流程示意图。
图4为根据一个或多个实施例中消息发送装置的结构框图。
图5为根据一个或多个实施例中计算机设备的内部结构图。
具体实施方式
为了使本申请的技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处描述的具体实施例仅仅用以解释本申请,并不用于限定本申请。
本申请提供的消息发送方法,可以应用于如图1所示的应用环境中。服务器104分别与多个业务终端102及多个用户终端106通过网络进行通信。业务终端102向服务器104发送消息发送请求,服务器104接收业务终端发送的消息发送请求;从消息发送请求中读取发送对象信息和业务类型;查找发送对象信息关联的第一关联对象号码;从关联对象信息表中查找第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找第一动态关系码对应的第一关系属性;获取第一关系属性和业务类型对应的消息模板;根据消息模板和第一关联对象号码生成发送消息,服务器104将发送消息发送给用户终端106。业务终端102及用户终端106可以但不限于是各种个人计算机、笔记本电脑、智能手机、平板电脑和便携式可穿戴设备,服务器104可以用独立的服务器或者是多个服务器组成的服务器集群来实现。
在其中一个实施例中,如图2所示,提供了一种消息发送方法,以该方法应用于图1 中的服务器104为例进行说明,方法包括以下步骤:
步骤210,接收业务终端发送的消息发送请求。
消息发送请求用于请求向与客户等发送对象具有关联关系的人员发送消息。如在金融贷款业务中,业务终端会发起贷款的消息催收请求,消息催收请求用于向与催收对象具有亲密关系的人员发送催收对象还款逾期请求协助还款的消息。业务人员可以通过业务终端发送消息发送请求,消息发送请求中携带待发送对象信息和处理业务的业务类型等。服务器接收业务终端发送的消息发送请求。
步骤220,从消息发送请求中读取发送对象信息和业务类型。
服务器从接收的消息发送请求中读取发送对象信息和业务类型。发送对象为处理业务中的客户,发送对象信息可以包括客户姓名、身份证号码等用于标识客户身份的标识信息。业务类型为终端当前处理业务的类型,业务类型可以用业务标识、业务代码等表示。
步骤230,查找发送对象信息关联的第一关联对象号码。
服务器事先将客户信息与其具有关联对象的号码进行关联存储,关联关系可以包括亲人、朋友、同学等关系,关联对象号码可以从客户填写的基本信息中读取,也可以根据客户信息从网络上爬取,也可以采用其他方式获取。关联对象号码可以为关联对象的电话号码、邮箱地址或其他社交号码等。服务器查找与发送对象信息关联的第一关联对象号码。
步骤240,从关联对象信息表中查找第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找第一动态关系码对应的第一关系属性。
关系属性是用于表示关联对象与发送对象之间的属性,如可以包括朋友、父母、兄弟、姐妹等属性。而动态关系码对对各种关系属性进行标识,如用于标识朋友关系属性的动态关系码为FIU,用于标识姐妹关系属性的动态关系码为SIT。动态关系码一般为随机字符形式,无特定的指代含义,从而使得动态关系码不仅能够标识关系属性,并且还可以隐藏真实的关系属性信息。
关联对象号码与动态关系码的映射关系存储于关联对象信息表中,动态关系码与关联对象号码的映射关系存储于动态关系配置表中,在动态关系配置表中,各关系属性的动态关系码不是一成不变固定的,而是会动态变化的,特定情况会触发动态关系码发生变化,特定情况可以是业务人员新增发送对象的相关信息,或是业务人员需要对已有发送对象的相关信息进行更改,或者是其他情景。这些特定情况触发动态关系码发生变化,并也使得等关联对象信息表中相应的动态关系码也会动态更新。
具体地,关联对象信息表是业务人员等登录服务器后可以查看的,而动态关系配置表中第一动态关系码与第一关系属性的映射关系是服务器后台配置的,并不会暴露给业务人员等进行查看。当业务人员登录服务器进行关联对象信息的新增、更改等操作后,会触发动态配置表中每个关系属性相应的动态关系码发生更新,并将业务人员新增的关联对象信息中的关系属性转换为更新后的动态关系码,并根据新旧动态关系码的对应关系对关联对象信息表进行。保证能够暴露给业务人员等的动态关系码保持动态更新,且动态关系码本身就具有信息保护性,从而可以增加关联对象信息的保密性,防止在数据传输的过程中其他人员爬取并破解关联对象与发送对象的关系信息并进行非法操作。
服务器获取关联对象信息表和动态关系配置表,并从关联对象信息表中查找第一关联对象号码对应的第一动态关系码,再从动态关系配置表中查找第一动态关系码对应的第一关系属性。
步骤250,获取第一关系属性和业务类型对应的消息模板。
获取与第一关系属性和业务类型相对应的消息模板。服务器中事先存储了多种消息模板,不同的关系属性和业务类型对应不同的消息模板,消息模板中的关系称谓、事由分别根据关系属性和业务类型进行设定。例如,关系属性为朋友,业务类型为信用卡逾期时,消息模板可以为:“您的朋友XXX信用卡已严重逾期,烦请告知协助还款”。
步骤260,根据消息模板和第一关联对象号码生成发送消息并发送。
服务器也消息模板为消息内容,也关联对象号码为发送对象目标地址生成发送消息,将生成的发送消息发送给第一关联对象号码对应的用户终端。
在进行消息发送时,服务器可以将生成的发送消息即时发送,也可以将发送消息添加至发送队列进行消息批量发送,也可以对消息设置定时发送,也可以采用其他方式进行消息发送。
上述方法,第一关联对象号码和第一动态关系码的映射关系存储在关联对象信息表中,而第一动态关系码和第一关系属性的对应关系存储在动态关系配置表中,从而消息发送对象的关联对象的关系信息业务端无法获取,且动态关系配置表中存储的关系码是动态变化更新的,第一动态关系码和第一关系属性的对应关系也动态更新的,从而能够避免静态的关系码被破解,进一步增强关联对象信息的保密性,及信息传输过程中数据的安全性。
在其中一个实施例中,如图3所示,消息发送方法还可以包括以下关系数据更新步骤:
步骤310,接收关系数据更新请求,关系数据更新请求中携带更新对象信息。
服务器会不断对业务处理过程中新增客户的关联对象信息进行更新,业务终端可以将一段时间内的新增客户信息进行整理,并根据新增客户信息生成携带有更新对象的关系数据更新请求,其中,更新对象为新增客户。
步骤320,获取更新对象信息对应的关联人员数据,从关联人员数据中提取第二关联属性和第二关联对象号码。
服务器从关系数据更新请求中提取更新对象信息,更新对象信息可以包括更新客户的姓名、联系方式等信息。若关系数据更新请求中携带有更新对象的关联人员信息,则服务器直接从关系数据更新请求中获取关联人员数据,若关系数据更新请求中没有携带关联人员信息,则服务器可以通过网络爬虫,搜索本地客户数据的方式来搜索获取更新对象对应的关联人员数据。服务器从获取的关联人员数据中提取出更新对象的各关联对象的第二关联属性和对应的第二关联对象号码。
步骤330,将动态关系配置表中的各第二关系属性对应的第二动态关系码进行动态更新。
服务器获取预设的动态关系码的变换规则,根据预设的变换规则对各第二动态关系码进行数据变换。
步骤340,根据第二关联对象号码和更新后的第二动态关系码对关联对象信息表进行更新。
服务器将新增更新对象对应的第二关系属性和第二动态关系码的对应关系添加至关联对象信息表中,并对关联对象信息表中的第二动态关系码进行相应更新。
关联对象信息表根据业务类型和业务来源划分为不同的信息集合,业务来源为信息所属的业务部门,服务器从关系数据更新请求中提取出业务部门,并从关联对象信息表中查找业务类型和业务部门对应的关系信息集合,将第二关联对象号码和对应的更新后的第二动态关系码添加至查找到的信息集合中,从而可以避免多业务之间的客户信息交叉而带来的数据混淆。
在本实施例中,新增客户的关系数据的更新操作可以触发关联对象信息配置表中的动态关系码的动态更新,关系属性的动态关系码在数据更新时发生变化。
在其中一个实施例中,根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新可以包括:根据所述第二关联对象号码和相应的更新后的所述第二动态关系码生成第一关系信息记录;根据更新后的所述第二动态关系码将所述关联 对象信息表中已存的第二关系信息记录中的动态关系码进行更新;将所述第一关系信息记录添加至所述关联对象信息表中。
在本实施例中,关联对象信息表中各关联对象的映射数据是以关系信息记录的形式进行存储。关系信息记录可以包括关联对象号码、动态关系码、更新时间等字段。服务器根据获取到的各第二关联对象号码和相应的更新后的所述第二动态关系码,生成多条第一关系信息记录。
服务器获取更新前的各第二动态关系码,从关联对象信息表中查找动态关系码字段值与更新前的第二动态关系码一致的已存的第二关信息记录,将该记录中的动态关系码字段值替换为相应的更新后的第二动态关系码,完成对已有关系数据的动态码更新。服务器再将生成的第二关系信息记录添加至关联对象信息表中,进一步地,可以添加至与更新数据的业务类型和业务来源对应的关系信息集合中。
在其中一个实施例中,根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新之前的步骤之前可以包括:获取关联对象信息表;对关联对象信息表进行文件加密操作;根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新的步骤之后可以包括:对更新后的关联对象信息表进行文件消密操作。
在本实施例中,关联对象信息表更新之前先进行文件的加密操作,对信息表的查看权限进行设置,更新完成后再对信息表取消加密操作,重新开放信息表的查看权限,从而使得能够查看关系数据的人员如审核人员无法获取关系属性与关系代码的对应关系,且不定时地更新关系代码能防止相关人员破解关系数据。
在其中一个实施例中,根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新可以包括:获取最新的结算业务数据;从所述结算业务数据中提取结算对象信息;删除所述关联对象信息表中所述结算对象信息对应的已存的第二关系信息记录;将所述关联对象信息表中余下的第二关系信息记录中的动态关系码进行更新。
结算业务数据为已按期完成的业务数据。如贷款业务中,4期贷款客户都如期履约的业务数据等。结算业务数据中包括结算客户的相关信息、业务的具体信息等。服务器从结算业务数据中提取中结算对象信息,结算对象信息为履约客户的基本信息,包括客户的身份标识。
服务器获取结算对象信息对应的关联对象号码,可以从本地客户数据中进行搜索查找。服务器从关联对象信息表中查找关联对象号码字段值与结算客户对应的关联对象号码一致的已存的第二关系信息记录,将查找到的关系记录从关联对象信息表中删除,并从进行删除操作后的关联对象信息表中查找动态关系码字段值与更新前的第二动态关系码一致的已存的第二关信息记录,将该记录中的动态关系码字段值替换为相应的更新后的第二动态关系码,完成对已有关系数据的动态码更新。
在本实施例中,将已结算业务的客户对应的关系信息数据进行及时删除,能够及时进行数据清理,并能最大程度保证履约客户的关联对象信息的安全性。
在其中一个实施例中,将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新的步骤可以包括:从预设代码格式中抽取更新代码格式;根据所述更新代码格式随机生成各所述第二关系属性的更新动态关系码;将各所述第二关系属性对应的第二动态关系码替换为相应的所述更新动态关系码。
预设代码格式可以包括多种格式,预设代码格式规定了代码的字符位数和每位字符的格式信息,如可以为三位大写字母字符、4位数字字符等。
服务器从预设代码格式中随机抽取出一种格式作为更新代码格式,抽取出的更新代码格式需与动态关系配置表中的动态关系码的当前代码格式不同,然后根据更新代码格式中各个代码位的格式随机生成各第二关系属性的新的动态关系码,服务器将动态关系配置表中的各第二关系属性对应的原来的第二动态关系码替换为新生成的更新的动态关系码。
在其中一个实施例中,根据所述消息模板和第一关联对象号码生成发送消息并发送的步骤之后还可以包括:从所述发送消息中识别出关系信息;对所述关系信息进行掩码处理;根据掩码处理后的所述发送消息生成发送报告;将所述发送报告返回给所述业务终端。
在本实施例中,当服务器将生成的发送消息都发送至相应的用户终端后,需要将消息的发送情况生成消息发送报告并返回给业务终端。
服务器从各发送消息中识别出关系信息,关系信息可以包括关系称谓如“您的朋友”、“您的妹妹”等称谓词语,关系信息还可以包括关联对象号码中的部分字符信息。服务器中可以实现设定关系词语,可以将发送消息进行切词处理,并将关系词语逐个与发送消息中的切词字符串进行比较,从中识别出关系信息。
服务器将识别出的关系信息进行掩码处理,如可以将关系信息替换为掩码字符,如“***”、“##”等掩码字符。服务器对掩码处理后的发送消息进行整理生成发送报告,将 发送报告返回给业务终端。从而在向业务终端反馈消息是对消息中涉及关联对象重要信息的部分进行隐藏,对客户的关系数据进行保密。
应该理解的是,虽然图2-3的流程图中的各个步骤按照箭头的指示依次显示,但是这些步骤并不是必然按照箭头指示的顺序依次执行。除非本文中有明确的说明,这些步骤的执行并没有严格的顺序限制,这些步骤可以以其它的顺序执行。而且,图2-3中的至少一部分步骤可以包括多个子步骤或者多个阶段,这些子步骤或者阶段并不必然是在同一时刻执行完成,而是可以在不同的时刻执行,这些子步骤或者阶段的执行顺序也不必然是依次进行,而是可以与其它步骤或者其它步骤的子步骤或者阶段的至少一部分轮流或者交替地执行。
在其中一个实施例中,如图4所示,提供了一种消息发送装置,包括发送请求接收模块410、信息读取模块420、号码查找模块430、关系数据查找模块440、模板获取模块450、消息发送模块450,其中:
发送请求接收模块410,用于接收业务终端发送的消息发送请求。
信息读取模块420,用于从所述消息发送请求中读取发送对象信息和业务类型。
号码查找模块430,用于查找所述发送对象信息关联的第一关联对象号码。
关系数据查找模块440,用于从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性。
模板获取模块450,用于获取所述第一关系属性和所述业务类型对应的消息模板。
消息发送模块460,用于根据所述消息模板和第一关联对象号码生成发送消息并发送。
在其中一个实施例中,消息发送装置还可以包括:
更新请求接收模块,用于接收关系数据更新请求,所述关系数据更新请求中携带更新对象信息。
号码提取模块,用于获取所述更新对象信息对应的关联人员数据,从所述关联人员数据中提取第二关联属性和第二关联对象号码。
关系数据更新模块,用于将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新。
信息表更新模块,用于根据所述第二关联对象号码和更新后的所述第二动态关系码对 所述关联对象信息表进行更新。
在其中一个实施例中,关系数据更新模块可以包括:
格式抽取单元,用于从预设代码格式中抽取更新代码格式。
更新码生成单元,用于根据所述更新代码格式随机生成各所述第二关系属性的更新动态关系码。
码替换单元,用于将各所述第二关系属性对应的第二动态关系码替换为相应的所述更新动态关系码。
在其中一个实施例中,信息表更新模块可以包括:
第一记录生成单元,用于根据所述第二关联对象号码和相应的更新后的所述第二动态关系码生成第一关系信息记录。
记录更新单元,用于根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新。
记录添加单元,用于将所述第一关系信息记录添加至所述关联对象信息表中。
在其中一个实施例中,记录更新单元可以包括:
结算数据获取子单元,用于获取最新的结算业务数据。
结算信息提取子单元,用于从所述结算业务数据中提取结算对象信息。
记录删除子单元,用于删除所述关联对象信息表中所述结算对象信息对应的已存的第二关系信息记录。
码更新子单元,用于将所述关联对象信息表中余下的第二关系信息记录中的动态关系码进行更新。
在其中一个实施例中,消息发送装置还可以包括:
消息识别模块,用于从所述发送消息中识别出关系信息。
掩码模块,用于对所述关系信息进行掩码处理。
报告生成模块,用于根据掩码处理后的所述发送消息生成发送报告。
报告发送模块,用于将所述发送报告返回给所述业务终端。
关于消息发送装置的具体限定可以参见上文中对于消息发送方法的限定,在此不再赘述。上述消息发送装置中的各个模块可全部或部分通过软件、硬件及其组合来实现。上述各模块可以硬件形式内嵌于或独立于计算机设备中的处理器中,也可以以软件形式存储于计算机设备中的存储器中,以便于处理器调用执行以上各个模块对应的操作。
在其中一个实施例中,提供了一种计算机设备,该计算机设备可以是服务器,其内部结构图可以如图5所示。该计算机设备包括通过系统总线连接的处理器、存储器、网络接口和数据库。其中,该计算机设备的处理器用于提供计算和控制能力。该计算机设备的存储器包括非易失性计算机可读指令存储介质、内存储器。该非易失性计算机可读指令存储介质存储有操作系统、计算机可读指令和数据库。该内存储器为非易失性计算机可读指令存储介质中的操作系统和计算机可读指令的运行提供环境。该计算机设备的数据库用于存储消息发送相关数据。该计算机设备的网络接口用于与外部的终端通过网络连接通信。该计算机可读指令被处理器执行时以实现一种消息发送方法。
本领域技术人员可以理解,图5中示出的结构,仅仅是与本申请方案相关的部分结构的框图,并不构成对本申请方案所应用于其上的计算机设备的限定,具体的计算机设备可以包括比图中所示更多或更少的部件,或者组合某些部件,或者具有不同的部件布置。
一种计算机设备,包括存储器和一个或多个处理器,存储器中储存有计算机可读指令,计算机可读指令被处理器执行时,使得一个或多个处理器执行以下步骤:
接收业务终端发送的消息发送请求;从所述消息发送请求中读取发送对象信息和业务类型;查找所述发送对象信息关联的第一关联对象号码;从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;获取所述第一关系属性和所述业务类型对应的消息模板;及根据所述消息模板和第一关联对象号码生成发送消息并发送。
在其中一个实施例中,处理器执行计算机可读指令时还实现以下步骤:接收关系数据更新请求,所述关系数据更新请求中携带更新对象信息;获取所述更新对象信息对应的关联人员数据,从所述关联人员数据中提取第二关联属性和第二关联对象号码;将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新;根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新。
在其中一个实施例中,处理器执行计算机可读指令时实现将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新的步骤时还用于:从预设代码格式中抽取更新代码格式;根据所述更新代码格式随机生成各所述第二关系属性的更新动态关系码;及将各所述第二关系属性对应的第二动态关系码替换为相应的所述更新动态关系码。
在其中一个实施例中,处理器执行计算机可读指令时实现根据所述第二关联对象号码 和更新后的所述第二动态关系码对所述关联对象信息表进行更新的步骤时还用于:根据所述第二关联对象号码和相应的更新后的所述第二动态关系码生成第一关系信息记录;根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新;及将所述第一关系信息记录添加至所述关联对象信息表中。
在其中一个实施例中,处理器执行计算机可读指令时实现根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新的步骤时还用于:获取最新的结算业务数据;从所述结算业务数据中提取结算对象信息;删除所述关联对象信息表中所述结算对象信息对应的已存的第二关系信息记录;及将所述关联对象信息表中余下的第二关系信息记录中的动态关系码进行更新。
在其中一个实施例中,处理器执行计算机可读指令时还实现以下步骤:从所述发送消息中识别出关系信息;对所述关系信息进行掩码处理;根据掩码处理后的所述发送消息生成发送报告;及将所述发送报告返回给所述业务终端。
一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,计算机可读指令被一个或多个处理器执行时,使得一个或多个处理器执行以下步骤:
接收业务终端发送的消息发送请求;从所述消息发送请求中读取发送对象信息和业务类型;查找所述发送对象信息关联的第一关联对象号码;从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;获取所述第一关系属性和所述业务类型对应的消息模板;及根据所述消息模板和第一关联对象号码生成发送消息并发送。
在其中一个实施例中,计算机可读指令被处理器执行时还实现以下步骤:接收关系数据更新请求,所述关系数据更新请求中携带更新对象信息;获取所述更新对象信息对应的关联人员数据,从所述关联人员数据中提取第二关联属性和第二关联对象号码;将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新;及根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新。
在其中一个实施例中,计算机可读指令被处理器执行时实现将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新的步骤时还用于:从预设代码格式中抽取更新代码格式;根据所述更新代码格式随机生成各所述第二关系属性的更新动态关系码;及将各所述第二关系属性对应的第二动态关系码替换为相应的所述更新动态关 系码。
在其中一个实施例中,计算机可读指令被处理器执行时实现根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新的步骤时还用于:根据所述第二关联对象号码和相应的更新后的所述第二动态关系码生成第一关系信息记录;根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新;及将所述第一关系信息记录添加至所述关联对象信息表中。
在其中一个实施例中,计算机可读指令被处理器执行时实现根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新的步骤时还用于:获取最新的结算业务数据;从所述结算业务数据中提取结算对象信息;删除所述关联对象信息表中所述结算对象信息对应的已存的第二关系信息记录;及将所述关联对象信息表中余下的第二关系信息记录中的动态关系码进行更新。
在其中一个实施例中,计算机可读指令被处理器执行时还实现以下步骤:从所述发送消息中识别出关系信息;对所述关系信息进行掩码处理;根据掩码处理后的所述发送消息生成发送报告;及将所述发送报告返回给所述业务终端。
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机可读指令来指令相关的硬件来完成,所述的计算机可读指令可存储于一非易失性计算机可读取存储介质中,该计算机可读指令在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。
以上实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对发明专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。

Claims (20)

  1. 一种消息发送方法,包括:
    接收业务终端发送的消息发送请求;
    从所述消息发送请求中读取发送对象信息和业务类型;
    查找所述发送对象信息关联的第一关联对象号码;
    从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;
    获取所述第一关系属性和所述业务类型对应的消息模板;及
    根据所述消息模板和第一关联对象号码生成发送消息并发送。
  2. 根据权利要求1所述的方法,其特征在于,所述方法还包括:
    接收关系数据更新请求,所述关系数据更新请求中携带更新对象信息;
    获取所述更新对象信息对应的关联人员数据,从所述关联人员数据中提取第二关联属性和第二关联对象号码;
    将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新;及
    根据所述关联对象第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新。
  3. 根据权利要求2所述的方法,其特征在于,所述将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新,包括:
    从预设代码格式中抽取更新代码格式;
    根据所述更新代码格式随机生成各所述第二关系属性的更新动态关系码;及
    将各所述第二关系属性对应的第二动态关系码替换为相应的所述更新动态关系码。
  4. 根据权利要求2所述的方法,其特征在于,所述根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新,包括:
    根据所述第二关联对象号码和相应的更新后的所述第二动态关系码生成第一关系信息记录;
    根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新;及
    将所述第一关系信息记录添加至所述关联对象信息表中。
  5. 根据权利要求4所述的方法,其特征在于,所述根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新,包括:
    获取最新的结算业务数据;
    从所述结算业务数据中提取结算对象信息;
    删除所述关联对象信息表中所述结算对象信息对应的已存的第二关系信息记录;及
    将所述关联对象信息表中余下的第二关系信息记录中的动态关系码进行更新。
  6. 根据权利要求1所述的方法,其特征在于,所述根据所述消息模板和第一关联对象号码生成发送消息并发送之后,包括:
    从所述发送消息中识别出关系信息;
    对所述关系信息进行掩码处理;
    根据掩码处理后的发送消息生成发送报告;及
    将所述发送报告返回给所述业务终端。
  7. 一种消息发送装置,所述装置包括:
    发送请求接收模块,用于接收业务终端发送的消息发送请求;
    信息读取模块,用于从所述消息发送请求中读取发送对象信息和业务类型;
    号码查找模块,用于查找所述发送对象信息关联的第一关联对象号码;
    关系数据查找模块,用于从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;
    模板获取模块,用于获取所述第一关系属性和所述业务类型对应的消息模板;及
    消息发送模块,用于根据所述消息模板和第一关联对象号码生成发送消息并发送。
  8. 根据权利要求7所述的装置,其特征在于,所述装置还包括:
    更新请求接收模块,用于接收关系数据更新请求,所述关系数据更新请求中携带更新对象信息;
    号码提取模块,用于获取所述更新对象信息对应的关联人员数据,从所述关联人员数据中提取第二关联属性和第二关联对象号码;
    关系数据更新模块,用于将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新;及
    信息表更新模块,用于根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新。
  9. 根据权利要求8所述的装置,其特征在于,所述关系数据更新模块还包括:
    格式抽取单元,用于从预设代码格式中抽取更新代码格式;
    更新码生成单元,用于根据所述更新代码格式随机生成各所述第二关系属性的更新动态关系码;及
    码替换单元,用于将各所述第二关系属性对应的第二动态关系码替换为相应的所述更新动态关系码。
  10. 一种计算机设备,包括存储器及一个或多个处理器,所述存储器中储存有计算机可读指令,所述计算机可读指令被所述一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
    接收业务终端发送的消息发送请求;
    从所述消息发送请求中读取发送对象信息和业务类型;
    查找所述发送对象信息关联的第一关联对象号码;
    从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系配置表中查找所述第一动态关系码对应的第一关系属性;
    获取所述第一关系属性和所述业务类型对应的消息模板;及
    根据所述消息模板和第一关联对象号码生成发送消息并发送。
  11. 根据权利要求10所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:
    接收关系数据更新请求,所述关系数据更新请求中携带更新对象信息;
    获取所述更新对象信息对应的关联人员数据,从所述关联人员数据中提取第二关联属性和第二关联对象号码;
    将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新;及
    根据所述关联对象第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新。
  12. 根据权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令实现所述将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新时还执行以下步骤:
    从预设代码格式中抽取更新代码格式;
    根据所述更新代码格式随机生成各所述第二关系属性的更新动态关系码;及
    将各所述第二关系属性对应的第二动态关系码替换为相应的所述更新动态关系码。
  13. 根据权利要求11所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令实现所述根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新时还执行以下步骤:
    根据所述第二关联对象号码和相应的更新后的所述第二动态关系码生成第一关系信息记录;
    根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新;及
    将所述第一关系信息记录添加至所述关联对象信息表中。
  14. 根据权利要求13所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令实现所述根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新时还执行以下步骤:
    获取最新的结算业务数据;
    从所述结算业务数据中提取结算对象信息;
    删除所述关联对象信息表中所述结算对象信息对应的已存的第二关系信息记录;及
    将所述关联对象信息表中余下的第二关系信息记录中的动态关系码进行更新。
  15. 根据权利要求10所述的计算机设备,其特征在于,所述处理器执行所述计算机可读指令时还执行以下步骤:
    从所述发送消息中识别出关系信息;
    对所述关系信息进行掩码处理;
    根据掩码处理后的发送消息生成发送报告;及
    将所述发送报告返回给所述业务终端。
  16. 一个或多个存储有计算机可读指令的非易失性计算机可读存储介质,所述计算机可读指令被一个或多个处理器执行时,使得所述一个或多个处理器执行以下步骤:
    接收业务终端发送的消息发送请求;
    从所述消息发送请求中读取发送对象信息和业务类型;
    查找所述发送对象信息关联的第一关联对象号码;
    从关联对象信息表中查找所述第一关联对象号码对应的第一动态关系码,从动态关系 配置表中查找所述第一动态关系码对应的第一关系属性;
    获取所述第一关系属性和所述业务类型对应的消息模板;及
    根据所述消息模板和第一关联对象号码生成发送消息并发送。
  17. 根据权利要求11所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行时还执行以下步骤:
    接收关系数据更新请求,所述关系数据更新请求中携带更新对象信息;
    获取所述更新对象信息对应的关联人员数据,从所述关联人员数据中提取第二关联属性和第二关联对象号码;
    将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新;及
    根据所述关联对象第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新。
  18. 根据权利要求17所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行实现所述将所述动态关系配置表中的各所述第二关系属性对应的第二动态关系码进行动态更新时还执行以下步骤:
    从预设代码格式中抽取更新代码格式;
    根据所述更新代码格式随机生成各所述第二关系属性的更新动态关系码;及
    将各所述第二关系属性对应的第二动态关系码替换为相应的所述更新动态关系码。
  19. 根据权利要求17所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行实现所述根据所述第二关联对象号码和更新后的所述第二动态关系码对所述关联对象信息表进行更新时还执行以下步骤:
    根据所述第二关联对象号码和相应的更新后的所述第二动态关系码生成第一关系信息记录;
    根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新;及
    将所述第一关系信息记录添加至所述关联对象信息表中。
  20. 根据权利要求19所述的存储介质,其特征在于,所述计算机可读指令被所述处理器执行实现所述根据更新后的所述第二动态关系码将所述关联对象信息表中已存的第二关系信息记录中的动态关系码进行更新时还执行以下步骤:
    获取最新的结算业务数据;
    从所述结算业务数据中提取结算对象信息;
    删除所述关联对象信息表中所述结算对象信息对应的已存的第二关系信息记录;及
    将所述关联对象信息表中余下的第二关系信息记录中的动态关系码进行更新。
PCT/CN2019/117980 2019-05-23 2019-11-13 消息发送方法、装置、计算机设备和存储介质 WO2020233014A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910435832.9 2019-05-23
CN201910435832.9A CN110336786B (zh) 2019-05-23 2019-05-23 消息发送方法、装置、计算机设备和存储介质

Publications (1)

Publication Number Publication Date
WO2020233014A1 true WO2020233014A1 (zh) 2020-11-26

Family

ID=68139802

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/117980 WO2020233014A1 (zh) 2019-05-23 2019-11-13 消息发送方法、装置、计算机设备和存储介质

Country Status (2)

Country Link
CN (1) CN110336786B (zh)
WO (1) WO2020233014A1 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114222256A (zh) * 2021-11-16 2022-03-22 中国建设银行股份有限公司 消息发送方法、装置及电子设备

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110336786B (zh) * 2019-05-23 2022-02-11 平安科技(深圳)有限公司 消息发送方法、装置、计算机设备和存储介质
CN112383584A (zh) * 2020-10-12 2021-02-19 联通智网科技有限公司 消息的推送方法、显示方法及通信系统
CN113220699A (zh) * 2021-06-10 2021-08-06 国泰君安证券股份有限公司 支持多模式敏捷型资讯数据接发的系统及其方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130124579A1 (en) * 2011-11-11 2013-05-16 Inventec Corporation Showing system for product materials and showing method therefor
CN104699790A (zh) * 2015-03-17 2015-06-10 中国银行股份有限公司 一种银行数据关系建立方法及装置
CN106919549A (zh) * 2015-12-24 2017-07-04 阿里巴巴集团控股有限公司 业务处理方法和装置
CN107507088A (zh) * 2017-08-29 2017-12-22 深圳市佰仟金融服务有限公司 催收管理方法及服务器
CN110336786A (zh) * 2019-05-23 2019-10-15 平安科技(深圳)有限公司 消息发送方法、装置、计算机设备和存储介质

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101242609A (zh) * 2008-02-15 2008-08-13 深圳华为通信技术有限公司 发送紧急信息的通信装置和方法
CN102984223B (zh) * 2012-11-14 2016-03-02 华为技术有限公司 一种消息发送方法、网络设备及系统
US9811517B2 (en) * 2013-01-29 2017-11-07 Tencent Technology (Shenzhen) Company Limited Method and system of adding punctuation and establishing language model using a punctuation weighting applied to chinese speech recognized text
CN106570699A (zh) * 2015-10-08 2017-04-19 平安科技(深圳)有限公司 客户联系信息挖掘方法及服务器
CN106326438B (zh) * 2016-08-26 2019-08-13 南威软件股份有限公司 一种人员信息的关联方法
CN106850417A (zh) * 2017-04-06 2017-06-13 北京深思数盾科技股份有限公司 一种建立用户关联关系的方法及装置
CN107909178B (zh) * 2017-08-31 2021-06-08 深圳壹账通智能科技有限公司 电子装置、失联修复率预测方法和计算机可读存储介质
CN108337296B (zh) * 2018-01-12 2021-01-01 深圳壹账通智能科技有限公司 消息推送处理方法、装置、计算机设备和存储介质
CN109064315A (zh) * 2018-08-02 2018-12-21 平安科技(深圳)有限公司 逾期账单智能催收方法、装置、计算机设备及存储介质
CN109450772B (zh) * 2018-09-26 2022-08-02 中国平安人寿保险股份有限公司 一种消息发送方法、服务器及计算机可读存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130124579A1 (en) * 2011-11-11 2013-05-16 Inventec Corporation Showing system for product materials and showing method therefor
CN104699790A (zh) * 2015-03-17 2015-06-10 中国银行股份有限公司 一种银行数据关系建立方法及装置
CN106919549A (zh) * 2015-12-24 2017-07-04 阿里巴巴集团控股有限公司 业务处理方法和装置
CN107507088A (zh) * 2017-08-29 2017-12-22 深圳市佰仟金融服务有限公司 催收管理方法及服务器
CN110336786A (zh) * 2019-05-23 2019-10-15 平安科技(深圳)有限公司 消息发送方法、装置、计算机设备和存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114222256A (zh) * 2021-11-16 2022-03-22 中国建设银行股份有限公司 消息发送方法、装置及电子设备
CN114222256B (zh) * 2021-11-16 2023-10-20 中国建设银行股份有限公司 消息发送方法、装置及电子设备

Also Published As

Publication number Publication date
CN110336786A (zh) 2019-10-15
CN110336786B (zh) 2022-02-11

Similar Documents

Publication Publication Date Title
US10949565B2 (en) Data processing systems for generating and populating a data inventory
WO2020233014A1 (zh) 消息发送方法、装置、计算机设备和存储介质
US11036771B2 (en) Data processing systems for generating and populating a data inventory
JP2021515952A (ja) 信用調査システム、信用調査データの記憶方法、装置及びコンピュータプログラム
CN111046237B (zh) 用户行为数据处理方法、装置、电子设备及可读介质
CN109088812B (zh) 信息处理方法、装置、计算机设备和存储介质
CN112106049A (zh) 生成隐私数据隔离和报告的系统和方法
WO2020134685A1 (zh) 亲密度计算方法、装置、设备和介质
CN115795538B (zh) 脱敏文档的反脱敏方法、装置、计算机设备和存储介质
CN111563098A (zh) 结构化与非结构化数据查询方法、设备、存储介质及装置
CN113609147A (zh) 数据共享方法、装置及电子设备
US20210241215A1 (en) Data processing systems for generating and populating a data inventory
CN116738482A (zh) 一种敏感数据处理方法、系统、计算机设备及存储介质
CN115544050A (zh) 操作日志记录方法、装置、设备及存储介质
WO2019019650A1 (zh) 网站数据处理方法、装置、网站数据处理平台及存储介质
WO2021098150A1 (zh) 单据数据加密的方法、装置、电子设备和存储介质
CN113674083A (zh) 互联网金融平台信用风险监测方法、装置及计算机系统
RU2791954C1 (ru) Способ, система и машиночитаемый носитель для подачи анонимных корпоративных жалоб
US20210409204A1 (en) Encryption of protected data for transmission over a web interface
JP7176140B1 (ja) プログラム、情報処理装置、情報処理方法
JP7174870B1 (ja) プログラム、情報処理装置、情報処理システム、情報処理方法
CN112073174B (zh) 通讯账号解密方法、装置、设备、存储介质及信息交互系统
CN112435116B (zh) 基于人工智能的数据处理方法、装置、计算机设备及介质
US20220360570A1 (en) Secure database with user-defined schemas
JP2024014117A (ja) 契約管理プログラム、情報処理装置、情報処理システム、情報処理方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19930073

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 19930073

Country of ref document: EP

Kind code of ref document: A1