[go: up one dir, main page]

CN113411237B - Method, storage medium and system for detecting terminal state with low delay - Google Patents

Method, storage medium and system for detecting terminal state with low delay Download PDF

Info

Publication number
CN113411237B
CN113411237B CN202110945740.2A CN202110945740A CN113411237B CN 113411237 B CN113411237 B CN 113411237B CN 202110945740 A CN202110945740 A CN 202110945740A CN 113411237 B CN113411237 B CN 113411237B
Authority
CN
China
Prior art keywords
state
terminal
state quantity
heartbeat signal
memory unit
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.)
Active
Application number
CN202110945740.2A
Other languages
Chinese (zh)
Other versions
CN113411237A (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.)
Sichuan Whale Wolf Enterprise Management Co ltd
Original Assignee
Chengdu Fengshuo Intelligent 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 Fengshuo Intelligent Digital Technology Co ltd filed Critical Chengdu Fengshuo Intelligent Digital Technology Co ltd
Priority to CN202110945740.2A priority Critical patent/CN113411237B/en
Publication of CN113411237A publication Critical patent/CN113411237A/en
Application granted granted Critical
Publication of CN113411237B publication Critical patent/CN113411237B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/10Active monitoring, e.g. heartbeat, ping or trace-route
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/164Adaptation or special uses of UDP protocol

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Cardiology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Security & Cryptography (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a method, a storage medium and a system for detecting a terminal state with low delay. The invention adopts the udp protocol to ensure that the communication of the transmission layer is simple and convenient, a large amount of network resources are saved, the system can bear higher concurrency under the condition of multi-terminal low delay, and meanwhile, the connection state of the terminal is judged according to the proportion of receiving the heartbeat state quantity in the byte array, thereby improving the accuracy of the detection result.

Description

Method, storage medium and system for detecting terminal state with low delay
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, a storage medium, and a system for detecting a terminal state with low latency.
Background
During network communication in a long connection state, the client generally does not actively disconnect the connection with the server, however, as the number of connected clients increases or when the network fluctuates, some clients which do not have read-write time for a long time disconnect, so as to ensure that the server is in an optimal state.
The heartbeat mechanism is a mechanism commonly used in computer terminal equipment for detecting and judging whether the terminals are in an effective connection state, the terminals send a self-defined structure body such as a heartbeat packet to another terminal which establishes communication connection at regular time, and the connected terminals confirm whether disconnection occurs according to the sending and receiving of heartbeats.
Most of the existing heartbeat mechanisms send messages regularly through a TCP (transmission control protocol), however, connection establishment based on the TCP consumes a lot of time and CPU (central processing unit) resources, and the existing detection of the connection state of a client based on the TCP generally comprises that a server sets a state field, the client regularly sends heartbeats to the server to maintain the field, if the connection state exceeds a set time limit, if the heartbeat is not received, namely the change of the state field is detected, the client is judged to be offline, the mode is greatly influenced by network fluctuation, particularly in a multi-terminal synchronous connection system, instructions and data do not need to be sent between terminals in real time, and when the network fluctuation occurs, misjudgment of connection detection may be caused;
based on the problem, in practice, the time length of a period of time is set as a detection time interval, the receiving and sending times of the heartbeat signals in the preset time interval are monitored and obtained, finally, the times of successfully receiving or not receiving the heartbeat signals in the time interval are counted, whether the times of the heartbeat signals reach the set times is judged, and the times are used as the detection result of the connection state.
Disclosure of Invention
In order to solve the technical problems, the invention provides a method, a storage medium and a system for detecting the state of a terminal with low delay, the method adopts an unreliable message transmission protocol udp to transmit heartbeat signal messages, the consumption of network resources is reduced, the system can bear higher concurrency under the condition of low delay, the state identification of the terminal is connected by creating byte arrays to store, after a server receives the heartbeat signals, the state quantity stored in a memory unit is continuously updated according to the reception of the heartbeat signals, the byte arrays are recycled, the online state of the terminal is judged by judging the online state identification proportion in the current array in real time, the detection accuracy is improved, and the delay time is reduced.
Specifically, the present invention provides a method for detecting a terminal state with low delay, which is characterized by comprising the following steps:
creating a byte array, equally dividing a memory space therein as a state space of the terminal, and storing a state identifier;
initializing the byte array, and initializing the state identifier of each memory unit to a set state quantity;
receiving a heartbeat signal to change the state quantity stored in the byte array, acquiring and recording the received heartbeat signal, receiving the heartbeat signal of the terminal by the server, and changing the state quantity of a memory unit corresponding to the current heartbeat signal time unit in a memory space corresponding to the terminal according to the receiving condition;
and the terminal online judgment is used for acquiring the state identification result of the byte array corresponding to the memory space of each terminal and judging whether the terminal is online or not according to the state proportion of successfully receiving the heartbeat signal in the state identification result.
Further, the transmission of the heartbeat signal between the terminal and the server adopts a udp protocol to transmit the heartbeat signal message data.
Further, the sending period of the heartbeat signal is 200 ms.
Further, when the state quantity stored in the byte array is changed by receiving the heartbeat signal, the byte array is recycled, the state quantity of the next memory unit is re-assigned in each period of receiving the heartbeat signal, and the state quantity is updated by pointing to the first memory unit after the state quantity of the last memory unit in the corresponding memory space is assigned.
Furthermore, after the state quantity of the current memory unit is reassigned, the state quantity of the next memory unit is changed at the same time, so that the state identifier in the next memory unit is changed into the initial state.
Further, when the terminal judges online, the state quantity of the heartbeat signal message successfully received is counted according to the current state identification result, and whether the preset online state quantity is met or not is judged.
Further, the parameter ratio is a parameter value which is not less than X/2 and rounded up, and X represents the current state space quantity of the memory unit.
The present invention also provides a computer-readable storage medium storing a computer program, wherein the computer program, when executed by a processor, implements the steps of the method for detecting a terminal state with low latency.
The invention also provides a terminal system, wherein the terminal comprises a memory, a processor and a communication module, the memory stores computer programs, the terminal system is characterized in that the terminals are in communication connection through the communication module, and the processor realizes the steps of the method for detecting the state of the terminal with low delay when executing the computer programs.
The invention has the following beneficial effects:
the method comprises the steps of establishing an array for storing state identification of a terminal, utilizing the array to store various types of data, obtaining and updating state quantity stored in the array through a pointer, facilitating statistical calculation, reducing calculation pressure of a CPU, continuously updating data in state spaces corresponding to different terminals in the array by a server according to received heartbeat signals, judging the connection state of the terminal according to the current state quantity ratio in real time, and avoiding misjudgment caused by repeated failure in receiving and sending heartbeat signals under abnormal conditions such as network instability.
The heartbeat signal message is sent by adopting a udp protocol to realize communication, so that the consumption of network resources is reduced, and the concurrency borne by the system is improved under the condition of low delay.
Drawings
FIG. 1 is a schematic overall flow diagram of the process of the present invention;
FIG. 2 is a schematic diagram of array storage in the detection process according to an embodiment of the present invention;
FIG. 3 is a schematic diagram of an apparatus according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of a system architecture in an embodiment of the invention;
FIG. 5 is a flow chart illustrating the execution of the process of the present invention.
Description of the drawings: in fig. 2, a is a state space of an initial state, b is a state space when a heartbeat signal is received once in a first time unit, c is a state space when a heartbeat signal is received four times in a fourth time unit, and d is a state space when an eight-time heartbeat signal is received in an eighth time unit.
Detailed Description
In the following description, technical solutions in the embodiments of the present invention are clearly and completely described, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Example 1
Embodiment 1 of the present invention provides a method for detecting a terminal state with low delay, where a heartbeat is a very small data packet sent to another party interconnected at intervals in a communication, as shown in fig. 1, including the following steps:
s1: creating a memory space in which a byte array is equally divided as a state space storage state identifier of the terminal;
the state identifier indicates whether scalar data of the heartbeat signal is received or not, memory units are equally divided to correspond to the terminals, and the number of the memory units is adjusted according to the heartbeat signal sending period and the number of the terminals.
S2: initializing the byte array, and initializing the state identifier of each memory unit to a set state quantity;
as shown in a in fig. 2, five consecutive memory units form a state space of one terminal, and initialization sets the state quantities of all the memory units to 0.
S3: acquiring and recording a received heartbeat signal, receiving the heartbeat signal of the terminal by a server, and changing the state quantity of a memory unit corresponding to the time unit in a memory space corresponding to the terminal according to the receiving condition;
a terminal serving as a client sends a heartbeat message to a server in each certain heartbeat signal period, after the server receives a heartbeat signal, the server assigns a state quantity of a T% X memory unit of a state space corresponding to the terminal to 1, sets a T% X +1 memory unit to 0, wherein T represents a current heartbeat period, and X represents a number of memory units contained in the state space, as shown in b in fig. 2, a first time unit, namely, after the first heartbeat period, if the heartbeat is received, a pointer points to the first memory unit of each state space in an array, sets the state quantity to 1, and sets the next memory unit to 0;
referring to c of fig. 2, in the fourth time unit, if four heartbeats are received, the change of the storage state quantity in the array, the array is recycled, according to the divided memory units as the limiting parameters, when the last memory position of a state space is used, the pointer points to the first memory position to update the state quantity again, as shown in d of fig. 2, the variation of the storage state quantity in the array when the eight heartbeats are successfully received in the eighth time unit, so as to avoid counting the successful receiving heartbeat times according to a certain time period, under the condition of longer time interval, the detection result is inaccurate, and the array is recycled, so that the system can judge the connection state of the terminal in real time according to the state space corresponding to the current terminal, and the influence caused by unstable heartbeat receiving caused by abnormal conditions during state detection is reduced.
S4: acquiring state identification results of the byte arrays corresponding to the memory space of each terminal, and judging whether the terminal is on line or not according to the state proportion of successfully receiving heartbeats in the state identification results;
the pointer traverses the array, acquires state quantity data stored in the current array, counts the sum of state quantities in each state space, calculates the proportion of the state quantity of the received heartbeat to the whole memory space of the corresponding terminal, judges whether the state quantity of the received heartbeat is larger than a preset parameter proportion alpha, and judges whether the terminal is on line according to the proportion of the received heartbeat state quantity, wherein the preset parameter proportion alpha is not lower than a parameter value which is rounded up for X/2 in the embodiment.
Example 2
An embodiment 2 of the present invention provides a terminal system, as shown in fig. 3, where a terminal includes a memory, a processor, and a communication module, and in combination with fig. 4, the system is provided with a plurality of terminals, which are respectively used as a server and a client, where the client and the server establish a communication connection through the communication module, in this embodiment, taking a multi-terminal synchronization system as an example, and in combination with fig. 5, a terminal state detection process in the system is as follows:
firstly, starting each terminal of the system, initializing, and initializing a byte array which is created and stored in a server and used for storing state quantity, namely traversing the array to set the stored state quantity to 0;
then the server monitors and receives heartbeats sent by the clients;
judging whether the heartbeat is detected in a set time period, if the heartbeat is successfully received, updating the state quantity of the current corresponding state space, namely that the pointer points to the current position, setting the state quantity to be 1, then adding 1 to the pointer to point to the next memory unit, and simultaneously judging whether the memory unit corresponding to the heartbeat is the last memory position of the state space of the terminal, namely judging whether the pointer of the next memory unit exceeds the memory position of the state space of the current terminal;
if the current terminal state space exceeds the first memory position, pointing the pointer to the first memory position of the current terminal state space, and setting the state quantity stored in the memory unit as 0; if the state quantity stored in the next memory unit does not exceed the state space storage unit to which the current terminal belongs, setting the state quantity stored in the next memory unit to be 0, namely setting the value of the memory unit of the Tth% X to be 0 in the Tth heartbeat cycle and setting the value of the memory unit of the T% X +1 to be 1;
if the time unit does not receive the heartbeat, adding 1 to the pointer to point to the next memory unit, and setting the state quantity stored in the next memory unit to be 0.
In the monitoring process of the server, after the state quantity stored in the array is updated in each heartbeat cycle, the state quantity of each current state space is obtained, the state quantity condition of the received heartbeat is counted, namely, the state quantity stored in the state space corresponding to each terminal is summed, whether the proportion of the memory units in the occupied state space exceeds a preset parameter proportion alpha is judged, if the preset parameter proportion exceeds, the disconnection of the terminal is indicated, prompt is carried out, and if the preset parameter proportion does not exceed, the terminal is in a connection state.
Example 3
Embodiment 3 of the present invention provides a computer-readable storage medium, in which a computer program is stored, where the computer program is executed by a processor to perform the steps of the terminal state detection method, so as to complete a system operation detection process.
The invention is not limited to the foregoing embodiments. The invention extends to any novel feature or any novel combination of features disclosed in this specification and any novel method or process steps or any novel combination of features disclosed.

Claims (8)

1. A method for detecting the state of a terminal with low delay is characterized by comprising the following steps:
creating a byte array, equally dividing a memory space therein as a state space of the terminal, and storing a state identifier;
initializing the byte array, and initializing the state identifier of each memory unit to a set state quantity;
receiving a heartbeat signal to change the state quantity stored in the byte array, acquiring and recording the received heartbeat signal, receiving the heartbeat signal of the terminal by the server, and changing the state quantity of a memory unit corresponding to the current heartbeat signal time unit in a memory space corresponding to the terminal according to the receiving condition;
and when the terminal judges online, counting the state quantity of successfully receiving the heartbeat signal message according to the current state identification result, and judging whether the state quantity meets the preset parameter proportion.
2. The method for detecting the state of the terminal with low delay as claimed in claim 1, wherein the transmission of the heartbeat signal between the terminal and the server uses udp protocol for the transmission of the heartbeat signal message data.
3. A method for detecting the status of a terminal with low delay as claimed in claim 1, wherein the transmission period of the heartbeat signal is 200 ms.
4. The method according to claim 1, wherein when the state quantity stored in the byte array is changed by receiving the heartbeat signal, the state quantity of the current memory unit is re-assigned every period of receiving the heartbeat signal, the byte array is used cyclically, and when the state quantity of the last memory unit in the corresponding memory space is assigned, the state quantity is updated in the direction of the first memory unit.
5. The method according to claim 4, wherein after reassigning the state quantity of the current memory unit, the state quantity of the next memory unit is changed at the same time, so that the state identifier in the next memory unit is changed to the initial state.
6. The method of claim 1, wherein the parameter ratio is a parameter value not less than X/2 rounded up, where X represents the current amount of memory unit state space.
7. A computer-readable storage medium, storing a computer program, characterized in that the computer program, when being executed by a processor, carries out the steps of the method of low-latency detection of a terminal state of any one of claims 1-6.
8. A terminal system, the terminals comprising a memory, a processor and a communication module, the memory storing computer programs, wherein the terminals are connected via the communication module, and the processor executes the computer programs to implement the steps of the method for detecting the state of the terminal with low delay as claimed in any one of claims 1 to 6.
CN202110945740.2A 2021-08-18 2021-08-18 Method, storage medium and system for detecting terminal state with low delay Active CN113411237B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110945740.2A CN113411237B (en) 2021-08-18 2021-08-18 Method, storage medium and system for detecting terminal state with low delay

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110945740.2A CN113411237B (en) 2021-08-18 2021-08-18 Method, storage medium and system for detecting terminal state with low delay

Publications (2)

Publication Number Publication Date
CN113411237A CN113411237A (en) 2021-09-17
CN113411237B true CN113411237B (en) 2021-11-30

Family

ID=77688771

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110945740.2A Active CN113411237B (en) 2021-08-18 2021-08-18 Method, storage medium and system for detecting terminal state with low delay

Country Status (1)

Country Link
CN (1) CN113411237B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113905005B (en) * 2021-09-30 2023-05-23 完美世界(北京)软件科技发展有限公司 Method and device for updating client state of instant messaging

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101778019A (en) * 2010-04-01 2010-07-14 杭州华三通信技术有限公司 Heartbeat detection message sending method and equipment
CN104022922A (en) * 2014-06-27 2014-09-03 北京邮电大学 Mobile terminal, heartbeat forwarding server and heartbeat information transmitting method and system
CN104135571A (en) * 2014-08-12 2014-11-05 中国联合网络通信集团有限公司 Method of setting heartbeat timer, terminal and server
CN106452973A (en) * 2016-11-04 2017-02-22 乐视控股(北京)有限公司 A method, apparatus and terminal maintaining persistent connection of communication links
CN108809761A (en) * 2018-06-12 2018-11-13 威创集团股份有限公司 Presence detection method and device
CN108833205A (en) * 2018-06-05 2018-11-16 中国平安人寿保险股份有限公司 Information processing method, device, electronic equipment and storage medium

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1999033278A2 (en) * 1997-09-26 1999-07-01 Alcatel Usa Sourcing Lp Interface components for a telecommunications switching platform
CN100343826C (en) * 2003-04-29 2007-10-17 华为技术有限公司 Method for implementing memory management
WO2005084040A1 (en) * 2004-02-27 2005-09-09 Utstarcom (China) Co., Ltd. A method and a system of double engines sharing memory
US8850262B2 (en) * 2010-10-12 2014-09-30 International Business Machines Corporation Inter-processor failure detection and recovery
CN103083005B (en) * 2011-11-01 2015-05-13 北京瓦力网络科技有限公司 Method for testing heart rate of user
CN102799486B (en) * 2012-06-18 2014-11-26 北京大学 Data sampling and partitioning method for MapReduce system
WO2014172893A1 (en) * 2013-04-26 2014-10-30 华为技术有限公司 Method and apparatus for controlling sending of heartbeat signal
US9430547B2 (en) * 2013-12-02 2016-08-30 Qbase, LLC Implementation of clustered in-memory database
CN106922039B (en) * 2015-12-25 2020-06-05 阿里巴巴集团控股有限公司 Heartbeat message sending method and device
CN106936662B (en) * 2015-12-31 2020-01-31 杭州华为数字技术有限公司 method, device and system for realizing heartbeat mechanism
CN107046552B (en) * 2016-02-05 2020-10-23 华为技术有限公司 Data synchronization device and method based on heartbeat and distributed storage system
CN106162247B (en) * 2016-06-24 2019-03-05 武汉斗鱼网络科技有限公司 Any active ues collection maintaining method and system based on time wheel disc and page heartbeat
CN105979299B (en) * 2016-06-24 2019-06-04 武汉斗鱼网络科技有限公司 Any active ues collection maintenance system and method based on time wheel disc and player heartbeat
CN106254179B (en) * 2016-08-05 2020-07-24 深圳先进技术研究院 A heartbeat packet asynchronous control method and device
CN107786383A (en) * 2016-08-30 2018-03-09 北京国双科技有限公司 The sending method and device of heartbeat data packets
US10474548B2 (en) * 2016-09-30 2019-11-12 Commvault Systems, Inc. Heartbeat monitoring of virtual machines for initiating failover operations in a data storage management system, using ping monitoring of target virtual machines
CN107092522B (en) * 2017-03-30 2020-07-21 阿里巴巴集团控股有限公司 Real-time data calculation method and device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101778019A (en) * 2010-04-01 2010-07-14 杭州华三通信技术有限公司 Heartbeat detection message sending method and equipment
CN104022922A (en) * 2014-06-27 2014-09-03 北京邮电大学 Mobile terminal, heartbeat forwarding server and heartbeat information transmitting method and system
CN104135571A (en) * 2014-08-12 2014-11-05 中国联合网络通信集团有限公司 Method of setting heartbeat timer, terminal and server
CN106452973A (en) * 2016-11-04 2017-02-22 乐视控股(北京)有限公司 A method, apparatus and terminal maintaining persistent connection of communication links
CN108833205A (en) * 2018-06-05 2018-11-16 中国平安人寿保险股份有限公司 Information processing method, device, electronic equipment and storage medium
CN108809761A (en) * 2018-06-12 2018-11-13 威创集团股份有限公司 Presence detection method and device

Also Published As

Publication number Publication date
CN113411237A (en) 2021-09-17

Similar Documents

Publication Publication Date Title
CN110474975B (en) Heartbeat processing method and device of application program, electronic equipment and storage medium
CN113873017B (en) Heartbeat cycle adjusting method, device, client and server
CN113411237B (en) Method, storage medium and system for detecting terminal state with low delay
CN112468372A (en) Equipment state detection method and device in power line communication network
CN110601945A (en) Dual-redundancy CAN bus communication system and communication method
CN118018621A (en) Cloud rendering-based multiterminal real-time state synchronization and communication optimization method
CN112910740A (en) State reporting method, device, equipment and computer readable storage medium
EP4037272A1 (en) Data processing method and device
CN105357026B (en) A kind of resource information collection method and calculate node
CN111865659B (en) Main and standby controller switching method and device, controller and network equipment
CN114640703A (en) Data communication method and device, electronic equipment and storage medium
CN111586110B (en) Optimization processing method for raft in point-to-point fault
CN112799911A (en) Node health state detection method, device, equipment and storage medium
CN113612624B (en) Method and device for processing heartbeat between nodes
CN114885373A (en) Node data uploading method, device, equipment and storage medium
CN107171921B (en) Real-time communication method based on RS485 network
CN111935032B (en) Data packet sending method and system
CN212343793U (en) Backup processing system of RS485 ring network
CN114640705A (en) Large-scale heartbeat monitoring method for internet of things terminal
CN113079065A (en) Heartbeat detection method, device, equipment and medium based on Ambari
CN113783908A (en) Service calling method, device, equipment and storage medium
CN116546090B (en) Telemetry data pushing method, device, equipment and storage medium
CN112769889B (en) Service data pushing method and device, storage medium and electronic device
CN110597909A (en) Method for keeping state consistency of client and multi-terminal equipment
CN116366499B (en) Data transmission method, device, electronic equipment and medium

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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240823

Address after: No. 14, 6th Floor, Unit 2, Building 4, No. 88 Yangzishan Road, Chenghua District, Chengdu City, Sichuan Province 610000

Patentee after: Sichuan Whale Wolf Enterprise Management Co.,Ltd.

Country or region after: China

Address before: 610041 No. 2, floor 14, building 2, No. 1366, middle section of Tianfu Avenue, high tech Zone, Chengdu, Sichuan

Patentee before: Chengdu fengshuo Intelligent Digital Technology Co.,Ltd.

Country or region before: China