CN112328243A - APP sub-channel module intersection implementation method and system - Google Patents

APP sub-channel module intersection implementation method and system Download PDF

Info

Publication number
CN112328243A
CN112328243A CN202011167816.5A CN202011167816A CN112328243A CN 112328243 A CN112328243 A CN 112328243A CN 202011167816 A CN202011167816 A CN 202011167816A CN 112328243 A CN112328243 A CN 112328243A
Authority
CN
China
Prior art keywords
user
module
vip
sub
common
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
CN202011167816.5A
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.)
Chengdu Shangtong Times Digital Technology Co ltd
Original Assignee
Chengdu Shangtong Times Digital 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 Chengdu Shangtong Times Digital Technology Co ltd filed Critical Chengdu Shangtong Times Digital Technology Co ltd
Priority to CN202011167816.5A priority Critical patent/CN112328243A/en
Publication of CN112328243A publication Critical patent/CN112328243A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation
    • G06F8/44Encoding
    • G06F8/443Optimisation

Abstract

The invention discloses a method for realizing the crossing of sub-channel modules of APP (application), which comprises the following steps of S01, judging whether a user is a common user or a VIP (very important person) user according to user registration binding information, if the user is the common user, entering the step S02, and if the user is the VIP user, entering the step S03; s02, receiving information of a common user and binding an interface layer; s03, receiving the information of the VIP user to bind the interface layer; and S04, distributing the interfaces according to the binding information and carrying out differentiation processing on the two interfaces. The invention also discloses an APP sub-channel module intersection implementation system. The method has the advantages of solving the difference of modularization of the channels of the platform, not needing repeated development, customizing the same module aiming at different scenes, improving the code efficiency and realizing the cross design of functions.

Description

APP sub-channel module intersection implementation method and system
Technical Field
The invention relates to the field of software, in particular to a method and a system for realizing crossing of sub-channel modules of an APP (application).
Background
The types of the commodity city purchasing module and the VIP commodity city purchasing module of the long-time network APP are similar, the two are closely connected, due to the fact that the structures of the modules are different due to the fact that the development iteration period is adopted, after the commodity city purchasing is achieved, the commodity city purchasing module needs to be achieved again, development resources are seriously wasted
Disclosure of Invention
Aiming at the problems, the invention provides a method and a system for realizing the intersection of sub-channel modules of an APP (application), which have the advantages of solving the difference of modularization of the sub-channels of a platform, not needing repeated development, customizing the same module aiming at different scenes, improving the code efficiency and realizing the intersection design of functions.
The technical scheme of the invention is as follows:
an APP sub-channel module intersection implementation method comprises the following steps,
s01, judging whether the user is a common user or a VIP user according to the user registration binding information, if the user is the common user, entering a step S02, and if the user is the VIP user, entering a step S03;
s02, receiving information of a common user and binding an interface layer;
s03, receiving the information of the VIP user to bind the interface layer;
and S04, distributing the interfaces according to the binding information and carrying out differentiation processing on the two interfaces.
In a further aspect, step S04 includes the following,
s41, receiving differentiated design data of the VIP user;
and S42, carrying out differentiation processing on the page according to the differentiation data of the user.
In a further technical solution, step S04 further includes the following steps,
s43, receiving design data of a common user;
and S44, distributing corresponding design plates according to the design data of the common user.
An APP sub-channel module intersection implementation system comprises a registration judgment module, a common binding module, a VIP binding module and a differentiation processing module, wherein,
the registration judgment module is used for judging whether the user is a common user or a VIP user according to the user registration binding information;
the common binding module is used for receiving the information of the common user and binding the interface layer;
the VIP binding module is used for receiving the information of the VIP user and binding an interface layer;
and the differentiation processing module is used for distributing the interfaces according to the bound information and carrying out differentiation processing on the two interfaces.
In a further technical solution, the differential processing module includes a VIP data receiving sub-module and a page differential processing sub-module, wherein,
the VIP data receiving submodule is used for receiving differential design data of a VIP user;
and the page differentiation processing submodule is used for carrying out differentiation processing on the page according to the differentiation data of the user.
In a further technical solution, the differentiation processing module further includes a common data receiving sub-module and an allocating sub-module, wherein,
the common data receiving submodule is used for receiving design data of a common user;
and the distribution submodule is used for distributing the corresponding design plate according to the design data of the common user.
The invention has the beneficial effects that:
1. the invention can solve the difference of modularization of the channels of the platform, does not need to be developed repeatedly, customizes the same module aiming at different scenes, improves the code efficiency and realizes the cross design of functions;
2. the separation of responsibility of each layer of functions is realized through an interface layer, and simultaneously, each service module is independent and does not interfere with each other;
3. the system is combined and customized for different services, and can realize the splitting and multiplexing from top to bottom and the interface presentation.
Drawings
Fig. 1 is a schematic flow structure diagram of a sub-channel module intersection implementation method of APP according to embodiment 1 of the present invention;
fig. 2 is a schematic flow structure diagram of a sub-channel module intersection implementation method of APP according to embodiment 2 of the present invention;
fig. 3 is a schematic flow structure diagram of a sub-channel module intersection implementation method of APP according to embodiment 3 of the present invention;
fig. 4 is a schematic structural diagram of an APP subchannel module intersection implementation system according to embodiment 4 of the present invention;
fig. 5 is a schematic structural diagram of an APP subchannel module intersection implementation system according to embodiment 5 of the present invention;
fig. 6 is a schematic structural diagram of an APP subchannel module intersection implementation system according to embodiment 6 of the present invention.
Description of reference numerals:
10. a registration judgment module; 20. a common binding module; 30. a VIP binding module; 40. a differentiation processing module; 41. a VIP data receiving submodule; 42. a page differentiation processing submodule; 43. a common data receiving submodule; 44. and allocating a submodule.
Detailed Description
The embodiments of the present invention will be further described with reference to the accompanying drawings.
Example 1:
as shown in fig. 1, a method for implementing intersection of sub-channel modules of APP comprises the following steps,
s01, judging whether the user is a common user or a VIP user according to the user registration binding information, if the user is the common user, entering a step S02, and if the user is the VIP user, entering a step S03;
s02, receiving information of a common user and binding an interface layer;
s03, receiving the information of the VIP user to bind the interface layer;
and S04, distributing the interfaces according to the binding information and carrying out differentiation processing on the two interfaces.
Example 2:
this embodiment is based on embodiment 1, as shown in fig. 2, and includes the following steps in step S04,
s41, receiving differentiated design data of the VIP user;
and S42, carrying out differentiation processing on the page according to the differentiation data of the user.
Example 3:
in this embodiment, on the basis of embodiment 1, as shown in fig. 3, step S04 further includes the following steps,
s43, receiving design data of a common user;
and S44, distributing corresponding design plates according to the design data of the common user.
Example 4:
as shown in fig. 4, a sub-channel module intersection implementation system of APP includes a registration judgment module 10, a normal binding module 20, a VIP binding module 30 and a differentiation processing module 40, wherein,
a registration judgment module 10, configured to judge whether the user is an ordinary user or a VIP user according to the user registration binding information;
a common binding module 20, configured to receive information of a common user and perform binding of an interface layer;
a VIP binding module 30, configured to receive information of a VIP user and perform binding at an interface layer;
and the differentiation processing module 40 is used for distributing the interfaces according to the bound information and carrying out differentiation processing on the two interfaces.
Example 5:
in this embodiment, on the basis of embodiment 4, as shown in fig. 5, the difference processing module 40 includes a VIP data receiving sub-module 41 and a page difference processing sub-module 42, wherein,
a VIP data receiving sub-module 41 configured to receive differentiated design data of a VIP user;
and the page differentiation processing sub-module 42 is configured to perform differentiation processing on the page according to the differentiation data of the user.
Example 6:
in this embodiment, on the basis of embodiment 4, as shown in fig. 6, the differentiation processing module 40 further includes a common data receiving sub-module 43 and an allocating sub-module 44, wherein,
a general data receiving submodule 43 for receiving design data of a general user;
and an allocation submodule 44 for allocating corresponding design blocks according to design data of a general user.
The specific working principle is as follows:
the users register according to the needs of the users, and the users are grouped according to the registration information of the users, including common users and VIP users, the basic services and components of the common users and the VIP users are the same, but the page types are different, so that the difference of modularization of channels of the platform can be solved, repeated development is not needed, the same module is customized according to different scenes, the code efficiency is improved, and the cross design of functions is realized.
The above-mentioned embodiments only express the specific embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the present invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention.

Claims (6)

1. A realization method for crossing sub-channel modules of APP is characterized by comprising the following steps,
s01, judging whether the user is a common user or a VIP user according to the user registration binding information, if the user is the common user, entering a step S02, and if the user is the VIP user, entering a step S03;
s02, receiving information of a common user and binding an interface layer;
s03, receiving the information of the VIP user to bind the interface layer;
and S04, distributing the interfaces according to the binding information and carrying out differentiation processing on the two interfaces.
2. The method for implementing intersection of sub-channel modules for APP according to claim 1, characterized in that step S04 includes the following,
s41, receiving differentiated design data of the VIP user;
and S42, carrying out differentiation processing on the page according to the differentiation data of the user.
3. The method for realizing the intersection of the sub-channel modules of APP according to claim 1, characterized in that step S04 further comprises the following steps,
s43, receiving design data of a common user;
and S44, distributing corresponding design plates according to the design data of the common user.
4. A sub-channel module cross implementation system of APP is characterized by comprising a registration judgment module, a common binding module, a VIP binding module and a differentiation processing module, wherein,
the registration judgment module is used for judging whether the user is a common user or a VIP user according to the user registration binding information;
the common binding module is used for receiving the information of the common user and binding the interface layer;
the VIP binding module is used for receiving the information of the VIP user and binding an interface layer;
and the differentiation processing module is used for distributing the interfaces according to the bound information and carrying out differentiation processing on the two interfaces.
5. The sub-channel module intersection implementation system of APP's of claim 1, wherein said differentiated processing module comprises a VIP data reception sub-module and a page differentiated processing sub-module, wherein,
the VIP data receiving submodule is used for receiving differential design data of a VIP user;
and the page differentiation processing submodule is used for carrying out differentiation processing on the page according to the differentiation data of the user.
6. The sub-channel module intersection implementation system of APP's of claim 1, wherein said differentiated processing module further comprises a common data reception sub-module and an assignment sub-module, wherein,
the common data receiving submodule is used for receiving design data of a common user;
and the distribution submodule is used for distributing the corresponding design plate according to the design data of the common user.
CN202011167816.5A 2020-10-26 2020-10-26 APP sub-channel module intersection implementation method and system Pending CN112328243A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011167816.5A CN112328243A (en) 2020-10-26 2020-10-26 APP sub-channel module intersection implementation method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011167816.5A CN112328243A (en) 2020-10-26 2020-10-26 APP sub-channel module intersection implementation method and system

Publications (1)

Publication Number Publication Date
CN112328243A true CN112328243A (en) 2021-02-05

Family

ID=74297029

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011167816.5A Pending CN112328243A (en) 2020-10-26 2020-10-26 APP sub-channel module intersection implementation method and system

Country Status (1)

Country Link
CN (1) CN112328243A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7100195B1 (en) * 1999-07-30 2006-08-29 Accenture Llp Managing user information on an e-commerce system
CN103186370A (en) * 2011-12-29 2013-07-03 金蝶软件(中国)有限公司 Web page presentation method and system
CN105450581A (en) * 2014-06-20 2016-03-30 北京新媒传信科技有限公司 Authority control method and device
CN110971511A (en) * 2019-11-29 2020-04-07 泰康保险集团股份有限公司 Instant messaging processing method, device, equipment and computer readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7100195B1 (en) * 1999-07-30 2006-08-29 Accenture Llp Managing user information on an e-commerce system
CN103186370A (en) * 2011-12-29 2013-07-03 金蝶软件(中国)有限公司 Web page presentation method and system
CN105450581A (en) * 2014-06-20 2016-03-30 北京新媒传信科技有限公司 Authority control method and device
CN110971511A (en) * 2019-11-29 2020-04-07 泰康保险集团股份有限公司 Instant messaging processing method, device, equipment and computer readable storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
周嘉雯 等: "APP首页模块自定义接口分析与设计" *

Similar Documents

Publication Publication Date Title
CN102781038B (en) The method relevant to selecting the report replacement scheme in request report and equipment
CN102006667B (en) Dispensing device and sending method
CN102244931B (en) Allocating downlink code sequence associated with an uplink code resource identifier
CN101378306B (en) Control channel distribution as well as method and apparatus for indicating ACK/NACK channel distribution
CN102668613A (en) Method and apparatus for realizing base band resource pool in lte base station
CN101179622B (en) Multi-order processing arrangement in communication system and processing method thereof
ATE349840T1 (en) METHOD AND DEVICE FOR DYNAMIC RESOURCE ALLOCATION IN A WIRELESS NETWORK
FI20040577A0 (en) Ways to provide information about the resource in a telecommunications system
WO2010145185A1 (en) Resource allocation method for dynamic multiplexing of multimedia broadcast multicast service
CN102523606B (en) Data interaction method and apparatus
FI973169A0 (en) Resource management and data communication systems
EP1718011A3 (en) System for multi-layer provisioning in computer networks
CN104782211A (en) Dynamic carrier assignment of carrier aggregation in an lte-advanced system
CN114706596B (en) Container deployment method, resource scheduling method, device, medium and electronic equipment
CN102594663A (en) Queue scheduling method and device
CN108762687A (en) I/O service quality control method, device, equipment and storage medium
CN102821149A (en) Method and device for selecting service providing entity
CN112328243A (en) APP sub-channel module intersection implementation method and system
CN1968452A (en) Apparatus and method for providing notification of allocation of communication resources in a radio communication system
CN110322120B (en) Electric vehicle charging scheduling method and system based on benefit maximization
CN111897664A (en) Allocation system and method for AI algorithm and AI model applied to urban brain
CN101119580A (en) Method, system and terminal for adding user quantity in wireless communication network
CN113011980B (en) Transaction code request routing method and device of distributed transaction system
CN101626619B (en) CE configuration method and CE configuration system of mobile communication equipment
CN101442806B (en) Method for reducing ascending resource assignation overhead

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: 20210205

RJ01 Rejection of invention patent application after publication