CN111008888A - Electricity selling platform management system based on master control service - Google Patents

Electricity selling platform management system based on master control service Download PDF

Info

Publication number
CN111008888A
CN111008888A CN201911245455.9A CN201911245455A CN111008888A CN 111008888 A CN111008888 A CN 111008888A CN 201911245455 A CN201911245455 A CN 201911245455A CN 111008888 A CN111008888 A CN 111008888A
Authority
CN
China
Prior art keywords
service
module
management
main control
session
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
CN201911245455.9A
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.)
YANTAI HAIYI SOFTWARE CO Ltd
Original Assignee
YANTAI HAIYI SOFTWARE 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 YANTAI HAIYI SOFTWARE CO Ltd filed Critical YANTAI HAIYI SOFTWARE CO Ltd
Priority to CN201911245455.9A priority Critical patent/CN111008888A/en
Publication of CN111008888A publication Critical patent/CN111008888A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/06Electricity, gas or water supply

Abstract

The invention belongs to the technical field of power management, and particularly relates to a power selling platform management system based on master control service, wherein a browser is used as a login interface platform, a master control interface is arranged in the login interface platform, a plurality of service management units are registered in the master control interface, the master control interface accesses a master control service module through a reverse proxy server, the plurality of service management units all access a plurality of service management modules through the reverse proxy server, a plurality of service management modules corresponding to corresponding service management units are arranged in the plurality of service management modules, the master control service module and the plurality of service management modules use a common authority service module, the master control service module and the plurality of service management modules are respectively provided with a Session filter of WEB application, and the Session filter accesses a Session from an external Session storage server. The method and the device can solve the problems of unified access and authority management, and simultaneously support cross-domain access of the browser.

Description

Electricity selling platform management system based on master control service
Technical Field
The invention belongs to the technical field of power management, and particularly relates to a power selling platform management system based on master control service.
Background
The electricity selling platform management system is a centralized-built and deployed electric power marketization decision analysis support system, supports the operation management function of marketization electricity selling business, and achieves the aim of providing efficient and convenient service means for customers. The system is split according to the functional modules, thereby generating a plurality of applications, each of which implements the function of one service module. However, after the existing system is split into a plurality of applications, a unified entrance for accessing the electricity selling platform cannot be provided for an operator, the unified management of the operator account of each application cannot be realized, and the function authority of each application cannot be uniformly managed; the operator is not free to access other applications with a single login and existing systems also do not support cross-domain access by browsers.
Disclosure of Invention
Aiming at the problems in the prior art, the invention provides a power selling platform management system based on master control service, which can solve the problems of unified access and authority management and simultaneously support cross-domain access of a browser.
In order to realize the purpose, the invention is realized by the following technical scheme:
the invention provides a power selling platform management system based on master control service, which is characterized in that:
the system takes a browser as a login interface platform, a main control interface is arranged in the login interface platform, a plurality of service management units are registered in the main control interface, the main control interface accesses a main control service module through a reverse proxy server, the plurality of service management units all access a multi-service management module through the reverse proxy server, a plurality of service management modules corresponding to the corresponding service management units are arranged in the multi-service management module, the main control service module and the multi-service management module use a common authority service module, the main control service module and the multi-service management module are respectively provided with a Session filter of WEB application, and the Session filter accesses a Session from an external Session storage server.
Furthermore, each service management module registers its own function into the main control service module, the main control service module provides a main operation interface and a management unit menu, and the main control interface provides a single access entrance.
Further, each business application function module in the multi-business application function module is registered in the main control service module, an access module matched with each business application function module is created in the main control service module, the name and the access path of the corresponding access module are set, and the submenu items of each business application function module are added in the main control service module.
Furthermore, an access path, a server IP and a port of each service management module and the master control service module are configured in the reverse proxy server, and when the reverse proxy server receives a request sent by the browser, the request is forwarded to the corresponding master control service module or the multi-service application function module according to the configuration.
Furthermore, the authority management service module is used for creating authority information of an operator account, a system role and an operator authorization condition, and the master control service module and each service management module access the authority management service module to obtain the authority information.
Further, the Session filter acquires a Session id from the request of the browser, and acquires Session information from an external Session storage server according to the Session id and stores the Session information in the memory.
Furthermore, if the request of the browser has no Session id, the Session filter automatically creates Session information and stores the Session information in an external Session storage server.
Further, the multi-service application function module comprises customer management, archive management, electricity purchasing management, electricity selling management, contract management and cost management.
Compared with the prior art, the invention has the advantages that:
1. a uniform application access entrance is provided for a plurality of electricity selling platform systems developed by the application;
2. business application is accessed to the main control service module in a configuration mode, and the main control service module does not invade the business application;
3. the cross-domain access of the browser is realized through the reverse proxy, the service application is transparent, and the complexity of service development is reduced;
4. and each application accesses the Session from a common external memory without repeated login, so that the user experience is good.
Drawings
FIG. 1 is a block diagram of the system architecture of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings.
Example 1
The method includes the steps that an access entrance is provided as a main control interface, the main control interface is displayed on the basis of a browser, an access background corresponding to a main control interface name is managed by using a main control service module, functions of each service application are registered in the main control service module, the main control service module provides a main operation interface and a management function menu, namely the main control interface with a plurality of function management units is displayed on the browser, and the plurality of function management units are displayed in a menu mode. The plurality of function management units correspond to the plurality of service management modules in the main control service module, and each service management module manages corresponding service application.
The main control service module and all the business applications use a common authority management service, and the main control service module and all the business applications access the authority management service to acquire information of an operator and authorization conditions of the operator, so that the operator account and the authority management of each application are unified. The main control service module and each service management module are provided with a filter of WEB application, and the filter accesses Session from the appointed external Session memory.
After a user logs in the main control service module, the Session is stored in an external storage server, and each service management module also accesses the Session information from the external Session storage server, so that an operator can access each application after logging in once. The filter of the Session obtains the Session id from the request of the browser, and obtains the Session information from the external Session storage server according to the Session id and stores the Session information in the memory, if the request of the browser has no Session id, the filter of the Session automatically creates the Session information and stores the Session information in the external Session storage server.
For the cross-domain access problem of the browser, a reverse proxy server mode is adopted, the main control service module and each service management module are configured on the reverse proxy server, when the reverse proxy server receives a request sent by the browser, the request is forwarded to the corresponding service management module according to the configuration, and for the browser, the application in one domain is accessed, so that the cross-domain access problem does not exist.
In this embodiment, the unified management of the system is specifically realized in the following manner, and the electricity selling platform management system is divided into six service applications: customer management, archive management, electricity purchasing management, electricity selling management, contract management and cost management. A Session handling filter is configured for six service applications, which filter accesses sessions from an external Session storage server. The default of the Session information of the WEB application is stored in the memory of the WEB server, and no additional operation is needed. The Session filter intercepts all requests sent by the browser, obtains Session information from an external Session storage server according to a Session id in the request and stores the Session information in a memory for subsequent processing, if the request does not have the Session id, the Session information is created and stored in the external Session storage server, and the memory is a known computer memory.
When the system is deployed, the reverse proxy server and the external Session storage server are deployed firstly, and then the six service applications, the master control service module and the authority service are deployed.
An operator account, a system role and the like are created in the authority management service, the functional menus of the six service applications are registered in the main control service module, the menus are registered in the authority management service, and then the menus are authorized. Registering each business application function module in the multi-business application function module in the main control service module, creating an access module matched with each business application function module in the main control service module, setting the name and access path of the corresponding access module, and adding the submenu item of each business application function module in the main control service module.
The multi-service application management module comprises client management, file management, electricity purchasing management, electricity selling management, contract management and cost management.
Taking file management as an example, file management is a WEB application, whose Context Path is/ywsdWeb _ DA, which has 5 menu items: the method comprises the following steps of client basic information query (URL is kh/yhda/qyflag = Y), power generation group file query (URL is kh/fdjtda/qyflag = Y), business expansion worksheet query (URL is kh/ykgd/qyflag = Y), electric company file query (URL is kh/sdgsda/qyflag = Y), power plant file query (URL is kh/dcda/qyflag = Y), and the function menu for registering file management application in a main control service module has two steps:
1) creating an access module of the master service module: setting the name of a module as file management and the access path as/ywsdWeb _ DA;
2) registering the menu of the archive management application: adding three menu items in the functions of the main control service module, namely the five menu items, and selecting the module identifier as file management;
configuring an access path of each service application and a master control service module in a reverse proxy server, taking a file as an example of the service application:
Location /ywsdWeb_DA{
proxy_pass http://172.20.182.10:8080/ ywsdWeb_DA;
}
the/ywsdWeb _ DA in "location/ywsdWeb _ DA" and "proxy _ pass http://172.20.182.10:8080/ywsdWeb _ DA" is the Context Path of the customer management service, location is fixed writing, 172.20.182.10:8080 is the Server IP and port of the customer management service.
Configuration of the master service module:
location /ywny {
proxy_pass http://172.20.182.20:8080/ywny;
}
the configuration of the master and the configuration of the customer management service are similar, except that the path ContextPath, server IP and port of the master service module are used.
When accessing the system, all requests are sent to the reverse proxy server, which forwards the requests to the corresponding services according to the above configuration.
1) When an operator firstly accesses the system, the operator firstly requests a login page of the main control service module, inputs a user name and a password and then logs in;
2) the main control service module receives the request and then calls the authority service to carry out identity authentication, if the authentication is passed, a Session is created, information such as the name, the affiliated department, the owned system authority and the like of an operator are stored in the Session, the information is also obtained from the authority service, then the Session information is stored in an external Session memory, a main interface is returned to a browser, and the main interface only displays the entrance of the authorized function of the operator;
3) the method comprises the steps that after an operator clicks a menu item of a client management service module, a browser sends a request to a reverse proxy server, the reverse proxy server forwards the request to a client management service, a Session filter of the client management service reads Session information from an external Session memory according to Session id, then subsequent service processing is carried out, the Session information is used in the service processing process, and a result is returned to the browser after the processing is finished;
4) the operation of subsequent other business functions is similar.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein.
Furthermore, it should be understood that although the present description refers to embodiments, not every embodiment may contain a separate embodiment, and such description is for clarity only, and those skilled in the art should integrate the description, and the embodiments may be combined as appropriate to form other embodiments understood by those skilled in the art.

Claims (8)

1. Electricity selling platform management system based on master control service, its characterized in that: the system takes a browser as a login interface platform, a main control interface is arranged in the login interface platform, a plurality of service management units are registered in the main control interface, the main control interface accesses a main control service module through a reverse proxy server, the plurality of service management units all access a multi-service management module through the reverse proxy server, a plurality of service management modules corresponding to the corresponding service management units are arranged in the multi-service management module, the main control service module and the multi-service management module use a common authority service module, the main control service module and the multi-service management module are respectively provided with a Session filter of WEB application, and the Session filter accesses a Session from an external Session storage server.
2. The electricity selling platform managing system based on the master control service as recited in claim 1, wherein: each service management module registers the function of the service management module into the main control service module, the main control service module provides a main operation interface and a management unit menu, and the main control interface provides a single access entrance.
3. The electricity selling platform managing system based on the master control service as recited in claim 2, wherein: registering each business application function module in the multi-business application function module in the main control service module, creating an access module matched with each business application function module in the main control service module, setting the name and access path of the corresponding access module, and adding the submenu item of each business application function module in the main control service module.
4. The electricity selling platform managing system based on the master control service as recited in claim 3, wherein: and configuring an access path, a server IP and a port of each service management module and the main control service module in the reverse proxy server, and forwarding the request to the corresponding main control service module or the multi-service application function module according to the configuration when the reverse proxy server receives the request sent by the browser.
5. The electricity selling platform managing system based on the main control service as recited in claim 4, wherein: the authority management service module is used for creating authority information of an operator account, a system role and an operator authorization condition, and the master control service module and each service management module access the authority management service module to obtain the authority information.
6. The electricity selling platform managing system based on the main control service as recited in claim 5, wherein: the Session filter acquires the Session id from the request of the browser, and acquires the Session information from the external Session storage server according to the Session id and stores the Session information in the memory.
7. The electricity selling platform managing system based on the main control service as recited in claim 6, wherein: if the request of the browser has no Session id, the filter of the Session automatically creates Session information and stores the Session information in an external Session storage server.
8. The electricity selling platform managing system based on the master control service as recited in claim 1, wherein: the multi-service application function module comprises customer management, file management, electricity purchasing management, electricity selling management, contract management and cost management.
CN201911245455.9A 2019-12-07 2019-12-07 Electricity selling platform management system based on master control service Pending CN111008888A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911245455.9A CN111008888A (en) 2019-12-07 2019-12-07 Electricity selling platform management system based on master control service

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911245455.9A CN111008888A (en) 2019-12-07 2019-12-07 Electricity selling platform management system based on master control service

Publications (1)

Publication Number Publication Date
CN111008888A true CN111008888A (en) 2020-04-14

Family

ID=70114089

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911245455.9A Pending CN111008888A (en) 2019-12-07 2019-12-07 Electricity selling platform management system based on master control service

Country Status (1)

Country Link
CN (1) CN111008888A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112381498A (en) * 2020-10-19 2021-02-19 广东电网有限责任公司佛山供电局 Power grid business processing system, device, equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104580211A (en) * 2015-01-08 2015-04-29 浪潮软件集团有限公司 SOA architecture-based intrusive system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104580211A (en) * 2015-01-08 2015-04-29 浪潮软件集团有限公司 SOA architecture-based intrusive system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
唐钰骁: ""培训商务综合管理平台的设计与实现"" *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112381498A (en) * 2020-10-19 2021-02-19 广东电网有限责任公司佛山供电局 Power grid business processing system, device, equipment and storage medium
CN112381498B (en) * 2020-10-19 2024-03-05 广东电网有限责任公司佛山供电局 Power grid business processing system, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
JP6754809B2 (en) Use credentials stored in different directories to access a common endpoint
US10505929B2 (en) Management and authentication in hosted directory service
US9864755B2 (en) Systems for associating an online file folder with a uniform resource locator
CN103152404B (en) The multiple enterprises multi-user of the service-oriented information switching that swipes represents and exchange method
US20090112875A1 (en) Shared view of customers across business support systems (bss) and a service delivery platform (sdp)
US20130215126A1 (en) Managing Font Distribution
US8745088B2 (en) System and method of performing risk analysis using a portal
CN102984159B (en) Based on secure accessing logic control method and the Platform Server of terminal access behavior
US20140258346A1 (en) Associating an Online File Folder with a Uniform Resource Locator
CN105450636A (en) Cloud computing management system and management method of cloud computing management system
CN111861140A (en) Service processing method, device, storage medium and electronic device
CN101977184B (en) Multi-identity selection landing device and service system
US20200293514A1 (en) Managing access by third parties to data in a network
CN106416125A (en) Automatic directory join for virtual machine instances
US20100242101A1 (en) Method and system for securely managing access and encryption credentials in a shared virtualization environment
WO2015035907A1 (en) Databox system for data exchanges and service acquirement and sensing, and operation method thereof
CN110636057B (en) Application access method and device and computer readable storage medium
CN101808051A (en) Application integration gateway and control method thereof
US11477187B2 (en) API key access authorization
CN101951385A (en) Service switching method for electronic transaction platform
US9894057B2 (en) Method and system for managing secure custom domains
US11494392B2 (en) Tracking entity activity using computer generation of values for blockchain network entries
EP1280060A2 (en) A system for managing a computer network
CN102420808A (en) Method for realizing single signon on telecom on-line business hall
CN111008888A (en) Electricity selling platform management system based on master control service

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
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20200414