CN111914036A - Electronic business card capable of working synchronously - Google Patents

Electronic business card capable of working synchronously Download PDF

Info

Publication number
CN111914036A
CN111914036A CN202010604034.7A CN202010604034A CN111914036A CN 111914036 A CN111914036 A CN 111914036A CN 202010604034 A CN202010604034 A CN 202010604034A CN 111914036 A CN111914036 A CN 111914036A
Authority
CN
China
Prior art keywords
business card
electronic business
database
scrm
data
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
CN202010604034.7A
Other languages
Chinese (zh)
Inventor
朱家成
陈波
李月杨
罗洪昌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Liyixiang Data Technology Co ltd
Original Assignee
Hangzhou Liyixiang Data Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Liyixiang Data Technology Co ltd filed Critical Hangzhou Liyixiang Data Technology Co ltd
Priority to CN202010604034.7A priority Critical patent/CN111914036A/en
Publication of CN111914036A publication Critical patent/CN111914036A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • 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/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • G06F16/275Synchronous replication
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services

Abstract

After the electronic business cards are exchanged in an electronic mode, an SCRM can be requested to transmit data to an externally opened data synchronization api interface through a CURL type POST request method, so that the aim that a system automatically synchronizes the business card information of a client to an information field corresponding to the SCRM after the business cards are exchanged is fulfilled, and the purposes of recognizing work, exchanging and automatically managing are fulfilled. The method effectively improves the quick association of the company and the client, achieves the aims of synchronous work and transaction, and truly exerts the advantage of quick informatization and synchronization of the electronic business card.

Description

Electronic business card capable of working synchronously
Technical Field
The invention belongs to the field of information technology service, and particularly relates to an electronic business card capable of working synchronously.
Background
The information quantity of electronic business cards in the market is less at present, and is limited to the information quantity (such as names, positions, contact ways, companies and the like) of traditional business cards (physical business cards), if the electronic business card deliverers and the companies are interested, the next step of contact communication needs to be carried out in the modes of telephone, mails and the like, and then related work is carried out, and the purposes can be achieved by some people even people who can only feel on the spot, so that the efficiency is very low.
When the existing electronic business card is used, the business card pushing process is usually provided with a publicity page but no data analysis module, so that the business card cannot be checked, and more interactive work and communication cannot be performed.
Disclosure of Invention
The invention aims to provide an electronic business card capable of working synchronously aiming at the defects of the prior art.
In order to achieve the purpose, the invention adopts the following technical scheme:
an electronic business card capable of working synchronously, the synchronization process comprises the following steps:
s1, the receiving end receives and accesses the electronic business card shared by the sending end, and the receiving end establishes an information intercommunication relation with the electronic business card;
s2, screening and packaging the information in the original electronic business card of the receiving end and converting the information into a character string;
s3, encrypting the character string and storing the character string in an SCRM database;
s4, requesting an externally open data synchronization api interface in the SCRM system through a CURL type POST request method;
s5, the synchronous api interface receives the data in the shared electronic business card in S1, the data are compared with the data in the SCRM database in S3, and if the data are the same, the rest data in the shared electronic business card are updated to the SCRM database; if the same data does not exist, adding the shared data in the electronic business card into an SCRM database;
s6, realizing data interaction between the receiving end and the transmitting end through the steps S1 to S5.
Further, the shared information of the electronic business card and the information in the original electronic business card include a mobile phone number, a real name, an enterprise name, an email, a micro signal, a position, an office telephone and an address.
Further, in S2, information in the original electronic business card at the receiving end is filtered and encapsulated, and converted into a json character string through a json _ encode function.
Further, the encryption mode in S3 is AES function encryption.
Further, the SCRM database is a relational database.
Further, the SCRM database is a Mysql database, an oracle database or a mssql database.
By adopting the technical scheme of the invention, the invention has the beneficial effects that: compared with the prior art, the invention breaks through the current situation that the prior conventional electronic business card only transmits a small amount of personal and company information, can not quickly carry out the next step of work and communication interaction, and can not directly carry out synchronous work. By the method, the electronic business card and the working platform are well integrated, and the purposes of cooperation and synchronous work can be achieved without other modes. After the electronic business card is applied, infinite interaction such as work, communication, cooperation and the like can be directly carried out. The invention improves social efficiency, can directly carry out next cooperation, communication, buying and selling, synchronous work and the like through the exchange of the electronic business cards, saves a plurality of social procedures and saves a great deal of time.
Drawings
FIG. 1 is a flow chart of an implementation of an electronic business card capable of working synchronously according to the present invention.
Detailed Description
Specific embodiments of the present invention will be further described with reference to the accompanying drawings.
As shown in the figure, the electronic business card capable of working synchronously comprises the following steps:
s1, the receiving end receives and accesses the electronic business card shared by the sending end, and the receiving end establishes an information intercommunication relation with the electronic business card;
s2 and S2, screening and packaging information in the original electronic business card of the receiving end, and converting the information into a json character string through a json _ encode function;
s3, encrypting the character string and storing the character string in an SCRM database; the encryption mode is AES function encryption;
s4, requesting an externally open data synchronization api interface in the SCRM system through a CURL type POST request method;
s5, the synchronous api interface receives the data in the shared electronic business card in S1, the data are compared with the data in the SCRM database in S3, and if the data are the same, the rest data in the shared electronic business card are updated to the SCRM database; if the same data does not exist, adding the shared data in the electronic business card into an SCRM database;
s6, realizing data interaction between the receiving end and the transmitting end through the steps S1 to S5.
The shared information of the electronic business card and the information in the original electronic business card comprise a mobile phone number, a real name, an enterprise name, an email, a micro signal, a position, an office telephone and an address. Usually, the mobile phone number is the option which must be filled in, and the rest is the optional filling-in option.
The SCRM database is a relational database. The SCRM database is a Mysql database, an oracle database or an mssql database.
The specific operation process in practical application of the invention is as follows:
the user A shares the electronic business card of the user A to the user B, the user B creates the business card, and the user B accesses and checks the business card of the user A and then establishes the information intercommunication relationship for the first time. The system filters and encapsulates the information of the B user, including mobile phone number, real name, enterprise name, email, micro signal, position, office telephone and address, adds the filled information into the array, and converts the information into json character string through json _ encode function.
The string is then encrypted using the AES function. And requesting the SCRM to have an externally opened data synchronization api interface through a CURL-type POST request method, and inquiring whether customer information with the same mobile phone number exists from a database through the mobile phone number in the data requested by the interface. If the data exists, updating the corresponding fields in the SCRM database according to the relevant data fields in the requested data, such as real name, enterprise name, Email, micro signal, position, office telephone and address; if not, the data corresponding to the request is added to the corresponding SCRM database field.
After the process is carried out, the system automatically synchronizes the business card information of the client to the information field corresponding to the SCRM, and the purpose of work interaction can be realized after the business card is consulted.
After the method of the invention exchanges in an electronic mode of the electronic business card, the SCRM can be requested to carry out data transmission on an externally opened data synchronization api interface through a CURL-type POST request method, so that the aim that a system automatically synchronizes the business card information of a client to the information field corresponding to the SCRM after the business card is exchanged is fulfilled, and the purposes of recognizing work, exchanging and automatically managing are fulfilled. The method effectively improves the quick association of the company and the client, achieves the aims of synchronous work and transaction, and truly exerts the advantage of quick informatization and synchronization of the electronic business card.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (6)

1. An electronic business card capable of working synchronously, characterized in that the synchronization process comprises the following steps:
s1, the receiving end receives and accesses the electronic business card shared by the sending end, and the receiving end establishes an information intercommunication relation with the electronic business card;
s2, screening and packaging the information in the original electronic business card of the receiving end and converting the information into a character string;
s3, encrypting the character string and storing the character string in an SCRM database;
s4, requesting an externally open data synchronization api interface in the SCRM system through a CURL type POST request method;
s5, the synchronous api interface receives the data in the shared electronic business card in S1, the data are compared with the data in the SCRM database in S3, and if the data are the same, the rest data in the shared electronic business card are updated to the SCRM database; if the same data does not exist, adding the shared data in the electronic business card into an SCRM database;
s6, realizing data interaction between the receiving end and the transmitting end through the steps S1 to S5.
2. The electronic business card capable of working synchronously as claimed in claim 1, wherein the information of the electronic business card after sharing and the information of the original electronic business card comprise mobile phone number, real name, business name, email, micro signal, position, office telephone and address.
3. The electronic business card capable of working synchronously as claimed in claim 1, wherein in S2, the information in the original electronic business card at the receiving end is filtered and packaged and converted into json character string through json encode function.
4. The electronic business card capable of working synchronously of claim 1, wherein the encryption mode in S3 is AES function encryption.
5. The electronic business card capable of working synchronously of claim 1, wherein said SCRM database is a relational database.
6. The electronic business card capable of working synchronously of claim 5, wherein the SCRM database is Mysql database, oracle database or mssql database.
CN202010604034.7A 2020-06-29 2020-06-29 Electronic business card capable of working synchronously Pending CN111914036A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010604034.7A CN111914036A (en) 2020-06-29 2020-06-29 Electronic business card capable of working synchronously

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010604034.7A CN111914036A (en) 2020-06-29 2020-06-29 Electronic business card capable of working synchronously

Publications (1)

Publication Number Publication Date
CN111914036A true CN111914036A (en) 2020-11-10

Family

ID=73226683

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010604034.7A Pending CN111914036A (en) 2020-06-29 2020-06-29 Electronic business card capable of working synchronously

Country Status (1)

Country Link
CN (1) CN111914036A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101605143A (en) * 2009-06-19 2009-12-16 杨昕吉 The implementation method of new network electronic business card system and system
CN102508817A (en) * 2011-11-08 2012-06-20 复旦大学 Multifunctional electronic name card with multimedia information
CN103067498A (en) * 2012-12-28 2013-04-24 苏州群凯信息系统有限公司 Method for exchanging electronic business card
CN104243597A (en) * 2014-09-25 2014-12-24 河南智业科技发展有限公司 Business card dispensing and collecting system and business card dispensing and collecting method based on WLAN (wireless local area network) environment
CN106327211A (en) * 2016-08-25 2017-01-11 互动派科技股份有限公司 SCRM system based on social media and development method thereof
CN111105271A (en) * 2019-12-06 2020-05-05 深圳市维冠视界科技股份有限公司 Intelligent management method and system for enterprise business cards

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101605143A (en) * 2009-06-19 2009-12-16 杨昕吉 The implementation method of new network electronic business card system and system
CN102508817A (en) * 2011-11-08 2012-06-20 复旦大学 Multifunctional electronic name card with multimedia information
CN103067498A (en) * 2012-12-28 2013-04-24 苏州群凯信息系统有限公司 Method for exchanging electronic business card
CN104243597A (en) * 2014-09-25 2014-12-24 河南智业科技发展有限公司 Business card dispensing and collecting system and business card dispensing and collecting method based on WLAN (wireless local area network) environment
CN106327211A (en) * 2016-08-25 2017-01-11 互动派科技股份有限公司 SCRM system based on social media and development method thereof
CN111105271A (en) * 2019-12-06 2020-05-05 深圳市维冠视界科技股份有限公司 Intelligent management method and system for enterprise business cards

Similar Documents

Publication Publication Date Title
CN108665372B (en) Information processing, inquiring and storing method and device based on block chain
CN101018259B (en) Telecom integrated information system and method
CN111461739B (en) Bank mobile comprehensive service system and device suitable for second-level legal person
RU2014136340A (en) SYSTEM AND METHOD FOR INTEGRATION OF REMOTE SERVICES
CN110471951A (en) Determine the method for the sequence of Transaction Information, accounting nodes and medium in data block
CN105184883A (en) Intelligent attendance bracelets and attendance checking method based on user ID and fingerprint recognition
CN101552801A (en) A method and system for on-line browsing and downloading the address-book of user group
CN107480540B (en) Data access control system and method
CN108881363A (en) Point-to-point personal information shared platform and method based on block chain
KR20190036154A (en) Tax management system and method for business transaction using electronic cash
CN110569670B (en) Encryption and design method of enterprise annuity based on block chain
CN105225045A (en) A kind of movable attendance checking system based on user ID and fingerprint recognition and Work attendance method
TW202228426A (en) Network service system, computer storage medium for communication and network service method
CN101286953A (en) Medical system information integration platform
CN102842094A (en) Server, inter-business enterprise information control method and computer program
CN103489111A (en) Integrated community electronic commerce system
US20030179870A1 (en) Method for automatically generating a business proposal from an accessible electronic database
CN113129008A (en) Data processing method and device, computer readable medium and electronic equipment
CN111914036A (en) Electronic business card capable of working synchronously
CN102082883B (en) Method for customer service system to provide information for customers and customer service system
CN105225104A (en) A kind of method of payment and system
CN111683124A (en) Data processing method and system for IPV6 chip card
US20120116964A1 (en) Method and system of transaction cards management through business network
KR20140039792A (en) Method, system and computer-readable recording medium for integrated management of financial service
KR101039419B1 (en) Method for Processing Plural Call Messages

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