CN103475546A - Method and system for detecting repeated login of salesmen - Google Patents

Method and system for detecting repeated login of salesmen Download PDF

Info

Publication number
CN103475546A
CN103475546A CN2013104447378A CN201310444737A CN103475546A CN 103475546 A CN103475546 A CN 103475546A CN 2013104447378 A CN2013104447378 A CN 2013104447378A CN 201310444737 A CN201310444737 A CN 201310444737A CN 103475546 A CN103475546 A CN 103475546A
Authority
CN
China
Prior art keywords
session
log
message
login
job number
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.)
Granted
Application number
CN2013104447378A
Other languages
Chinese (zh)
Other versions
CN103475546B (en
Inventor
宁铁男
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN201310444737.8A priority Critical patent/CN103475546B/en
Publication of CN103475546A publication Critical patent/CN103475546A/en
Application granted granted Critical
Publication of CN103475546B publication Critical patent/CN103475546B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention relates to a method for detecting repeated login of salesmen. The method specifically includes the steps that first, a database records login information of a badge number through which a salesman logs into a system; second, a background server scans the database in a timing cycle mode to judge whether the number of login times of the same badge number is lager than 1 or not, if yes, the badge number is used for login repeatedly, and the third step is carried out; if not, the first step is carried out again; third, the information of repeated login of the same badge number is sequenced by time, the information of login at the last time is reserved, and the information of login at other times is removed out of the system; fourth, the removed badge number and time information are sent to the database in the log form to be saved; fifth, data in the database are cleared, and the process is finished. The method is used for detecting that the multiple salesmen log into the system repeatedly by using the badge number of one salesman to obtain system operation authorization to carry out service handling.

Description

A kind of method and system that detect business personnel's repeat logon
Technical field
The present invention relates to a kind of method and system of the business personnel's of detection repeat logon, belong to communication technical field.
Background technology
At present, when system business is handled, small part business personnel can not observe the job number rule, borrows other people to use the login job number password of oneself and reaches the purpose that many people share same job number login system.Due to the sensitiveness of telecommunication service, it is not allow and exist risk that people more than this kind shares same job number login system transacting business.
B/S structure (Browser/Server, Browser/Server Mode), be a kind of network configuration pattern after WEB rises, and the WEB browser is the topmost application software of client.This pattern has been unified client, and the core that systemic-function is realized focuses on server, has simplified exploitation, maintenance and the use of system.On client computer, as long as a browser (Browser) is installed, as Netscape Navigator or Internet Explorer, server is installed the databases such as Oracle, Sybase, Informix or SQL Server.Browser carries out data interaction by Web Server with database.
Session: in computer, especially, in network application, be called " session ".In the computer major term, Session refers to the time interval that a terminal use and interactive system communicate, be often referred to from the registration system that enters, to cancellation, log off institute's elapsed time and if necessary, may also have certain operating space.Specific to the Session in Web, refer to be exactly the user when browsing some websites, from enter website to browser close process during this period of time, namely the user browses the time that this website spends.Therefore from above-mentioned definition, we can see, Session is actually a specific concept of time.
Shell: in computer science, Shell is commonly called as shell (being used for being different from core), and the software (command analysis device) of " providing the user to use interface " is provided.It is similar to the command.com under DOS.Its receives user's, then call corresponding application program.It is again a kind of programming language simultaneously.As command lanuage, its interactive mode is explained and is carried out the order of user's input or automatically explain and carry out pre-set a series of order; As programming language, it has defined various variablees and parameter, and many control structures that just have in high level language are provided, and comprises circulation and branch.
The Java method is the code block of an order, as the function of using in mathematics, its effect is because method can complete a specific function, so it can be grouped together specific functional block in program, be convenient to repeatedly use, also can make program structure become clear.The Java method is the set of some statements, carries out a method call statement, and like carrying out, many Java statements are the same, and these statements have completed a certain specific task.Be not difficult to find, a method is exactly a function.Method can modularized program, and many statements that complete a function are packaged into to a method, makes the hierarchical structure of program more clear, more is convenient to writing, read and debugging of program.
Servlet is a kind of java application of server end, has the characteristic that is independent of platform and agreement, can generate the dynamic Web page.It takes on the intermediate layer of client requests (Web browser or other HTTP CLIENT PROGRAM) and server response (database on http server or application program).Servlet is the java application that is positioned at the server end of Web server inside, different from traditional java application from start up with command-line options, Servlet is loaded by Web server, and this Web server must comprise the Java Virtual Machine of supporting Servlet.
Servlet is also a common java class, so it equally has life cycle.Servlet must advance following several step from being generated to destruction.
(1) generate Servlet, be loaded into Servlet Engine(Web container) in, and carry out initialization by calling its init () method.
(2) process the request of client by the response method provided.
(3) call destroy () method and destroyed, and collect cleaning by garbage collector.
WebLogic be an application server producing of U.S. bea company definite say a middleware based on the Javaee framework, BEA WebLogic is for exploitation, integrated, the Java application server of disposing and manage large-scale distributed Web application, network application and database application.By the fail safe of the dynamic function of Java and Java Enterprise standard introduce the catenet application exploitation, integrated, dispose and management among.The WebLogic main frame is a kind of fictitious host computer.
Summary of the invention
Technical problem to be solved by this invention is can, not in accordance with the present situation of job number rule, provide a kind of method of daily record for the detection business personnel repeat logon of verifying that can effectively detect and can generate for the business personnel.
The technical scheme that the present invention solves the problems of the technologies described above is as follows: a kind of method of the business personnel's of detection repeat logon specifically comprises the following steps:
Step 1: the log-on message of each job number of data-base recording registering service system;
Step 2: background server timing cycle scan database, judge whether the login times of same job number is greater than 1, if be greater than 1, mean this job number repeat logon, carry out step 3; Otherwise, jump to step 1;
Step 3: the log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, and the log-on message of this job number other times login is kicked out of to operation system;
Step 4: will kick out of job number and temporal information and be sent in database and preserve with the daily record form;
Step 5: the log-on message data of kicking out of operation system in Clean Up Database, finish.
The invention has the beneficial effects as follows: the method for the invention detects many people and uses business personnel's job number repeat logon system acquisition system operating right to carry out business handling.Because system is the B/S framework, the sessionid information that everyone produces while signing in on system is all not identical.Can utilize this point to be judged the sessionid information that same business personnel's different people login system produces, the time of getting last login is correct, think that other are illegal login, retain last login people other people are kicked out of to system, and business personnel and time information are preserved in order to verify in the future with the daily record output form.
On the basis of technique scheme, the present invention can also do following improvement.
Further, described step 3 specifically comprises the following steps:
Step 3.1: the log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, draws the information of other log-on messages for kicking out of;
Step 3.2: the url URL(uniform resource locator) that the log-on message that will kick out of by the shell shell is corresponding and sessionid session id call the java method as suction parameter;
Step 3.3:java method is called servlet method on the weblogic main frame according to the url URL(uniform resource locator);
All session session informations on step 3.4:servlet method inquiry weblogic main frame, unique sessionid session id that all session session informations are corresponding does coupling with the sessionid session id that will kick out of, the session session information that the sessionid session id of coupling is corresponding empties, and reaches the effect of the system of kicking out of.
Further, described step 3.4 specifically comprises the following steps:
All session session informations on step 3.4.1:servlet method inquiry weblogic main frame;
Step 3.4.2: judge whether a unique sessionid session id corresponding to session session information mates with the sessionid session id that will kick out of; If coupling, carry out step 3.4.3; Otherwise, loop step 3.4.2;
Step 3.4.3: the session session information that the sessionid session id of coupling is corresponding empties, and reaches the effect of the system of kicking out of.
Further, the log-on message in described step 1 comprises the server host ip of sessionid session id, job number code, login time, login, the server host port of login etc.
Further, in described step 2 time of background server timing cycle scan database for presetting time value.
Technical problem to be solved by this invention is can, not in accordance with the present situation of job number rule, provide a kind of system of daily record for the detection business personnel repeat logon of verifying that can effectively detect and can generate for the business personnel.
The technical scheme that the present invention solves the problems of the technologies described above is as follows: a kind of system of the business personnel's of detection repeat logon comprises database, background server, processing module;
Described database is for recording the log-on message of each job number of registering service system, and described log-on message is sent to the server day after tomorrow;
The log-on message that described background server timing cycle scan database sends, judge whether the login times of same job number is greater than 1, if be greater than 1, means this job number repeat logon, and the log-on message of the job number of repeat logon is sent to processing module;
Described processing module for log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, and the log-on message of this job number other times login is kicked out of to operation system; And will kick out of job number and temporal information is sent in database and preserves with the daily record form.
The invention has the beneficial effects as follows: the method for the invention detects many people and uses business personnel's job number repeat logon system acquisition system operating right to carry out business handling.Because system is the B/S framework, the sessionid information that everyone produces while signing in on system is all not identical.Can utilize this point to be judged the sessionid information that same business personnel's different people login system produces, the time of getting last login is correct, think that other are illegal login, retain last login people other people are kicked out of to system, and business personnel and time information are preserved in order to verify in the future with the daily record output form.
On the basis of technique scheme, the present invention can also do following improvement.
Further, the log-on message that described processing module is repeatedly logined same job number according to time sequence, retains the log-on message of last login, draws the information of other log-on messages for kicking out of; The url URL(uniform resource locator) that the log-on message that will kick out of by the shell shell is corresponding and sessionid session id call the java method as suction parameter; The java method is called servlet method on the weblogic main frame according to the url URL(uniform resource locator); All session session informations on servlet method inquiry weblogic main frame, unique sessionid session id that all session session informations are corresponding does coupling with the sessionid session id that will kick out of, the session session information that the sessionid session id of coupling is corresponding empties, and reaches the effect of the system of kicking out of.
Further, described log-on message comprises the server host ip of sessionid session id, job number code, login time, login, the server host port of login etc.
Further, the time of described background server timing cycle scan database is for presetting time value.
The accompanying drawing explanation
Fig. 1 is the described a kind of method flow diagram that detects business personnel's repeat logon of the specific embodiment of the invention 1;
Fig. 2 is the described a kind of method flow diagram that detects business personnel's repeat logon of the specific embodiment of the invention 2;
Fig. 3 is the described a kind of system architecture diagram that detects business personnel's repeat logon of the specific embodiment of the invention 2.
In accompanying drawing, the list of parts of each label representative is as follows:
1, database, 2, background server, 3, processing module.
Embodiment
Below in conjunction with accompanying drawing, principle of the present invention and feature are described, example, only for explaining the present invention, is not intended to limit scope of the present invention.
As shown in Figure 1, a kind of described method that detects business personnel's repeat logon of the specific embodiment of the invention 1 specifically comprises the following steps:
Step 1: the log-on message of each job number of data-base recording registering service system;
Step 2: background server timing cycle scan database, judge whether the login times of same job number is greater than 1, if be greater than 1, mean this job number repeat logon, carry out step 3; Otherwise, jump to step 1;
Step 3: the log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, and the log-on message of this job number other times login is kicked out of to operation system;
Step 4: will kick out of job number and temporal information and be sent in database and preserve with the daily record form;
Step 5: the log-on message data of kicking out of operation system in Clean Up Database, finish.
Log-on message in described step 1 comprises the server host ip of sessionid session id, job number code, login time, login, the server host port of login.
In described step 2, the time of background server timing cycle scan database is for presetting time value.
As shown in Figure 2, a kind of described method that detects business personnel's repeat logon of the specific embodiment of the invention 2 specifically comprises the following steps:
Step 1: the log-on message of a job number of data-base recording registering service system;
Step 2: background server timing cycle scan database, judge whether the login times of same job number is greater than one, if be greater than one, mean this job number repeat logon, carry out step 3; Otherwise, jump to step 1;
Step 3: the log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, draws the information of other log-on messages for kicking out of;
Step 4: the url URL(uniform resource locator) that the log-on message that will kick out of by the shell shell is corresponding and sessionid session id call the java method as suction parameter;
Step 5:java method is called servlet method on the weblogic main frame according to the url URL(uniform resource locator);
All session session informations on step 6:servlet method inquiry weblogic main frame;
Step 7: judge whether a unique sessionid session id corresponding to session session information mates with the sessionid session id that will kick out of; If coupling, carry out step 8; Otherwise, loop step 7;
Step 8: the session session information that the sessionid session id of coupling is corresponding empties, and reaches the effect of kicking out of operation system;
Step 9: will kick out of job number and temporal information and be sent in database and preserve with the daily record form;
Step 10: the log-on message data of kicking out of operation system in Clean Up Database, finish.
Log-on message in described step 1 comprises the server host ip of sessionid session id, job number code, login time, login, the server host port of login etc.
In described step 2, the time of background server timing cycle scan database is for presetting time value.
As shown in Figure 3, the described a kind of system that detects business personnel's repeat logon of the specific embodiment of the invention 2, comprise database 1, background server 2, processing module 3;
Described database 1 is for the log-on message of each job number of recording the registering service system, and described log-on message is sent to server 2 day after tomorrow;
The log-on message that described background server 2 timing cycle scan databases send, judge whether the login times of same job number is greater than one, if be greater than one, means this job number repeat logon, and the log-on message of the job number of repeat logon is sent to processing module 3;
Described processing module 3 for log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, and the log-on message of this job number other times login is kicked out of to operation system; And will kick out of job number and temporal information and be sent in database 1 and preserve with the daily record form.
The log-on message that described processing module 3 is repeatedly logined same job number according to time sequence, retains the log-on message of last login, draws the information of other log-on messages for kicking out of; The url URL(uniform resource locator) that the log-on message that will kick out of by the shell shell is corresponding and sessionid session id call the java method as suction parameter; The java method is called servlet method on the weblogic main frame according to the url URL(uniform resource locator); All session session informations on servlet method inquiry weblogic main frame, unique sessionid session id that all session session informations are corresponding does coupling with the sessionid session id that will kick out of, the session session information that the sessionid session id of coupling is corresponding empties, and reaches the effect of the system of kicking out of.
Described log-on message comprises the server host ip of sessionid session id, job number code, login time, login, the server host port of login.
The time of described background server 2 timing cycle scan databases 1 is for presetting time value.
The foregoing is only preferred embodiment of the present invention, in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, be equal to replacement, improvement etc., within all should being included in protection scope of the present invention.

Claims (9)

1. a method that detects business personnel's repeat logon, is characterized in that, specifically comprises the following steps:
Step 1: the log-on message of each job number of data-base recording registering service system;
Step 2: background server timing cycle scan database, judge whether the login times of same job number is greater than 1, if be greater than 1, mean this job number repeat logon, carry out step 3; Otherwise, jump to step 1;
Step 3: the log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, and the log-on message of this job number other times login is kicked out of to operation system;
Step 4: will kick out of job number and temporal information and be sent in database and preserve with the daily record form;
Step 5: the log-on message data of kicking out of operation system in Clean Up Database, finish.
2. a kind of method that detects business personnel's repeat logon according to claim 1, is characterized in that, described step 3 specifically comprises the following steps:
Step 3.1: the log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, draws the information of other log-on messages for kicking out of;
Step 3.2: the url URL(uniform resource locator) that the log-on message that will kick out of by the shell shell is corresponding and sessionid session id call the java method as suction parameter;
Step 3.3:java method is called servlet method on the weblogic main frame according to the url URL(uniform resource locator);
All session session informations on step 3.4:servlet method inquiry weblogic main frame, unique sessionid session id that all session session informations are corresponding does coupling with the sessionid session id that will kick out of, the session session information that the sessionid session id of coupling is corresponding empties, and reaches the effect of the system of kicking out of.
3. a kind of method that detects business personnel's repeat logon according to claim 2, is characterized in that, described step 3.4 specifically comprises the following steps:
All session session informations on step 3.4.1:servlet method inquiry weblogic main frame;
Step 3.4.2: judge whether a unique sessionid session id corresponding to session session information mates with the sessionid session id that will kick out of; If coupling, carry out step 3.4.3; Otherwise, loop step 3.4.2;
Step 3.4.3: the session session information that the sessionid session id of coupling is corresponding empties, and reaches the effect of the system of kicking out of.
4. a kind of method that detects business personnel's repeat logon according to claim 3, it is characterized in that, the log-on message in described step 1 comprises the server host ip of sessionid session id, job number code, login time, login, the server host port of login.
5. according to a kind of described method that detects business personnel's repeat logon of claim 1-4 any one, it is characterized in that, in described step 2, the time of background server timing cycle scan database is for presetting time value.
6. a system that detects business personnel's repeat logon, is characterized in that, comprises database, background server, processing module;
Described database is for recording the log-on message of each job number of registering service system, and described log-on message is sent to the server day after tomorrow;
The log-on message that described background server timing cycle scan database sends, judge whether the login times of same job number is greater than 1, if be greater than 1, means this job number repeat logon, and the log-on message of the job number of repeat logon is sent to processing module;
Described processing module for log-on message that same job number is repeatedly logined according to time sequence, retains the log-on message of last login, and the log-on message of this job number other times login is kicked out of to operation system; And will kick out of job number and temporal information is sent in database and preserves with the daily record form.
7. a kind of system that detects business personnel's repeat logon according to claim 6, it is characterized in that, the log-on message that described processing module is repeatedly logined same job number according to time sequence, retains the log-on message of last login, draws the information of other log-on messages for kicking out of; The url URL(uniform resource locator) that the log-on message that will kick out of by the shell shell is corresponding and sessionid session id call the java method as suction parameter; The java method is called servlet method on the weblogic main frame according to the url URL(uniform resource locator); All session session informations on servlet method inquiry weblogic main frame, unique sessionid session id that all session session informations are corresponding does coupling with the sessionid session id that will kick out of, the session session information that the sessionid session id of coupling is corresponding empties, and reaches the effect of the system of kicking out of.
8. a kind of system that detects business personnel's repeat logon according to claim 7, is characterized in that, described log-on message comprises the server host ip of sessionid session id, job number code, login time, login, the server host port of login.
9. according to the described a kind of system that detects business personnel's repeat logon of claim 6-8 any one, it is characterized in that, the time of described background server timing cycle scan database is for presetting time value.
CN201310444737.8A 2013-09-26 2013-09-26 Method and system for detecting repeated login of salesmen Active CN103475546B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310444737.8A CN103475546B (en) 2013-09-26 2013-09-26 Method and system for detecting repeated login of salesmen

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310444737.8A CN103475546B (en) 2013-09-26 2013-09-26 Method and system for detecting repeated login of salesmen

Publications (2)

Publication Number Publication Date
CN103475546A true CN103475546A (en) 2013-12-25
CN103475546B CN103475546B (en) 2017-01-18

Family

ID=49800256

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310444737.8A Active CN103475546B (en) 2013-09-26 2013-09-26 Method and system for detecting repeated login of salesmen

Country Status (1)

Country Link
CN (1) CN103475546B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104539741A (en) * 2015-01-26 2015-04-22 北京奇艺世纪科技有限公司 Prompting method and prompting device for account login
CN105184943A (en) * 2015-08-06 2015-12-23 成都昇创科技有限公司 Appointment number arranging method and device
CN105376274A (en) * 2014-08-21 2016-03-02 中兴通讯股份有限公司 Login processing method, device and system
CN105933302A (en) * 2016-04-14 2016-09-07 北京思特奇信息技术股份有限公司 Repeated job number login method and system
CN110968476A (en) * 2019-11-15 2020-04-07 苏州浪潮智能科技有限公司 Method and device for automatically monitoring login information of Linux system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101557387A (en) * 2008-04-11 2009-10-14 北京亿企通信息技术有限公司 Method for dealing with repeat login
CN101707620A (en) * 2009-11-26 2010-05-12 迈普通信技术股份有限公司 Method and system for detecting repeat login of Web authenticated user
US20130198819A1 (en) * 2012-02-01 2013-08-01 Microsoft Corporation Efficiently throttling user authentication

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101557387A (en) * 2008-04-11 2009-10-14 北京亿企通信息技术有限公司 Method for dealing with repeat login
CN101707620A (en) * 2009-11-26 2010-05-12 迈普通信技术股份有限公司 Method and system for detecting repeat login of Web authenticated user
US20130198819A1 (en) * 2012-02-01 2013-08-01 Microsoft Corporation Efficiently throttling user authentication

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105376274A (en) * 2014-08-21 2016-03-02 中兴通讯股份有限公司 Login processing method, device and system
CN104539741A (en) * 2015-01-26 2015-04-22 北京奇艺世纪科技有限公司 Prompting method and prompting device for account login
CN104539741B (en) * 2015-01-26 2019-10-15 北京奇艺世纪科技有限公司 A kind of reminding method and device of Account Logon
CN105184943A (en) * 2015-08-06 2015-12-23 成都昇创科技有限公司 Appointment number arranging method and device
CN105933302A (en) * 2016-04-14 2016-09-07 北京思特奇信息技术股份有限公司 Repeated job number login method and system
CN110968476A (en) * 2019-11-15 2020-04-07 苏州浪潮智能科技有限公司 Method and device for automatically monitoring login information of Linux system
CN110968476B (en) * 2019-11-15 2022-12-27 苏州浪潮智能科技有限公司 Method and device for automatically monitoring login information of Linux system

Also Published As

Publication number Publication date
CN103475546B (en) 2017-01-18

Similar Documents

Publication Publication Date Title
KR102514325B1 (en) Model training system and method, storage medium
CN103023710B (en) A kind of safety test system and method
US9069984B2 (en) On-demand authorization management
CN103905497B (en) Realize the method, apparatus and application platform of third-party application business website log
CN103475546A (en) Method and system for detecting repeated login of salesmen
CN102065147A (en) Method and device for obtaining user login information based on enterprise application system
CN103546343B (en) The network traffics methods of exhibiting of network traffic analysis system and system
CN105119757A (en) Method and system for operation and maintenance automation of enterprise servers
CN113658591B (en) Voice interaction adaptation system for intelligent home
CN111859076B (en) Data crawling method, device, computer equipment and computer readable storage medium
CN104052616A (en) Method and system for managing services in Internet data center
US11269997B2 (en) Automated dynamic security testing
CN103886024A (en) Database auditing method and system based on multilayer business association
CN104636678A (en) Method and system for controlling terminal device under cloud computing environment
CN104994139A (en) System capable of quickly responding to high-concurrency network request
CN112257032B (en) Method and system for determining APP responsibility main body
CN103369015A (en) Convenient method for accessing web camera through web
CN107704369A (en) A kind of recording method of Operation Log, electronic equipment, storage medium, system
CN104899134A (en) Automatic domain name registration server testing system and method
CN103399968B (en) A kind of micro-blog information acquisition method and system
CN108650123B (en) Fault information recording method, device, equipment and storage medium
CN102521339A (en) System and method for dynamic access of data sources
CN114915500B (en) Self-media account management method and device based on PC desktop client
CN113778709B (en) Interface calling method, device, server and storage medium
CN105681291A (en) Method and system for realizing unified authentication of multiple clients

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant