CN111861651A - Method and equipment for building commodity release page - Google Patents

Method and equipment for building commodity release page Download PDF

Info

Publication number
CN111861651A
CN111861651A CN202010664726.0A CN202010664726A CN111861651A CN 111861651 A CN111861651 A CN 111861651A CN 202010664726 A CN202010664726 A CN 202010664726A CN 111861651 A CN111861651 A CN 111861651A
Authority
CN
China
Prior art keywords
attribute information
sub
commodity
page
json structure
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
CN202010664726.0A
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.)
Shanghai Yueyi Network Information Technology Co Ltd
Original Assignee
Shanghai Yueyi Network Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Yueyi Network Information Technology Co Ltd filed Critical Shanghai Yueyi Network Information Technology Co Ltd
Priority to CN202010664726.0A priority Critical patent/CN111861651A/en
Publication of CN111861651A publication Critical patent/CN111861651A/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]
    • G06Q30/0641Shopping interfaces
    • G06Q30/0643Graphical representation of items or shoppers
    • 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/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Abstract

The method comprises the steps of obtaining commodity attribute information to be rendered; determining a sub-element json structure of the commodity attribute information; combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure; and traversing and recursing the array data, and rendering a commodity release page. Therefore, by configuring the structured data, the input box, the drop-down box and the like are dynamically rendered after operation, the maintainability of the project is improved, and the development efficiency is greatly improved.

Description

Method and equipment for building commodity release page
Technical Field
The application relates to the field of computers, in particular to a method and equipment for building a commodity publishing page.
Background
In an internet operation background, for example, a certain commodity release page has many repeated page elements such as input boxes, drop-down boxes, radio boxes and the like, and the traditional development means is to repeatedly copy and paste the elements such as the input boxes and the like, so that the development efficiency is low and the maintainability of a project is low.
Disclosure of Invention
An object of the present application is to provide a method and an apparatus for building a commodity release page, which solve the problems of low efficiency and low project maintainability in developing a commodity release page in the prior art.
According to one aspect of the application, a method for building a commodity issue page is provided, and the method comprises the following steps:
acquiring commodity attribute information to be rendered;
determining a sub-element json structure of the commodity attribute information;
combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure;
and traversing and recursing the array data, and rendering a commodity release page.
Further, determining a sub-element json structure of the commodity attribute information includes:
and determining a sub-element json structure according to the commodity attribute information and a target frame on the page to be published, wherein the commodity attribute information comprises basic commodity attribute information, and the sub-element json structure comprises an element type and an element in the target frame.
Further, determining a sub-element json structure according to the commodity attribute information and the target frame on the page to be published includes:
classifying the commodity attribute information according to the basic commodity attribute information, the extended commodity attribute information and the commodity specification attribute information to obtain classified attribute information, and determining a json structure of a sub-element according to a target frame on the page to be published and the classified attribute information.
Further, the target boxes include drop-down boxes, input boxes, radio boxes, and check boxes.
Further, traversing and recursing the array data, and rendering a commodity release page, including:
determining the path of the current array element when traversing the array data;
determining an input element type of the current array element according to the path, and rendering a corresponding sub-element json structure according to the input element type, wherein the input element type comprises a target frame;
and putting the sub-element json structure into a page result set, and determining a commodity release page according to the page result set.
Further, determining an input element type of the current array element according to the path, and rendering a corresponding sub-element json structure according to the input element type, including:
and judging whether the input element type of the current array element exists or not according to the path, and rendering a sub-element json structure in the target frame if the input element type of the current array element exists.
Further, determining an input element type of the current array element according to the path, and rendering a corresponding sub-element json structure according to the input element type, including:
judging whether an input element type of the current array element exists or not according to the path, and if not, judging whether a sub-element exists in a json structure according to the length of the json structure corresponding to the input element type;
And if the sub-elements exist, recursively rendering the sub-elements on the json structure.
According to another aspect of the present application, there is also provided an apparatus for merchandise distribution page building, the apparatus including:
the acquisition device is used for acquiring the attribute information of the commodity to be rendered;
the determining device is used for determining a json structure of the sub-elements of the commodity attribute information;
the combination device is used for combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure;
and the rendering device is used for traversing and recursing the array data and rendering the commodity release page.
According to another aspect of the present application, there is also provided an apparatus for merchandise distribution page building, the apparatus including:
one or more processors; and
a memory storing computer readable instructions that, when executed, cause the processor to perform the operations of the method as previously described.
According to yet another aspect of the present application, there is also provided a computer readable medium having computer readable instructions stored thereon, the computer readable instructions being executable by a processor to implement the method as described above.
Compared with the prior art, the method and the device have the advantages that the commodity attribute information to be rendered is obtained; determining a sub-element json structure of the commodity attribute information; combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure; and traversing and recursing the array data, and rendering a commodity release page. Therefore, by configuring the structured data, the input box, the drop-down box and the like are dynamically rendered after operation, the maintainability of the project is improved, and the development efficiency is greatly improved.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 illustrates a flow diagram of a method for merchandise publication page building provided in accordance with an aspect of the subject application;
FIG. 2 is a diagram illustrating an effect of a rendered publication page in an embodiment of the present application;
fig. 3 shows a schematic structural diagram of a device for setting up a commodity issue page according to yet another aspect of the present application.
The same or similar reference numbers in the drawings identify the same or similar elements.
Detailed Description
The present application is described in further detail below with reference to the attached figures.
In a typical configuration of the present application, the terminal, the device serving the network, and the trusted party each include one or more processors (e.g., Central Processing Units (CPUs)), input/output interfaces, network interfaces, and memory.
The Memory may include volatile Memory in a computer readable medium, Random Access Memory (RAM), and/or nonvolatile Memory such as Read Only Memory (ROM) or flash Memory (flash RAM). Memory is an example of a computer-readable medium.
Computer-readable media, including both non-transitory and non-transitory, removable and non-removable media, may implement information storage by any method or technology. The information may be computer readable instructions, data structures, modules of a program, or other data. Examples of computer storage media include, but are not limited to, Phase-Change RAM (PRAM), Static Random Access Memory (SRAM), Dynamic Random Access Memory (DRAM), other types of Random Access Memory (RAM), Read Only Memory (ROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), flash Memory or other Memory technology, Compact Disc Read-Only Memory (CD-ROM), Digital Versatile Disc (DVD) or other optical storage, magnetic cassette tape, magnetic tape storage or other magnetic storage devices, or any other non-transmission medium that can be used to store information that can be accessed by a computing device. As defined herein, computer readable media does not include non-transitory computer readable media (transmyedia), such as modulated data signals and carrier waves.
Fig. 1 shows a flow chart of a method for building a commodity issue page, which includes: step S11 to step S14,
in step S11, commodity attribute information to be rendered is acquired; here, the commodity attribute information to be rendered is commodity attribute information that needs to be rendered on a commodity release page, and the collected commodity attribute information may be displayed on the release page in a development manner, where the commodity attribute information is information related to commodities such as a commodity title, a brand, a package assembly, whether or not to support unproductive return, and the like.
In step S12, a child element json structure of the article attribute information is determined; determining a corresponding sub-element json structure according to the obtained commodity attribute information, wherein the sub-element json structure is as follows:
{
isRequired:1,
attrName: "title of the article",
maxLength:50,
isLocal:true,
attr:'productName',
inputType:1001,
}
wherein isRerequired indicates whether input is necessary, attrName indicates the title of the element, inputType indicates the element type, such as 1001 indicates the input box element.
Then, in step S13, combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure; in step S14, the data array is traversed and recurred to render the merchandise issue page. New array data are combined by the json structure of the sub-elements, and a page with randomly arranged and combined elements is rendered by traversing and recursive algorithms to realize dynamic rendering of a commodity release page; as shown in fig. 2, the returned array structure is read from the server, and the front end dynamically renders the release page according to the returned data structure through a loop and a recursive algorithm.
In an embodiment of the present application, in step S12, a sub-element json structure is determined according to the commodity attribute information and a target frame on a page to be published, where the commodity attribute information includes basic commodity attribute information, and the sub-element json structure includes an element type and an element in the target frame. When the sub-element json structure is determined, the corresponding sub-element json structure is constructed according to the acquired commodity attribute information and the requirement of a target box to be displayed on a release page, wherein the commodity attribute information comprises commodity basic attribute information, an array structure of a commodity basic attribute page to be rendered can be represented by a defined title data variable (TitleData), the sub-element json structure comprises an element type and elements in the target box, the element type comprises the target box and the attribute information, and the target box comprises a drop-down box, an input box, a radio box and a check box.
In an embodiment of the present application, the commodity attribute information may be classified according to commodity basic attribute information, commodity extended attribute information, and commodity specification attribute information to obtain classified attribute information, and a json structure of a sub-element is determined according to a target frame on the page to be published and the classified attribute information. Here, the product attribute information is analyzed and classified according to product basic attribute information, product extended attribute information, and product specification attribute information, where the product basic attribute information includes a product title, a brand, and information on whether or not unpractical return of goods is supported, and when the product extended attribute information is a wristwatch, for example, the extended attribute information is information on applicable population, waterproof information, whether or not fidelity insurance is supported, a watch diameter, a packaging part, a watch case, and the like, and the product specification attribute information is information on a wrist band, a watch case material, and the like. And determining the json structure of the sub-elements corresponding to each class according to the classified attribute information.
In an embodiment of the present application, in step S14, a path of a current array element is determined while traversing the array data; determining an input element type of the current array element according to the path, and rendering a corresponding sub-element json structure according to the input element type, wherein the input element type comprises a target frame; and putting the sub-element json structure into a page result set, and determining a commodity release page according to the page result set. And then, after traversing all the array data, rendering the commodity release page according to the page result set.
Specifically, whether the input element type of the current array element exists or not is judged according to the path, and if yes, a sub-element json structure in the target frame is rendered. If not, judging whether sub-elements exist in the json structure according to the length of the json structure corresponding to the input element type; and if the sub-elements exist, recursively rendering the sub-elements on the json structure. Here, if the input element type (item _ inputtype) exists, it indicates that the item element is an element such as an input box, a drop-down box, a radio box, or a check box, and a sub-element page is rendered by a require method according to a specific value of item _ inputtype, and a page structure of the rendered sub-element is put into a page result set. If the item does not exist, indicating that no sub-element exists on the item, continuously determining whether a sub-element exists in a json structure by judging the length of the corresponding json structure, if the length of the corresponding json structure is not null, indicating that a sub-element exists on the attribute of the corresponding json structure, continuously rendering the sub-element on the structure by a recursion method, putting the page structure of the rendered sub-element into a page result set, returning to a final page result set after the circulation and traversal methods are completely executed, and determining a commodity release page according to the page result set; therefore, by configuring the structured data, the input box, the drop-down box and the like are dynamically rendered after operation, the maintainability of the project is improved, and the development efficiency is greatly improved.
In addition, the embodiment of the application also provides a computer readable medium, on which computer readable instructions are stored, and the computer readable instructions can be executed by a processor to realize the method for building the commodity issue page.
In correspondence with the method described above, the present application also provides a terminal, which includes modules or units capable of executing the method steps described in fig. 1 or fig. 2 or various embodiments, and these modules or units can be implemented by hardware, software or a combination of hardware and software, and the present application is not limited thereto. For example, in an embodiment of the present application, there is also provided an apparatus for building a commodity issue page, the apparatus including:
one or more processors; and
a memory storing computer readable instructions that, when executed, cause the processor to perform the operations of the method as previously described.
For example, the computer readable instructions, when executed, cause the one or more processors to:
obtaining commodity attribute information to be rendered;
determining a sub-element json structure of the commodity attribute information;
combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure;
And traversing and recursing the array data, and rendering a commodity release page.
Fig. 3 shows a schematic structural diagram of an apparatus for building a commodity issue page according to another aspect of the present application, where the apparatus includes: the system comprises an acquisition device 11, a determination device 12, a combination device 13 and a rendering device 14, wherein the acquisition device 11 is used for acquiring the attribute information of the commodity to be rendered; the determining device 12 is configured to determine a json structure of a sub-element of the commodity attribute information; the combination device 13 is used for combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure; the rendering device 14 is used for traversing and recursing the array data, and rendering the commodity issue page.
It should be noted that the content executed by the obtaining device 11, the determining device 12, the combining device 13 and the rendering device 14 is the same as or corresponding to the content in the above steps S11, S12, S13 and S14, respectively, and for brevity, the description is omitted here.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present application without departing from the spirit and scope of the application. Thus, if such modifications and variations of the present application fall within the scope of the claims of the present application and their equivalents, the present application is intended to include such modifications and variations as well.
It should be noted that the present application may be implemented in software and/or a combination of software and hardware, for example, implemented using Application Specific Integrated Circuits (ASICs), general purpose computers or any other similar hardware devices. In one embodiment, the software programs of the present application may be executed by a processor to implement the steps or functions described above. Likewise, the software programs (including associated data structures) of the present application may be stored in a computer readable recording medium, such as RAM memory, magnetic or optical drive or diskette and the like. Additionally, some of the steps or functions of the present application may be implemented in hardware, for example, as circuitry that cooperates with the processor to perform various steps or functions.
In addition, some of the present application may be implemented as a computer program product, such as computer program instructions, which when executed by a computer, may invoke or provide methods and/or techniques in accordance with the present application through the operation of the computer. Program instructions which invoke the methods of the present application may be stored on a fixed or removable recording medium and/or transmitted via a data stream on a broadcast or other signal-bearing medium and/or stored within a working memory of a computer device operating in accordance with the program instructions. An embodiment according to the present application comprises an apparatus comprising a memory for storing computer program instructions and a processor for executing the program instructions, wherein the computer program instructions, when executed by the processor, trigger the apparatus to perform a method and/or a solution according to the aforementioned embodiments of the present application.
It will be evident to those skilled in the art that the present application is not limited to the details of the foregoing illustrative embodiments, and that the present application 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 application 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. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or steps, and the singular does not exclude the plural. A plurality of units or means recited in the apparatus claims may also be implemented by one unit or means in software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.

Claims (10)

1. A method for building a commodity release page is characterized by comprising the following steps:
acquiring commodity attribute information to be rendered;
determining a sub-element json structure of the commodity attribute information;
Combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure;
and traversing and recursing the array data, and rendering a commodity release page.
2. The method of claim 1, wherein determining a sub-element json structure of the merchandise attribute information comprises:
and determining a sub-element json structure according to the commodity attribute information and a target frame on the page to be published, wherein the commodity attribute information comprises basic commodity attribute information, and the sub-element json structure comprises an element type and an element in the target frame.
3. The method according to claim 2, wherein determining a sub-element json structure according to the commodity attribute information and a target frame on a page to be published comprises:
classifying the commodity attribute information according to the basic commodity attribute information, the extended commodity attribute information and the commodity specification attribute information to obtain classified attribute information, and determining a json structure of a sub-element according to a target frame on the page to be published and the classified attribute information.
4. The method of claim 2, wherein the target boxes comprise drop-down boxes, input boxes, radio boxes, and check boxes.
5. The method of claim 2, wherein traversing and recursive the array data to render a merchandise release page comprises:
determining the path of the current array element when traversing the array data;
determining an input element type of the current array element according to the path, and rendering a corresponding sub-element json structure according to the input element type, wherein the input element type comprises a target frame;
and putting the sub-element json structure into a page result set, and determining a commodity release page according to the page result set.
6. The method of claim 5, wherein an input element type of the current array element is determined according to the path, and wherein rendering a corresponding sub-element json structure according to the input element type comprises:
and judging whether the input element type of the current array element exists or not according to the path, and rendering a sub-element json structure in the target frame if the input element type of the current array element exists.
7. The method of claim 5, wherein an input element type of the current array element is determined according to the path, and wherein rendering a corresponding sub-element json structure according to the input element type comprises:
Judging whether an input element type of the current array element exists or not according to the path, and if not, judging whether a sub-element exists in a json structure according to the length of the json structure corresponding to the input element type;
and if the sub-elements exist, recursively rendering the sub-elements on the json structure.
8. An apparatus for merchandise publication page building, the apparatus comprising:
the acquisition device is used for acquiring the attribute information of the commodity to be rendered;
the determining device is used for determining a json structure of the sub-elements of the commodity attribute information;
the combination device is used for combining the commodity attribute information into array data of a page to be issued according to the sub-element json structure;
and the rendering device is used for traversing and recursing the array data and rendering the commodity release page.
9. An apparatus for merchandise publication page building, the apparatus comprising:
one or more processors; and
a memory storing computer readable instructions that, when executed, cause the processor to perform the operations of the method of any of claims 1 to 7.
10. A computer readable medium having computer readable instructions stored thereon which are executable by a processor to implement the method of any one of claims 1 to 7.
CN202010664726.0A 2020-07-10 2020-07-10 Method and equipment for building commodity release page Pending CN111861651A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010664726.0A CN111861651A (en) 2020-07-10 2020-07-10 Method and equipment for building commodity release page

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010664726.0A CN111861651A (en) 2020-07-10 2020-07-10 Method and equipment for building commodity release page

Publications (1)

Publication Number Publication Date
CN111861651A true CN111861651A (en) 2020-10-30

Family

ID=72984041

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010664726.0A Pending CN111861651A (en) 2020-07-10 2020-07-10 Method and equipment for building commodity release page

Country Status (1)

Country Link
CN (1) CN111861651A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120072825A1 (en) * 2010-09-20 2012-03-22 Research In Motion Limited Methods and systems for identifying content elements
US10331424B1 (en) * 2018-07-27 2019-06-25 Modo Labs, Inc. User interface development through web service data declarations
CN110321540A (en) * 2019-06-27 2019-10-11 北京奇艺世纪科技有限公司 A kind of method, apparatus, electronic equipment and medium generating list
CN110532495A (en) * 2019-08-30 2019-12-03 郑州阿帕斯科技有限公司 A kind of methods of exhibiting and device of webpage information
CN110968813A (en) * 2019-11-29 2020-04-07 中国银行股份有限公司 Index page display method and device
CN111241793A (en) * 2020-02-17 2020-06-05 湖南快乐阳光互动娱乐传媒有限公司 Method, system, and medium for parsing rich text editor content for native client rendering

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120072825A1 (en) * 2010-09-20 2012-03-22 Research In Motion Limited Methods and systems for identifying content elements
US10331424B1 (en) * 2018-07-27 2019-06-25 Modo Labs, Inc. User interface development through web service data declarations
CN110321540A (en) * 2019-06-27 2019-10-11 北京奇艺世纪科技有限公司 A kind of method, apparatus, electronic equipment and medium generating list
CN110532495A (en) * 2019-08-30 2019-12-03 郑州阿帕斯科技有限公司 A kind of methods of exhibiting and device of webpage information
CN110968813A (en) * 2019-11-29 2020-04-07 中国银行股份有限公司 Index page display method and device
CN111241793A (en) * 2020-02-17 2020-06-05 湖南快乐阳光互动娱乐传媒有限公司 Method, system, and medium for parsing rich text editor content for native client rendering

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
蒋文娟;苏喜红;孟丽珍;: "基于微信小程序的音乐播放器研究与实现", 软件导刊, no. 06, 15 June 2020 (2020-06-15) *

Similar Documents

Publication Publication Date Title
CN108270629B (en) Website visitor behavior monitoring method and device
TW202018556A (en) Method and apparatus for performing block chain record-keeping on webpage by means of file acquisition
WO2016177280A1 (en) Method and apparatus for recording and restoring click position in page
JP6964706B2 (en) User image processing method, user image processing device, server and storage medium
CN113111213A (en) Method and device for automatically storing articles in storage system
CN111859205A (en) Analytic method and equipment for batch processing tasks
CN111314535A (en) Method and equipment for recording quality inspection process of mobile phone
US9201967B1 (en) Rule based product classification
CN110321505B (en) Data consistency verification method and device
CN112070576A (en) Method and equipment for selecting commodities for e-commerce model
CN111861651A (en) Method and equipment for building commodity release page
US9230022B1 (en) Customizable result sets for application program interfaces
CN116107657B (en) Application storage method, device and equipment based on qiankun and computer storage medium
JP6505849B2 (en) Generation of element identifier
CN112667934A (en) Dynamic simulation diagram display method and device, electronic equipment and computer readable medium
CN112434030B (en) Tree structure data-based high-performance list implementation method and equipment
CN114510671A (en) Page display method and equipment based on tree-shaped component
CN108228604B (en) Model construction method based on memory object, information query method and device
CN111143546A (en) Method and device for obtaining recommendation language and electronic equipment
CN112579221A (en) Modal popup display method and device
CN111967931B (en) Method and equipment for mixed arrangement of list data elements
CN113342416B (en) Method and equipment for displaying H5 graphic data in applet
CN113641644B (en) Data pushing system
CN112486486B (en) Lottery drawing method and equipment based on static resources
US11237938B2 (en) Click heatmap abnormality detection method and apparatus

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Room 1101-1103, No. 433, Songhu Road, Yangpu District, Shanghai

Applicant after: Shanghai wanwansheng Environmental Protection Technology Group Co.,Ltd.

Address before: Room 1101-1103, No. 433, Songhu Road, Yangpu District, Shanghai

Applicant before: SHANGHAI YUEYI NETWORK INFORMATION TECHNOLOGY Co.,Ltd.