[go: up one dir, main page]

CN113254902A - Communication method, system, equipment and storage medium of service platform - Google Patents

Communication method, system, equipment and storage medium of service platform Download PDF

Info

Publication number
CN113254902A
CN113254902A CN202110652368.6A CN202110652368A CN113254902A CN 113254902 A CN113254902 A CN 113254902A CN 202110652368 A CN202110652368 A CN 202110652368A CN 113254902 A CN113254902 A CN 113254902A
Authority
CN
China
Prior art keywords
service platform
login information
authority
user
instant messaging
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
CN202110652368.6A
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.)
Haier Digital Technology Qingdao Co Ltd
Haier Caos IoT Ecological Technology Co Ltd
Qingdao Haier Industrial Intelligence Research Institute Co Ltd
Original Assignee
Haier Digital Technology Qingdao Co Ltd
Haier Caos IoT Ecological Technology Co Ltd
Qingdao Haier Industrial Intelligence Research Institute 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 Haier Digital Technology Qingdao Co Ltd, Haier Caos IoT Ecological Technology Co Ltd, Qingdao Haier Industrial Intelligence Research Institute Co Ltd filed Critical Haier Digital Technology Qingdao Co Ltd
Priority to CN202110652368.6A priority Critical patent/CN113254902A/en
Publication of CN113254902A publication Critical patent/CN113254902A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses a communication method, a communication system, communication equipment and a storage medium of a service platform, wherein the method is applied to a background system and comprises the following steps: receiving first login information of a user, which is sent by a front-end system of a first service platform; if the first login information is successfully authenticated, setting a first authority for an instant messaging tool embedded in the first service platform; receiving second login information of the user, which is sent by a front-end system of a second service platform; if the authentication of the second login information is successful, setting a second authority for the instant messaging tool embedded in the second service platform; wherein the first login information and the second login information are the same. The technical scheme provided by the embodiment of the invention can ensure that different service platforms have different instant messaging authorities, can meet the self-limiting requirements of the service platforms and can ensure the information safety.

Description

Communication method, system, equipment and storage medium of service platform
Technical Field
The present invention relates to computer technologies, and in particular, to a communication method, system, device, and storage medium for a service platform.
Background
At present, a service platform for an enterprise has two users, namely a supplier and a buyer, wherein the two users are interactive in real time in the process of using the platform, often need instant communication, can communicate through an instant communication tool, meet the instant communication requirements of the service platform and ensure the instant property, diversity and safety of the communication of the service platform.
However, when the same user logs in different service platforms to communicate through the instant tool, the communication cannot be performed according to the self-limiting requirements of the service platforms.
Disclosure of Invention
Embodiments of the present invention provide a communication method, system, device and storage medium for a service platform, which can ensure that different service platforms have different instant messaging authorities, meet self-restriction requirements of the service platforms, and ensure information security.
In a first aspect, an embodiment of the present invention provides a communication method for a service platform, where the method is applied to a background system;
receiving first login information of a user, which is sent by a front-end system of a first service platform;
if the first login information is successfully authenticated, setting a first authority for an instant messaging tool embedded in the first service platform;
receiving second login information of the user, which is sent by a front-end system of a second service platform;
if the authentication of the second login information is successful, setting a second authority for the instant messaging tool embedded in the second service platform; wherein the first login information and the second login information are the same.
In a second aspect, an embodiment of the present invention further provides a communication method for a service platform, including:
a front-end system of a first service platform sends a first login message of a user; the first login information is used for enabling a background system to authenticate the first login information so as to set a first authority for an instant messaging tool embedded in the first service platform;
the front-end system of the first service platform receives a first message which is sent by the background system and successfully authenticated, starts an instant messaging tool embedded in the first service platform, and communicates based on a function corresponding to the first authority;
a front-end system of a second service platform sends a second login message of the user; the second login information is used for enabling the background system to authenticate the second login information and set a second authority for the instant messaging tool embedded in the second service platform;
the front-end system of the second service platform receives a second message which is sent by the background system and successfully authenticated, starts an instant communication tool embedded in the second service platform, and communicates based on a function corresponding to the second authority through the instant communication tool; wherein the first login information and the second login information are the same.
In a third aspect, an embodiment of the present invention provides a communication system for a service platform, including: the system comprises a first service platform, a second service platform and a background system;
the first service platform is used for sending a first login message of a user through a front-end system;
the background system is used for receiving the first login information, and setting a first authority for an instant messaging tool embedded in the first service platform if the first login information is successfully authenticated;
the second service platform is used for sending a second login message of the user through the front-end system;
the background system is used for receiving the second login information, and setting a second authority for the instant messaging tool embedded in the second service platform if the authentication of the second login information is successful; wherein the first login information and the second login information are the same.
In a fourth aspect, an embodiment of the present invention provides an electronic device, including:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the methods provided by the embodiments of the present invention.
In a fifth aspect, an embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program is used to implement a method provided by an embodiment of the present invention when executed by a processor.
According to the technical scheme provided by the embodiment of the invention, if the authentication of the first login information of the user sent by the front-end system of the first service platform is successful, the first authority is set for the instant messaging tool embedded in the first service platform, and if the authentication of the second login information of the user sent by the front-end system of the second service platform is successful, the second authority is set for the instant messaging tool embedded in the second service platform, wherein the first login information and the second login information are the same, so that different service platforms can be ensured to have different communication authorities, the self-limiting requirements of the service platforms can be met, and the information safety is ensured.
Drawings
Fig. 1 is a flowchart of a communication method of a service platform according to an embodiment of the present invention;
fig. 2a is a flowchart of a communication method of a service platform according to an embodiment of the present invention;
fig. 2b is a flowchart of a communication method of a service platform according to an embodiment of the present invention;
FIG. 2c is a diagram of a method for setting permissions by a backend system, which can refer to FIG. 2 c;
fig. 3 is a flowchart of a communication method of a service platform according to an embodiment of the present invention;
fig. 4 is a block diagram of a communication device of a service platform according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a communication system of a service platform according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
In the related technology, a service platform for an enterprise has two users, namely a supplier and a buyer, which interact in real time during the use of the platform and often need instant communication, and some communication mechanisms, such as telephone and mail, have different defects, and cannot meet the instant and diverse communication requirements of the service platform. The telephone has high real-time performance, but only can be used for voice, and is not suitable for communication of a service platform in the modes of characters, pictures, files and the like; although the mail supports various information carriers, the real-time performance is poor; some personal communication tools have certain privacy and safety and are not suitable for exchanging service problems; some enterprise-level communication tools do not have privacy and safety in work, but account numbers need to be applied and approved, cannot be registered automatically, and are inconvenient. The instant messaging tool embedded into the service platform provided by the embodiment of the invention can be effectively integrated and compatible with the service platform, namely, the instant messaging tool can be embedded into the service platform and can also support independent login and use; the method and the system can share one set of account number management with the service platform without installing application or applying for additional account numbers, and are convenient to use, high in real-time performance, safe and effective. The instant communication tool embedded into the service platform and the personal communication tool provided by the embodiment of the invention are completely independent, and the privacy and the safety of the user are ensured. Meanwhile, the communication mechanism has strong expansibility, can be conveniently and seamlessly butted against different service platforms, and achieves the independence, expansibility and compatibility of communication.
In the related art, when the same user logs in different service platforms to communicate through the instant tool, the different service platforms have no limitation on the authority of the instant tool, and cannot communicate according to the self-limitation requirements of the service platforms.
Fig. 1 is a flowchart of a communication method of a service platform according to an embodiment of the present invention, where the method may be executed by a communication device of the service platform, the device may be configured in a background system, and the method is applied to a scenario where the service platform uses an instant messaging tool to communicate.
As shown in fig. 1, the technical solution provided by the embodiment of the present invention includes:
s110: and receiving first login information of the user, which is sent by a front-end system of the first service platform.
In an embodiment of the present invention, the first service platform includes one of: the system comprises a purchasing platform, an order settlement platform, a storage management platform and a financial fund platform. When a user logs in a first service platform, the user can input first login information in a front-end system of the first service platform, the front-end system of the first service platform acquires the first login information of the user and sends the first login information to a background system, and the background system receives the first login information of the user sent by the front-end system of the first service platform.
S120: and if the first login information is successfully authenticated, setting a first authority for the instant messaging tool embedded in the first service platform.
In the embodiment of the invention, the background system receives the first login information and authenticates the first login information. Specifically, the background system may include a plurality of authentication centers, and users with different identities may use different authentication centers to authenticate the login information. For example, in case the user is a supplier user, the login information may be authenticated using a first user center (HUC), and in case the user is a buyer user, the login information may be authenticated using a second user center (HAC).
In the embodiment of the invention, under the condition that the background system successfully authenticates the first login information, a first authority is set for the instant messaging tool embedded in the first service platform. Optionally, the first right may include that the first right includes at least one of: the system comprises a group announcement authority, a group chat authority, a message reminding authority, an address book acquisition authority, a cloud disk use authority and an administrator authority.
S130: and receiving second login information of the user, which is sent by a front-end system of a second service platform.
In an embodiment of the present invention, the second service platform includes one of: the system comprises a purchasing platform, an order settlement platform, a storage management platform and a financial fund platform; wherein the first service platform is different from the second service platform. For example, when the first service platform is a purchasing platform, the second service platform may be an order settlement platform, a warehouse management platform, or a financial funds platform.
In the embodiment of the present invention, optionally, under the condition that the user logs in the second service platform, the user may input the second login information in the front-end system of the second service platform, the front-end system of the second service platform acquires the second login information of the user and sends the second login information to the backend system, and the backend system receives the second login information of the user sent by the front-end system of the second service platform. The first login information or the second login information comprises information such as an account number, a user name and a password of the user; wherein the first login information and the second login information are the same.
S140: if the authentication of the second login information is successful, setting a second authority for the instant messaging tool embedded in the second service platform; wherein the first login information and the second login information are the same.
In the embodiment of the invention, the background system receives the second login information and authenticates the second login information. And under the condition that the background system successfully authenticates the second login information, setting a second authority for the instant messaging tool embedded in the second service platform. Optionally, the second right may include at least one of: the system comprises a group announcement authority, a group chat authority, a message reminding authority, an address book acquisition authority, a cloud disk use authority and an administrator authority. Wherein the first right and the second right are different.
In the embodiment of the invention, a background system is used for setting a first authority for the instant messaging tool embedded in the first service platform, and a background system is used for setting a second authority for the instant messaging tool embedded in the second service platform, wherein the first authority is different from the second authority. When the same user logs in different service platforms, the background system sets different authorities for the user to the instant messaging tools of different service platforms, so that each user can have different instant messaging authorities on the service platforms. For example, for a supplier user, the background system may set, for the supplier user, an authority for prohibiting address book acquisition for an instant messenger embedded in the financial fund platform, and set, for the purchase platform, an authority for allowing address book acquisition for an instant messenger embedded in the purchase platform; the supplier user forbids the address book acquisition through the instant messaging tool embedded in the financial fund platform, and the supplier user can acquire the address book through the instant messaging tool embedded in the purchasing platform.
In the embodiment of the invention, if the background system has group announcement permission, group chat permission, message reminding permission and address book acquisition permission for the instant messaging tool embedded in the first service platform or the instant messaging tool embedded in the second service platform, the instant messaging tool embedded in the first service platform or the instant messaging tool embedded in the second service platform can support a group chat communication mode, support the issuance of group announcements such as notification and messages, support an address book query function and support a message reminding function in a mail or short message form. In the embodiment of the invention, the instant messaging tool can also support a one-to-one communication mode, can support carrier communication such as characters, pictures, files, voice and the like, can support historical information inquiry, and can seamlessly connect with an authentication center in a background system to realize the management of the same account number.
In the embodiment of the invention, the list information in the instant messaging tool embedded in each service platform is different. For example, the buddy subscriber list information is not the same. The users logged in each service platform are different, and the friend users of one user in different service platforms are also different.
According to the technical scheme provided by the embodiment of the invention, if the authentication of the first login information of the user sent by the front-end system of the first service platform is successful, the first authority is set for the instant messaging tool embedded in the first service platform, and if the authentication of the second login information of the user sent by the front-end system of the second service platform is successful, the second authority is set for the instant messaging tool embedded in the second service platform, wherein the first login information and the second login information are the same, so that different service platforms can have different communication authorities, and the information safety is ensured.
Fig. 2a is a flowchart of a communication method for a service platform according to an embodiment of the present invention, where in this embodiment, optionally, after setting a first right for an instant messaging tool embedded in the first service platform, the method further includes:
sending a first message of successful authentication to a front-end system of the first service platform, wherein the first message is used for enabling a user to log in the first service platform, starting an instant messaging tool embedded into the first service platform and communicating based on a function corresponding to the first authority through the instant messaging tool;
correspondingly, after setting the second right for the instant messenger embedded in the second service platform, the method further includes:
sending a second message of successful authentication to a front-end system of the second service platform; and the second message is used for enabling a user to log in the second service platform, starting an instant messaging tool embedded into the second service platform and communicating based on the function corresponding to the second authority through the instant messaging tool.
As shown in fig. 2a, the technical solution provided by the embodiment of the present invention includes:
s210: and receiving first login information of the user, which is sent by a front-end system of the first service platform.
S220: and if the first login information is successfully authenticated, setting a first authority for the instant messaging tool embedded in the first service platform.
S230: and sending a first message of successful authentication to a front-end system of the first service platform, wherein the first message is used for enabling a user to log in the first service platform, starting an instant messaging tool embedded into the first service platform and communicating based on a function corresponding to the first authority through the instant messaging tool.
In the embodiment of the invention, if the background system successfully authenticates the first login information of the user, the background system sends a first message of successful authentication to the front-end system of the first service platform, and the front-end system of the first service platform receives the first message, starts an instant messaging tool embedded into the first service platform, and communicates based on the function corresponding to the first authority through the instant messaging tool. For example, during the communication process using the instant messenger, a group announcement function, a message reminding function, a cloud disk using function, etc. in the instant messenger may be used.
S240: and receiving second login information of the user, which is sent by a front-end system of a second service platform.
S250: if the authentication of the second login information is successful, setting a second authority for the instant messaging tool embedded in the second service platform; wherein the first login information and the second login information are the same.
S260: sending a second message of successful authentication to a front-end system of the second service platform; and the second message is used for enabling a user to log in the second service platform, starting an instant messaging tool embedded into the second service platform and communicating based on the function corresponding to the second authority through the instant messaging tool.
In the embodiment of the invention, if the background system successfully authenticates the second login information of the user, the background system sends a second message of successful authentication to the front-end system of the second service platform, and the front-end system of the second service platform receives the second message, starts the instant communication tool embedded into the second service platform and communicates based on the function corresponding to the second authority through the instant communication tool.
Therefore, a background system sets a first authority for an instant messaging tool in a first service platform, a front-end system of the first service platform receives a first message that the background system successfully authenticates first login information of a user, logs in the first service platform, starts the instant messaging tool embedded in the first service platform, sets a second authority for the instant messaging tool in a second service platform through the background system based on function communication corresponding to the first authority, the front-end system of the second service platform receives a second message that the background system successfully authenticates second login information of the user, logs in the second service platform, starts the instant messaging tool embedded in the second service platform, communicates based on the function corresponding to the second authority through the instant messaging tool, namely, the authorities of the instant messaging tools are different aiming at the same different service platforms which are logged in, different service platforms can be guaranteed to have different instant messaging authorities, and information safety is guaranteed.
On the basis of the foregoing embodiment, if the first right or the second right includes a message reminding right, the method provided in the embodiment of the present invention may further include: and if the situation that the information is sent to the friend user through the instant messaging tool and the friend user in the instant messaging tool does not log in is monitored, sending an information prompt to the friend user. If the background system monitors that the instant messaging tool embedded in the first service platform or the instant messaging tool embedded in the second service platform sends a message to the friend user and the friend user in the instant messaging tool does not log in, the background system sends a message prompt to the friend user. The message reminding can be in the form of an email or a short message, or in other modes.
For each service platform, in the case that the user is a supplier user or a buyer user, and the service platform is a buyer platform, the method provided in the embodiment of the present invention may refer to fig. 2 b. As shown in fig. 2b, the steps provided by the embodiment of the present invention may include:
(1) the provider user account logs in, after authentication and authentication of a user center (HUC), logs in a purchasing platform to perform purchasing service operation of the provider, such as responding to demands, bidding, supplying goods, collecting money and the like.
(2) The user account of the buyer logs in, after authentication and authentication of a first user center (HAC), the buyer logs in a purchasing platform to perform purchasing operation of the buyer, such as issuing a demand, bidding, receiving goods, paying and the like.
(3) And when the supplier user or the buyer user successfully logs in the purchasing platform, the instant communication tool is started.
(4) And if a problem is encountered or help is sought during the business operation process of the supplier user or the buyer user, clicking an icon of the instant messaging tool embedded in the page, opening a window of instant messaging, and sending a message.
(5) If the supplier user or the buyer user receives the new message, the new message is displayed on the purchasing platform in a popup mode.
(6) If the supplier user or the buyer user does not log in the purchasing platform, an email or a short message is triggered to remind.
On the basis of the foregoing embodiment, after the authentication of the first login information is successful, and/or after the authentication of the second login information is successful, the method provided in the embodiment of the present invention further includes: and setting an identity tag for the user. The background system can set an identity tag for a user logging in the first service platform or the second service platform. For example, a supplier identity tag, a buyer identity tag, etc. may be set. Therefore, the identity of the user can be conveniently known by setting the identity tag for the user.
In the embodiment of the present invention, for each service platform, a method for setting an authority by a background system may refer to fig. 2 c. The user can use instant messaging by authentication of the user center (HUC/HAC). Wherein, the user identity label is set to distinguish the supplier user and the buyer user. Group announcement permission and group chat permission: the background system can set whether the user can issue the group announcement or not and establish the group authority. Message reminding authority: when the user is not on line, the reminder in the form of short message, mail and the like can be pushed. The address list obtains the authority: all the address books in the user system of the background can be checked. Cloud disk usage rights: whether the cloud disk can be used in the communication process. Administrator authority: whether the login user has the administrator authority or not, if so, the login user has the administrator-related authority, such as adding and deleting group members, limiting the user to send messages, viewing notification messages, waiting for handling processes and the like.
Fig. 3 is a flowchart of a communication method of a service platform according to an embodiment of the present invention, where in this embodiment, the method may be executed by a first service platform and a second service platform, and as shown in fig. 3, a technical solution provided by the embodiment of the present invention includes:
s310: a front-end system of a first service platform sends a first login message of a user; the first login information is used for enabling a background system to authenticate the first login information so as to set a first authority for an instant messaging tool embedded in the first service platform.
In the embodiment of the invention, when a user logs in a first service platform, the user can input first login information in a front-end system of the first service platform, the front-end system of the first service platform acquires the first login information of the user and sends the first login information to a background system, and the background system receives the first login information of the user sent by the front-end system of the first service platform. And the background system receives the first login information, authenticates the first login information, and sets a first authority for the instant messaging tool embedded in the first service platform under the condition that the background system successfully authenticates the first login information.
S320: and the front-end system of the first service platform receives a first message which is sent by the background system and successfully authenticated, starts an instant messaging tool embedded in the first service platform, and performs communication based on a function corresponding to the first authority.
In the embodiment of the invention, if the background system successfully authenticates the first login information of the user, the background system sends a first message of successful authentication to the front-end system of the first service platform, and the front-end system of the first service platform receives the first message, starts an instant messaging tool embedded into the first service platform, and communicates based on the function corresponding to the first authority through the instant messaging tool.
S330: a front-end system of a second service platform sends a second login message of the user; the second login information is used for enabling the background system to authenticate the second login information and set a second authority for the instant messaging tool embedded in the second service platform.
In the embodiment of the invention, under the condition that the user logs in the second service platform, the user can input the second login information in the front-end system of the second service platform, the front-end system of the second service platform acquires the second login information of the user and sends the second login information to the background system, and the background system receives the second login information of the user sent by the front-end system of the second service platform. The first login information or the second login information comprises information such as an account number, a user name and a password of the user; wherein the first login information and the second login information are the same. And the background system receives the second login information and authenticates the second login information. And under the condition that the background system successfully authenticates the second login information, setting a second authority for the instant messaging tool embedded in the second service platform.
S340: receiving a second message which is sent by the background system and successfully authenticated, starting an instant communication tool embedded in the second service platform, and communicating based on a function corresponding to the second authority through the instant communication tool; wherein the first login information and the second login information are the same.
In the embodiment of the invention, if the background system successfully authenticates the second login information of the user, the background system sends a second message of successful authentication to the front-end system of the first service platform, and the front-end system of the second service platform receives the second message, starts an instant communication tool embedded into the second service platform and communicates based on the function corresponding to the second authority through the instant communication tool.
The technical scheme provided by the embodiment of the invention is that a front-end system of a first service platform sends first login information of a user, if a background system successfully authenticates the first login information, a first authority is set for an instant messaging tool in the first service platform, the front-end system of the first service platform receives a first message that the background system successfully authenticates the first login information of the user, the first service platform is logged in, the instant messaging tool embedded in the first service platform is started, the front-end system of a second service platform sends second login information of the user based on functional communication corresponding to the first authority through the instant messaging tool, if the background system successfully authenticates the second login information, a second authority is set for the instant messaging tool in the second service platform, the front-end system of the second service platform receives a second message that the background system successfully authenticates the second login information of the user, logging in a second service platform, starting an instant communication tool embedded into the second service platform, and communicating based on the function corresponding to the second authority through the instant communication tool, namely aiming at the same different logged-in service platforms, the authorities of the instant communication tools are different, so that different service platforms can be ensured to have different instant communication authorities, and the information safety is ensured.
Fig. 4 is a block diagram of a communication device of a service platform according to an embodiment of the present invention, the communication device is configured in a background system, and as shown in fig. 4, the communication device includes a first receiving module 410, a first setting module 420, a second receiving module 430, and a second setting module 440.
The first receiving module 410 is configured to receive first login information of a user, which is sent by a front-end system of a first service platform;
a first setting module 420, configured to set a first right for the instant messaging tool embedded in the first service platform if the first login information is successfully authenticated;
a second receiving module 430, configured to receive second login information of the user sent by a front-end system of a second service platform;
a second setting module 440, configured to set a second permission for the instant messaging tool embedded in the second service platform if the authentication on the second login information is successful; wherein the first login information and the second login information are the same.
Optionally, the apparatus further comprises: the first sending module is used for sending a first message with successful authentication to a front-end system of the first service platform after a first authority is set for an instant messaging tool embedded in the first service platform, wherein the first message is used for enabling a user to log in the first service platform, starting the instant messaging tool embedded in the first service platform and carrying out communication based on a function corresponding to the first authority through the instant messaging tool;
correspondingly, the first sending module is further configured to send a second message that the authentication is successful to the front-end system of the second service platform after setting a second right for the instant messaging tool embedded in the second service platform; and the second message is used for enabling a user to log in the second service platform, starting an instant messaging tool embedded into the second service platform and communicating based on the function corresponding to the second authority through the instant messaging tool.
Optionally, the first right includes at least one of:
the system comprises a group announcement authority, a group chat authority, a message reminding authority, an address book acquisition authority, a cloud disk use authority and an administrator authority;
the second right includes at least one of:
the system comprises a group announcement authority, a group chat authority, a message reminding authority, an address book acquisition authority, a cloud disk use authority and an administrator authority; wherein the first right and the second right are different.
Optionally, if the first permission or the second permission includes a message reminding permission, the apparatus further includes a second sending module, configured to send a message reminder to the friend user if it is monitored that a message is sent to the friend user through an instant messaging tool and the friend user in the instant messaging tool does not log in.
Optionally, the apparatus further includes a third setting module, configured to set an identity tag for the user after the first login information is successfully authenticated and/or after the second login information is successfully authenticated.
Optionally, the user comprises a buyer user or a supplier user;
the first service platform comprises one of:
the system comprises a purchasing platform, an order settlement platform, a storage management platform and a financial fund platform;
the second service platform comprises one of:
the system comprises a purchasing platform, an order settlement platform, a storage management platform and a financial fund platform;
wherein the first service platform and the second service platform are different.
The device can execute the method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
Fig. 5 is a schematic structural diagram of a communication system of a service platform according to an embodiment of the present invention, as shown in fig. 5, including: the system comprises a first service platform, a second service platform and a background system.
The first service platform is used for sending a first login message of a user through a front-end system;
the background system is used for receiving the first login information, and setting a first authority for an instant messaging tool embedded in the first service platform if the first login information is successfully authenticated;
the second service platform is used for sending a second login message of the user through the front-end system;
the background system is used for receiving the second login information, and setting a second authority for the instant messaging tool embedded in the second service platform if the authentication of the second login information is successful; wherein the first login information and the second login information are the same.
The system formed for each service platform can comprise a supplier user module, a buyer user module, a service platform, a first user center (HUC), a second user center (HAC) and an instant messenger. The supplier user module can be used for the account number logged in by the supplier user identity and used for the service platform operation of the supplier user, such as the service operation of responding to the demand, bidding, supplying goods, collecting money and the like, and the buyer user module can be used for the account number logged in by the buyer user identity and used for the service platform operation of the buyer user, such as the service operation of issuing the demand, bidding, receiving goods, paying and the like.
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present invention, where the device may be a server, and as shown in fig. 6, the device includes:
one or more processors 610, one processor 610 being exemplified in fig. 6;
a memory 620;
the apparatus may further include: an input device 630 and an output device 640.
The processor 610, the memory 620, the input device 630 and the output device 640 of the apparatus may be connected by a bus or other means, and fig. 6 illustrates the example of connection by a bus.
The memory 620, which is a non-transitory computer-readable storage medium, may be used to store software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to a communication method of a service platform according to an embodiment of the present invention (for example, the first receiving module 410, the first setting module 420, the second receiving module 430, and the second setting module 440 shown in fig. 4). The processor 610 executes various functional applications and data processing of the computer device by running software programs, instructions and modules stored in the memory 620, namely, a communication method of a service platform for implementing the above method embodiments is realized, that is:
receiving first login information of a user, which is sent by a front-end system of a first service platform;
if the first login information is successfully authenticated, setting a first authority for an instant messaging tool embedded in the first service platform;
receiving second login information of the user, which is sent by a front-end system of a second service platform;
if the authentication of the second login information is successful, setting a second authority for the instant messaging tool embedded in the second service platform; wherein the first login information and the second login information are the same.
The memory 620 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to use of the computer device, and the like. Further, the memory 620 may include high speed random access memory, and may also include non-transitory memory, such as at least one magnetic disk storage device, flash memory device, or other non-transitory solid state storage device. In some embodiments, memory 620 optionally includes memory located remotely from processor 610, which may be connected to the terminal device via a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 630 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function control of the computer apparatus. The output device 640 may include an output interface, and the like.
An embodiment of the present invention provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a communication method of a service platform according to an embodiment of the present invention:
receiving first login information of a user, which is sent by a front-end system of a first service platform;
if the first login information is successfully authenticated, setting a first authority for an instant messaging tool embedded in the first service platform;
receiving second login information of the user, which is sent by a front-end system of a second service platform;
if the authentication of the second login information is successful, setting a second authority for the instant messaging tool embedded in the second service platform; wherein the first login information and the second login information are the same.
Any combination of one or more computer-readable media may be employed. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
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 (10)

1. The communication method of the service platform is characterized in that the method is applied to a background system;
receiving first login information of a user, which is sent by a front-end system of a first service platform;
if the first login information is successfully authenticated, setting a first authority for an instant messaging tool embedded in the first service platform;
receiving second login information of the user, which is sent by a front-end system of a second service platform;
if the authentication of the second login information is successful, setting a second authority for the instant messaging tool embedded in the second service platform; wherein the first login information and the second login information are the same.
2. The method of claim 1, further comprising, after setting the first right to the instant messenger embedded in the first service platform:
sending a first message of successful authentication to a front-end system of the first service platform, wherein the first message is used for enabling a user to log in the first service platform, starting an instant messaging tool embedded into the first service platform and communicating based on a function corresponding to the first authority through the instant messaging tool;
correspondingly, after setting the second right for the instant messenger embedded in the second service platform, the method further includes:
sending a second message of successful authentication to a front-end system of the second service platform; and the second message is used for enabling a user to log in the second service platform, starting an instant messaging tool embedded into the second service platform and communicating based on the function corresponding to the second authority through the instant messaging tool.
3. The method of claim 2,
the first right includes at least one of:
the system comprises a group announcement authority, a group chat authority, a message reminding authority, an address book acquisition authority, a cloud disk use authority and an administrator authority;
the second right includes at least one of:
the system comprises a group announcement authority, a group chat authority, a message reminding authority, an address book acquisition authority, a cloud disk use authority and an administrator authority; wherein the first right and the second right are different.
4. The method of claim 3, wherein if the first permission or the second permission comprises a message reminder permission, the method further comprises:
and if the situation that the information is sent to the friend user through the instant messaging tool and the friend user in the instant messaging tool does not log in is monitored, sending an information prompt to the friend user.
5. The method according to claim 1, further comprising, after successfully authenticating the first login information and/or after successfully authenticating the second login information:
and setting an identity tag for the user.
6. The method of claim 1,
the user comprises a buyer user or a supplier user;
the first service platform comprises one of:
the system comprises a purchasing platform, an order settlement platform, a storage management platform and a financial fund platform;
the second service platform comprises one of:
the system comprises a purchasing platform, an order settlement platform, a storage management platform and a financial fund platform;
wherein the first service platform and the second service platform are different.
7. A communication method of a service platform is characterized by comprising the following steps:
a front-end system of a first service platform sends a first login message of a user; the first login information is used for enabling a background system to authenticate the first login information so as to set a first authority for an instant messaging tool embedded in the first service platform;
the front-end system of the first service platform receives a first message which is sent by the background system and successfully authenticated, starts an instant messaging tool embedded in the first service platform, and communicates based on a function corresponding to the first authority;
a front-end system of a second service platform sends a second login message of the user; the second login information is used for enabling the background system to authenticate the second login information and set a second authority for the instant messaging tool embedded in the second service platform;
the front-end system of the second service platform receives a second message which is sent by the background system and successfully authenticated, starts an instant communication tool embedded in the second service platform, and communicates based on a function corresponding to the second authority through the instant communication tool; wherein the first login information and the second login information are the same.
8. A communication system for a service platform, comprising: the system comprises a first service platform, a second service platform and a background system;
the first service platform is used for sending a first login message of a user through a front-end system;
the background system is used for receiving the first login information, and setting a first authority for an instant messaging tool embedded in the first service platform if the first login information is successfully authenticated;
the second service platform is used for sending a second login message of the user through the front-end system;
the background system is used for receiving the second login information, and setting a second authority for the instant messaging tool embedded in the second service platform if the authentication of the second login information is successful; wherein the first login information and the second login information are the same.
9. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-6.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1 to 6.
CN202110652368.6A 2021-06-11 2021-06-11 Communication method, system, equipment and storage medium of service platform Pending CN113254902A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110652368.6A CN113254902A (en) 2021-06-11 2021-06-11 Communication method, system, equipment and storage medium of service platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110652368.6A CN113254902A (en) 2021-06-11 2021-06-11 Communication method, system, equipment and storage medium of service platform

Publications (1)

Publication Number Publication Date
CN113254902A true CN113254902A (en) 2021-08-13

Family

ID=77187711

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110652368.6A Pending CN113254902A (en) 2021-06-11 2021-06-11 Communication method, system, equipment and storage medium of service platform

Country Status (1)

Country Link
CN (1) CN113254902A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114240579A (en) * 2021-12-30 2022-03-25 上海甄云信息科技有限公司 A method and device for communication and collaboration between buyers and suppliers

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137045A (en) * 2011-04-26 2011-07-27 苏州阔地网络科技有限公司 Method and system for implementing group information interaction on community platform
CN107820702A (en) * 2017-07-03 2018-03-20 深圳前海达闼云端智能科技有限公司 A control method, device and electronic equipment
CN110781512A (en) * 2019-09-11 2020-02-11 亚信科技(中国)有限公司 Server user permission control method, device and system and springboard machine
CN111709046A (en) * 2020-06-23 2020-09-25 中国平安财产保险股份有限公司 User rights data configuration method, device, device and storage medium
CN111931163A (en) * 2020-08-24 2020-11-13 上海茂声智能科技有限公司 Method, system, equipment and storage medium for controlling multi-service platform authority

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137045A (en) * 2011-04-26 2011-07-27 苏州阔地网络科技有限公司 Method and system for implementing group information interaction on community platform
CN107820702A (en) * 2017-07-03 2018-03-20 深圳前海达闼云端智能科技有限公司 A control method, device and electronic equipment
CN110781512A (en) * 2019-09-11 2020-02-11 亚信科技(中国)有限公司 Server user permission control method, device and system and springboard machine
CN111709046A (en) * 2020-06-23 2020-09-25 中国平安财产保险股份有限公司 User rights data configuration method, device, device and storage medium
CN111931163A (en) * 2020-08-24 2020-11-13 上海茂声智能科技有限公司 Method, system, equipment and storage medium for controlling multi-service platform authority

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114240579A (en) * 2021-12-30 2022-03-25 上海甄云信息科技有限公司 A method and device for communication and collaboration between buyers and suppliers

Similar Documents

Publication Publication Date Title
EP3467692B1 (en) Message permission management method and device, and storage medium
JP6979966B2 (en) Account linking and service processing Providing methods and devices
US9231937B2 (en) Method and system for authenticating user identity
US9374372B2 (en) Systems and methods for profiling client devices
CN105450583B (en) A kind of method and device of authentification of message
US20140207679A1 (en) Online money transfer service in connection with instant messenger
US20210176195A1 (en) Integration of chat messaging in email
CN113347206A (en) Network access method and device
EP3613188B1 (en) Personal identifier sign-in for organizational users
CN103220344A (en) Method and system for using microblog authorization
CN111666539B (en) Real estate resource management method, device, server and storage medium
CN106559419B (en) The application and identification method and identification terminal of short message verification code
CN103209074A (en) Security authentication method and system and short message processor
CN102971739B (en) Strength evidence protection account security is utilized to set
US20220300960A1 (en) System and method for confirming instructions over a communication channel
CN116170234B (en) Single sign-on method and system based on virtual account authentication
CN107483477B (en) Account management method and account management system
CN113254902A (en) Communication method, system, equipment and storage medium of service platform
US8600359B2 (en) Data session synchronization with phone numbers
US12323406B2 (en) Sign-up authentication
EP3552130B1 (en) Controller for a fulfilment service operation
CN103778489B (en) The processing method of ERP flows, apparatus and system
CN112995016A (en) Mail processing method and system, mail proxy gateway, medium and electronic equipment
CN116456339A (en) Authentication management method and device based on SIM card and related equipment
HK40041957B (en) Method and device for associating instant messaging application and mailbox

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20210813