CN106484421A - A kind of method and system quickly generating api interface - Google Patents

A kind of method and system quickly generating api interface Download PDF

Info

Publication number
CN106484421A
CN106484421A CN201610887158.4A CN201610887158A CN106484421A CN 106484421 A CN106484421 A CN 106484421A CN 201610887158 A CN201610887158 A CN 201610887158A CN 106484421 A CN106484421 A CN 106484421A
Authority
CN
China
Prior art keywords
interface
api
file
preliminary
message
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201610887158.4A
Other languages
Chinese (zh)
Other versions
CN106484421B (en
Inventor
丁鹏
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Southern Power Grid Internet Service Co ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201610887158.4A priority Critical patent/CN106484421B/en
Publication of CN106484421A publication Critical patent/CN106484421A/en
Application granted granted Critical
Publication of CN106484421B publication Critical patent/CN106484421B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a kind of method and system quickly generating api interface, it is related to api interface debugging field.The lower step of the method is:Obtain interface name, interface type, solicited message and the return information of api interface;In the interface name template file with api interface type matching, after adding interface name and the solicited message of api interface, form preliminary interface document;In interface message template file corresponding with interface type, after adding the return information of current api interface, generate interface message;Interface message is added preliminary interface document, forms complete interface file;Respectively the interface name of complete interface file, solicited message and return information are all mapped to after webpage, api interface generates and completes.The present invention can directly generate and calling interface according to request, eliminate the process researching and developing and generating interface on the server, not only increase the formation efficiency of interface, and significantly reduce development cost, be highly convenient for people and use.

Description

A kind of method and system quickly generating api interface
Technical field
The present invention relates to API (Application Programming Interface, application programming interface) interface Debugging field is and in particular to a kind of method and system quickly generating api interface.
Background technology
At present, the application program on mobile terminal (such as mobile phone, panel computer etc.), when generating interface, needs people from front end Member and background server personnel, carry out interface exploitation and generate cooperation;Due to the difference of interface exploitation progress and time, lead to double Square personnel cannot mating interface very well, thus affecting development progress.
Meanwhile, for the application program that some only need the interface that a small amount of and server carries out data interaction, after Platform server personnel develop to a small amount of interface needed for such application program, can waste substantial amounts of development cost.
Content of the invention
For defect present in prior art, present invention solves the technical problem that being:Directly generated according to request and adjust Use interface.The present invention can save the process researching and developing and generating interface on the server, not only increases the formation efficiency of interface, And significantly reduce development cost, it is highly convenient for people and use.
For reaching object above, the method quickly generating api interface that the present invention provides, comprise the following steps:
Step A:When api interface is generated, obtains the interface name of current api interface, interface type, solicited message and return Write in reply and cease;Solicited message include current api interface requested when required data, return information includes current api interface is asked Need the data returning after asking, go to step B;
Step B:Obtain the interface name template file mating with the interface type of current api interface, in this interface name In template file, after adding interface name and the solicited message of current api interface, form preliminary interface document, go to step C;
Step C:According to the interface type of current preliminary interface document, obtain corresponding interface message template file, connecing In message breath template file, after adding the return information of current api interface, generate interface message;Interface message is added current Preliminary interface document, forms complete interface file;Respectively by the interface name of current complete interface file, solicited message and return Information all maps to webpage, goes to step D;
Step D:When currently api interface is requested on webpage, in scanning webpage, whether there is interface name, solicited message With return information all with current api interface identical complete interface file, if it is determined that current api interface generates successfully, no Then determine that current api interface generates unsuccessful, return mistake.
The present invention provide the system quickly generating api interface realizing said method, including interface message acquisition module, Preliminary interface document generation module, complete interface file generating module and api interface request module;
Interface message acquisition module is used for:When api interface is generated, obtain interface name, the interface class of current api interface Type, solicited message and return information;Solicited message include current api interface requested when required data, return information includes Need the data returning after current api interface is requested, send preliminary interface document to preliminary interface document generation module and generate Signal;
Preliminary interface document generation module is used for:After receiving preliminary interface document generation signal, acquisition is connect with api interface The interface name template file of mouth type matching, in interface name template file, adds interface name and the request of api interface After information, form preliminary interface document, send complete interface file generated signal to complete interface file generating module;
Complete interface file generating module is used for:After receiving complete interface file generated signal, according to preliminary interface document Interface type, obtain corresponding interface message template file, in interface message template file, add api interface return After information, generate interface message;Interface message is added current preliminary interface document, forms complete interface file;Respectively will be complete The interface name of whole interface document, solicited message and return information all map to webpage;
Api interface request module is used for:When api interface is requested on webpage, in scanning webpage, whether there is interface Title, solicited message and return information all with current api interface identical complete interface file, if so, return api interface generate Signal, otherwise returns rub-out signal.
Compared with prior art, it is an advantage of the current invention that:
(1) present invention according to interface name when requested for the api interface, interface type, solicited message and can return letter Breath, generates corresponding interface in the form of a file.Therefore, need to be researched and developed on the server and generation connects with prior art Mouth is compared, and the present invention can save the process researching and developing and generating interface on the server, not only increases the formation efficiency of interface, And significantly reduce development cost, it is highly convenient for people and use.
(2) present invention, in request interface first, can generate preliminary interface document according to interface name and be saved in data In storehouse, when this interface is asked again, only need in data base, directly to call the preliminary interface document of same-interface title and arrange Solicited message therein and return information.Therefore the present invention, when interface is asked again, eliminates preliminary interface document Generation step, and then simplify the product process of interface, improve work efficiency.
Brief description
Fig. 1 is the flow chart of the method quickly generating api interface in the embodiment of the present invention.
Specific embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.
The method quickly generating api interface shown in Figure 1, in the embodiment of the present invention, comprises the following steps:
S1:The interface type of the api interface generating as needed, presets php (Hypertext Preprocessor, HyperText Preprocessor) the interface name template file of form and interface message template file (set principle It is by agreement, the method name in modification template file and return value).
S2:When requested personnel ask to generate api interface on webpage, obtain interface name, the interface of current api interface Type, solicited message and return information;Solicited message include current api interface requested when required data, return information bag Include current api interface requested after need return data, go to S3.
Solicited message in S2 includes GET (acquisition data message), POST (data information), PUT (storage data letter Breath) and DELETE (deletion data message) etc..
S3:Judge that on mobile terminal, (data base in S4) whether there is the interface name identical with current api interface The preliminary interface document of php form, if so, goes to S5, otherwise goes to S4.
S4:Obtain the interface name template file mating with the interface type of current api interface, in this interface name template In file, after adding interface name and the solicited message of current api interface, form preliminary interface document, by all preliminary interfaces File preserves and forms data base, goes to S5.
S5:According to the interface type of current preliminary interface document, obtain corresponding interface message template file, in interface letter In breath template file, after adding the return information of current api interface, generate interface message code;Interface message code is added Current preliminary interface document, forms complete interface file;By the interface name of current complete interface file, solicited message and return Information all maps to webpage, goes to S6.
In S5, interface message template file generates interface message code according to code below block:
$ str=" public function ". method_name. " ()
{return".$var_export.";}";
$ method_nam (method name) therein is replaced with interface name, $ var_export (return value) is replaced For return information.
The reason generate interface message by interface message template file is:Because interface of different nature is requested When, possible interface name is identical with solicited message, but return information is different, therefore in interface message, needs to comprise to correspond to not With the return information of solicited message, could the requested interface of accurate match.And interface message code can also be according to different Demand and practical situation are configured, and add preliminary interface document just permissible when initialization system.
S6:When requested personnel ask current api interface on webpage, whether there is interface name in scanning webpage, ask Ask information and return information all with current api interface identical complete interface file, if it is determined that current api interface generates Success, the complete interface file that directly request scanning obtains to execute work as interface, terminates;Otherwise determine that current API connects Mouth failed regeneration, returns mistake, terminates.
The system quickly generating api interface realizing said method that the present invention provides, including template sets module, interface Data obtaining module, preliminary interface document generation module, complete interface file generating module and api interface request module.
Template sets module is used for:The interface type of requested api interface as needed, sets the interface of php form Title template file and interface message template file.
Interface message acquisition module is used for:When api interface is generated, obtain interface name, the interface class of current api interface Type, solicited message and return information;Solicited message include current api interface requested when required data (such as GET, POST, PUT and DELETE, return information includes the data needing after current api interface is requested to return;Judge whether deposit in data base In the preliminary interface document of interface name identical with current api interface, if so, send to complete interface file generating module Whole interface document generates signal, otherwise sends preliminary interface document to preliminary interface document generation module and generates signal.
Preliminary interface document generation module is used for:After receiving preliminary interface document generation signal, acquisition is connect with api interface The interface name template file of mouth type matching, in interface name template file, adds interface name and the request of api interface After information, form the preliminary interface document of php form, all preliminary interface documents are preserved and forms data base, to complete interface File generating module sends complete interface file generated signal.
Complete interface file generating module is used for:After receiving complete interface file generated signal, according to preliminary interface document Interface type, obtain corresponding interface message template file, in interface message template file, add api interface return After information, generate interface message;Interface message is added current preliminary interface document, forms complete interface file;Respectively will be complete The interface name of whole interface document, solicited message and return information all map to webpage.
Api interface request module is used for:When api interface is requested on webpage, in scanning webpage, whether there is interface Title, solicited message and return information all with current api interface identical complete interface file, if so, return api interface generate Signal, otherwise returns rub-out signal.
The present invention is not limited to above-mentioned embodiment, for those skilled in the art, without departing from On the premise of the principle of the invention, some improvements and modifications can also be made, these improvements and modifications are also considered as the protection of the present invention Within the scope of.The content not being described in detail in this specification belongs to prior art known to professional and technical personnel in the field.

Claims (10)

1. a kind of method quickly generating api interface is it is characterised in that the method comprises the following steps:
Step A:When api interface is generated, obtain interface name, interface type, solicited message and the return letter of current api interface Breath;Solicited message include current api interface requested when required data, return information include current api interface requested after Need the data returning, go to step B;
Step B:Obtain the interface name template file mating with the interface type of current api interface, in interface name template literary composition In part, after adding interface name and the solicited message of current api interface, form preliminary interface document, go to step C;
Step C:According to the interface type of current preliminary interface document, obtain corresponding interface message template file, in interface letter In breath template file, after adding the return information of current api interface, generate interface message;Interface message is added current preliminary Interface document, forms complete interface file;Respectively by the interface name of current complete interface file, solicited message and return information All map to webpage, go to step D;
Step D:When currently api interface is requested on webpage, whether there is interface name, solicited message in scanning webpage and return Write in reply breath all with current api interface identical complete interface file, if it is determined that currently api interface generate successfully, otherwise really Settled front api interface generates unsuccessful, return mistake.
2. quickly generate the method for api interface as claimed in claim 1 it is characterised in that:Formed described in step B and tentatively connect After mouth file, further comprising the steps of:All preliminary interface documents are preserved and forms data base;On this basis, in step A Further comprising the steps of and step B between:Judge in data base whether there is with the beginning of the interface name identical of current api interface Step interface document, if so, goes to step C, otherwise goes to step B.
3. quickly generate the method for api interface as claimed in claim 1 it is characterised in that:Following step is also included before step A Suddenly:The interface type of requested api interface as needed, sets interface name template file and interface message template file.
4. quickly generate the method for api interface as claimed in claim 3 it is characterised in that:Described interface name template file It is php form with interface message template file and preliminary interface document.
5. the method quickly generating api interface as described in any one of Claims 1-4 it is characterised in that:Described in step A Solicited message includes GET, POST, PUT and DELETE.
6. a kind of system quickly generating api interface realizing claim 1 to 5 any one methods described it is characterised in that:Should System includes interface message acquisition module, preliminary interface document generation module, complete interface file generating module and api interface please Modulus block;
Interface message acquisition module is used for:When api interface is generated, obtain the interface name of current api interface, interface type, Solicited message and return information;Solicited message include current api interface requested when required data, return information includes currently Need the data returning after api interface is requested, send preliminary interface document to preliminary interface document generation module and generate signal;
Preliminary interface document generation module is used for:After receiving preliminary interface document generation signal, obtain the interface class with api interface The interface name template file of type coupling, in interface name template file, adds interface name and the solicited message of api interface Afterwards, form preliminary interface document, send complete interface file generated signal to complete interface file generating module;
Complete interface file generating module is used for:After receiving complete interface file generated signal, according to connecing of preliminary interface document Mouth type, obtains corresponding interface message template file, in interface message template file, adds the return information of api interface Afterwards, generate interface message;Interface message is added current preliminary interface document, forms complete interface file;Completely connect respectively The interface name of mouth file, solicited message and return information all map to webpage;
Api interface request module is used for:When api interface is requested on webpage, scanning webpage in the presence or absence of interface name, Solicited message and return information all with current api interface identical complete interface file, if so, return api interface and generate signal, Otherwise return rub-out signal.
7. quickly generate the system of api interface as claimed in claim 6 it is characterised in that:Described preliminary interface document generates All preliminary interface documents, after forming preliminary interface document, also can be preserved and form data base by module;On this basis, institute After stating interface name, interface type, solicited message and the return information that interface message acquisition module obtains api interface, also can Judge to whether there is the preliminary interface document of interface name identical with current api interface in data base, if so, to complete interface File generating module sends complete interface file generated signal, otherwise sends preliminary interface literary composition to preliminary interface document generation module Part generates signal.
8. quickly generate the system of api interface as claimed in claim 6 it is characterised in that:This system also includes template sets Module, it is used for:The interface type of requested api interface as needed, sets interface name template file and interface message Template file.
9. quickly generate the system of api interface as claimed in claim 8 it is characterised in that:Described interface name template file It is php form with interface message template file and preliminary interface document.
10. the system quickly generating api interface as described in any one of claim 6 to 9 it is characterised in that:Described interface letter The solicited message that breath acquisition module obtains includes GET, POST, PUT and DELETE.
CN201610887158.4A 2016-10-11 2016-10-11 A kind of method and system quickly generating api interface Active CN106484421B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610887158.4A CN106484421B (en) 2016-10-11 2016-10-11 A kind of method and system quickly generating api interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610887158.4A CN106484421B (en) 2016-10-11 2016-10-11 A kind of method and system quickly generating api interface

Publications (2)

Publication Number Publication Date
CN106484421A true CN106484421A (en) 2017-03-08
CN106484421B CN106484421B (en) 2019-08-02

Family

ID=58269750

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610887158.4A Active CN106484421B (en) 2016-10-11 2016-10-11 A kind of method and system quickly generating api interface

Country Status (1)

Country Link
CN (1) CN106484421B (en)

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107577622A (en) * 2017-08-01 2018-01-12 广州酷狗计算机科技有限公司 Back end interface analogy method, equipment and storage medium
CN107977198A (en) * 2017-12-21 2018-05-01 中科点击(北京)科技有限公司 Method and device based on crawler technology generation application programming interface API
CN108388622A (en) * 2018-02-12 2018-08-10 平安科技(深圳)有限公司 Api interface dynamic creation method, device, computer equipment and storage medium
CN108491199A (en) * 2018-03-06 2018-09-04 福建天泉教育科技有限公司 A kind of method and terminal automatically generating interface
CN108520032A (en) * 2018-03-27 2018-09-11 深圳中兴网信科技有限公司 Data-interface method for building up, system, computer equipment and storage medium
CN108804103A (en) * 2018-06-20 2018-11-13 郑州云海信息技术有限公司 A kind of scan interface simultaneously generates the method that can call api interface document
CN109117290A (en) * 2018-08-20 2019-01-01 郑州云海信息技术有限公司 A kind of analogy method and device of interface
CN109165039A (en) * 2018-04-28 2019-01-08 北京数聚鑫云信息技术有限公司 A kind of configuration and execution method, system and medium of web API
CN109165248A (en) * 2018-01-29 2019-01-08 北京数聚鑫云信息技术有限公司 A kind of management system and management method based on API
CN110149339A (en) * 2019-05-27 2019-08-20 浪潮云信息技术有限公司 A kind of method and system for realizing AWS API based on RESTful API
CN111597059A (en) * 2020-04-18 2020-08-28 北京奇保信安科技有限公司 Interface calling request processing method and device and electronic equipment
CN112631694A (en) * 2020-12-11 2021-04-09 远光软件股份有限公司 API (application programming interface) packaging calling method and system
CN113918499A (en) * 2021-12-16 2022-01-11 深圳市明源云科技有限公司 Open interface generation method, network device and computer readable storage medium
CN115098085A (en) * 2022-06-23 2022-09-23 北京新唐思创教育科技有限公司 Interface object generation method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043624A (en) * 2010-12-17 2011-05-04 青岛海信网络科技股份有限公司 Method for automatically programming intermediate communication interface and device
CN105117233A (en) * 2015-09-14 2015-12-02 百度在线网络技术(北京)有限公司 API calling method and device
CN105183672A (en) * 2015-08-07 2015-12-23 北京思特奇信息技术股份有限公司 Self-adaptive interface calling method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102043624A (en) * 2010-12-17 2011-05-04 青岛海信网络科技股份有限公司 Method for automatically programming intermediate communication interface and device
CN105183672A (en) * 2015-08-07 2015-12-23 北京思特奇信息技术股份有限公司 Self-adaptive interface calling method and system
CN105117233A (en) * 2015-09-14 2015-12-02 百度在线网络技术(北京)有限公司 API calling method and device

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107577622A (en) * 2017-08-01 2018-01-12 广州酷狗计算机科技有限公司 Back end interface analogy method, equipment and storage medium
CN107577622B (en) * 2017-08-01 2020-06-16 广州酷狗计算机科技有限公司 Method, device and storage medium for simulating rear-end interface
CN107977198A (en) * 2017-12-21 2018-05-01 中科点击(北京)科技有限公司 Method and device based on crawler technology generation application programming interface API
CN110569299A (en) * 2018-01-29 2019-12-13 北京数聚鑫云信息技术有限公司 management system and management method based on API
CN109165248A (en) * 2018-01-29 2019-01-08 北京数聚鑫云信息技术有限公司 A kind of management system and management method based on API
WO2019153549A1 (en) * 2018-02-12 2019-08-15 平安科技(深圳)有限公司 Method and apparatus for dynamically generating api, computer device and storage medium
CN108388622A (en) * 2018-02-12 2018-08-10 平安科技(深圳)有限公司 Api interface dynamic creation method, device, computer equipment and storage medium
CN108491199A (en) * 2018-03-06 2018-09-04 福建天泉教育科技有限公司 A kind of method and terminal automatically generating interface
CN108491199B (en) * 2018-03-06 2021-04-27 福建天泉教育科技有限公司 Method and terminal for automatically generating interface
CN108520032A (en) * 2018-03-27 2018-09-11 深圳中兴网信科技有限公司 Data-interface method for building up, system, computer equipment and storage medium
CN108520032B (en) * 2018-03-27 2021-08-31 深圳中兴网信科技有限公司 Data interface establishing method, system, computer equipment and storage medium
CN109165039A (en) * 2018-04-28 2019-01-08 北京数聚鑫云信息技术有限公司 A kind of configuration and execution method, system and medium of web API
CN109165039B (en) * 2018-04-28 2019-10-01 北京数聚鑫云信息技术有限公司 A kind of configuration and execution method, system and medium of web API
CN108804103A (en) * 2018-06-20 2018-11-13 郑州云海信息技术有限公司 A kind of scan interface simultaneously generates the method that can call api interface document
CN109117290A (en) * 2018-08-20 2019-01-01 郑州云海信息技术有限公司 A kind of analogy method and device of interface
CN109117290B (en) * 2018-08-20 2021-10-01 郑州云海信息技术有限公司 Interface simulation method and device
CN110149339A (en) * 2019-05-27 2019-08-20 浪潮云信息技术有限公司 A kind of method and system for realizing AWS API based on RESTful API
CN111597059A (en) * 2020-04-18 2020-08-28 北京奇保信安科技有限公司 Interface calling request processing method and device and electronic equipment
CN112631694A (en) * 2020-12-11 2021-04-09 远光软件股份有限公司 API (application programming interface) packaging calling method and system
CN112631694B (en) * 2020-12-11 2023-08-11 远光软件股份有限公司 API (application program interface) encapsulation calling method and system
CN113918499A (en) * 2021-12-16 2022-01-11 深圳市明源云科技有限公司 Open interface generation method, network device and computer readable storage medium
CN115098085A (en) * 2022-06-23 2022-09-23 北京新唐思创教育科技有限公司 Interface object generation method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN106484421B (en) 2019-08-02

Similar Documents

Publication Publication Date Title
CN106484421A (en) A kind of method and system quickly generating api interface
CN103023933B (en) A kind of log-on message Integrated Processing System and method
CN106657149B (en) Communication protocol conversion method and device
CN105404620A (en) Form verification method and apparatus
CN104081742A (en) Method and apparatus for providing federated service accounts
CN104219195A (en) Identity verifying method, device and system
CN106227742A (en) Dynamic web page based on B/S pattern generates method, server and system
CN110175833B (en) Computer device, method, system and medium for binding bank card information
CN104618415A (en) Method, device and system for creating credit account
KR20160119778A (en) Generating barcode and authenticating based on barcode
CN103546517A (en) Network information pushing system and network information pushing method
CN110335111A (en) Data processing method, system, terminal and server
CN111125496A (en) Price query method, device and system
CN104580310A (en) Log processing method and server
CN102609409A (en) Online translation method, device, system and server
CN114816499A (en) Electronic resource sharing method and device and storage medium
CN108833371A (en) A kind of method of information exchange, client, server and system
CN109919739A (en) Supply and demand service matching method, device, equipment and computer readable storage medium
WO2015070593A1 (en) Method, device and system for on-line payment information transmission
CN109862399A (en) It shows the method for rich media information, handle method, computer installation and the computer readable storage medium of rich media information
CN103077174A (en) Concurrent resource updating method and equipment
CN205430307U (en) Support user registration system of two -dimensional code scanning
CN106407165A (en) Numerical value transfer record checking method and apparatus
CN104077285B (en) File designation method and the first electronic equipment
CN102523271A (en) Terminal and communication method and system thereof

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231110

Address after: Room 606-609, Compound Office Complex Building, No. 757, Dongfeng East Road, Yuexiu District, Guangzhou, Guangdong Province, 510699

Patentee after: China Southern Power Grid Internet Service Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.