Security

Your present location > Home page > Security
Practical Design of the Power Chain for High-End Emergency Rescue eVTOLs: Balancing Power Density, Reliability, and Weight
High-End Emergency Rescue eVTOL Power Chain System Topology Diagram

High-End Emergency Rescue eVTOL Power Chain System Overall Topology Diagram

graph LR %% Main Power Source & Distribution subgraph "Primary Power Source & High-Voltage Distribution" BATTERY_PACK["High-Energy Density Battery Pack
400-500VDC"] --> HV_BUSBAR["Low-Inductance Laminated Busbar"] HV_BUSBAR --> PROP_INVERTER1["Propulsion Inverter #1"] HV_BUSBAR --> PROP_INVERTER2["Propulsion Inverter #2"] HV_BUSBAR --> PROP_INVERTER3["Propulsion Inverter #3"] HV_BUSBAR --> PROP_INVERTER4["Propulsion Inverter #4"] HV_BUSBAR --> HV_DCDC["High-Voltage DC-DC Converter"] end %% Propulsion Inverter Subsystem subgraph "Main Propulsion Inverter Module" subgraph "VBL17R15S MOSFET Half-Bridge Array" Q_INV_U1["VBL17R15S
700V/15A"] Q_INV_L1["VBL17R15S
700V/15A"] Q_INV_U2["VBL17R15S
700V/15A"] Q_INV_L2["VBL17R15S
700V/15A"] Q_INV_U3["VBL17R15S
700V/15A"] Q_INV_L3["VBL17R15S
700V/15A"] end PROP_INVERTER1 --> Q_INV_U1 PROP_INVERTER1 --> Q_INV_L1 PROP_INVERTER1 --> Q_INV_U2 PROP_INVERTER1 --> Q_INV_L2 PROP_INVERTER1 --> Q_INV_U3 PROP_INVERTER1 --> Q_INV_L3 Q_INV_U1 --> MOTOR_PHASE_U["Motor Phase U"] Q_INV_L1 --> INVERTER_GND["Inverter Ground"] Q_INV_U2 --> MOTOR_PHASE_V["Motor Phase V"] Q_INV_L2 --> INVERTER_GND Q_INV_U3 --> MOTOR_PHASE_W["Motor Phase W"] Q_INV_L3 --> INVERTER_GND subgraph "Gate Driver & Protection" GATE_DRIVER_INV["Isolated Gate Driver"] DESAT_PROTECTION["Desaturation Protection"] ACTIVE_CLAMPING["Active Clamping Circuit"] end GATE_DRIVER_INV --> Q_INV_U1 GATE_DRIVER_INV --> Q_INV_L1 GATE_DRIVER_INV --> Q_INV_U2 GATE_DRIVER_INV --> Q_INV_L2 GATE_DRIVER_INV --> Q_INV_U3 GATE_DRIVER_INV --> Q_INV_L3 DESAT_PROTECTION --> GATE_DRIVER_INV ACTIVE_CLAMPING --> Q_INV_U1 ACTIVE_CLAMPING --> Q_INV_L1 end %% Low-Voltage Distribution & Avionics subgraph "28VDC Avionics Power Distribution" HV_DCDC --> LV_BUS_28V["28VDC Primary Bus"] subgraph "Flight-Critical Actuator Control" subgraph "VBA4436 Dual P-Channel MOSFETs" SW_ACTUATOR1["VBA4436
-40V/-6A"] SW_ACTUATOR2["VBA4436
-40V/-6A"] SW_ACTUATOR3["VBA4436
-40V/-6A"] SW_ACTUATOR4["VBA4436
-40V/-6A"] end LV_BUS_28V --> SW_ACTUATOR1 LV_BUS_28V --> SW_ACTUATOR2 LV_BUS_28V --> SW_ACTUATOR3 LV_BUS_28V --> SW_ACTUATOR4 SW_ACTUATOR1 --> ACTUATOR1["Flight Control Actuator"] SW_ACTUATOR2 --> ACTUATOR2["Landing Gear Actuator"] SW_ACTUATOR3 --> ACTUATOR3["Rescue Hoist Motor"] SW_ACTUATOR4 --> ACTUATOR4["Emergency Lighting"] end subgraph "Core Avionics Point-of-Load Switching" subgraph "VBI1226 N-Channel MOSFET Array" SW_AVIONICS1["VBI1226
20V/6.8A"] SW_AVIONICS2["VBI1226
20V/6.8A"] SW_AVIONICS3["VBI1226
20V/6.8A"] SW_AVIONICS4["VBI1226
20V/6.8A"] end LV_BUS_28V --> DCDC_5V["5VDC Buck Converter"] LV_BUS_28V --> DCDC_3V3["3.3VDC Buck Converter"] DCDC_5V --> SW_AVIONICS1 DCDC_5V --> SW_AVIONICS2 DCDC_3V3 --> SW_AVIONICS3 DCDC_3V3 --> SW_AVIONICS4 SW_AVIONICS1 --> FCC1["Flight Control Computer #1"] SW_AVIONICS2 --> FCC2["Flight Control Computer #2"] SW_AVIONICS3 --> SENSOR_ARRAY["Sensor Suite"] SW_AVIONICS4 --> COMMS["Communication System"] end end %% Thermal Management System subgraph "Three-Zone Thermal Management Architecture" ZONE1_COOLING["Zone 1: Liquid Cooling
Propulsion Inverters"] --> Q_INV_U1 ZONE1_COOLING --> Q_INV_L1 ZONE1_COOLING --> Q_INV_U2 ZONE1_COOLING --> Q_INV_L2 ZONE1_COOLING --> Q_INV_U3 ZONE1_COOLING --> Q_INV_L3 ZONE2_COOLING["Zone 2: Forced Air Cooling
Avionics Bay"] --> SW_ACTUATOR1 ZONE2_COOLING --> SW_ACTUATOR2 ZONE2_COOLING --> SW_AVIONICS1 ZONE2_COOLING --> SW_AVIONICS2 ZONE3_COOLING["Zone 3: Natural Convection
Control Electronics"] --> GATE_DRIVER_INV ZONE3_COOLING --> DCDC_5V ZONE3_COOLING --> DCDC_3V3 end %% Control & Monitoring System subgraph "Redundant Control & Health Management" FCC1 --> CAN_BUS["Redundant CAN Bus Network"] FCC2 --> CAN_BUS CAN_BUS --> GATE_DRIVER_INV CAN_BUS --> SW_ACTUATOR1 CAN_BUS --> SW_ACTUATOR2 CAN_BUS --> SW_ACTUATOR3 CAN_BUS --> SW_ACTUATOR4 CAN_BUS --> SW_AVIONICS1 CAN_BUS --> SW_AVIONICS2 CAN_BUS --> SW_AVIONICS3 CAN_BUS --> SW_AVIONICS4 subgraph "Prognostics & Health Monitoring" RDSON_MONITOR["RDS(on) Trend Analysis"] THERMAL_CYCLING["Thermal Cycling Counter"] CURRENT_SENSE["High-Precision Current Sensing"] end RDSON_MONITOR --> Q_INV_U1 THERMAL_CYCLING --> Q_INV_U1 CURRENT_SENSE --> MOTOR_PHASE_U RDSON_MONITOR --> FCC1 THERMAL_CYCLING --> FCC1 CURRENT_SENSE --> FCC1 end %% EMC & Safety Systems subgraph "EMC & Functional Safety" EMI_FILTER["Input EMI Filter"] --> BATTERY_PACK SYMMETRIC_LAYOUT["Symmetric PCB Layout"] --> PROP_INVERTER1 FERRITE_BEADS["Ferrite Bead Arrays"] --> LV_BUS_28V SUBGRAPH "Fault Monitoring Circuits" OVERCURRENT["Overcurrent Protection"] OVERTEMP["Overtemperature Protection"] GATE_FAULT["Gate Driver Fault Detection"] end OVERCURRENT --> Q_INV_U1 OVERTEMP --> Q_INV_U1 GATE_FAULT --> GATE_DRIVER_INV OVERCURRENT --> FCC1 OVERTEMP --> FCC1 GATE_FAULT --> FCC1 end %% Style Definitions style Q_INV_U1 fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style SW_ACTUATOR1 fill:#fff3e0,stroke:#ff9800,stroke-width:2px style SW_AVIONICS1 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px style FCC1 fill:#fce4ec,stroke:#e91e63,stroke-width:2px

As electric Vertical Take-Off and Landing (eVTOL) aircraft evolve for critical emergency rescue missions, their internal electric propulsion and power management systems are the core determinants of mission success, safety, and operational range. A well-designed power chain is the physical foundation for these aircraft to achieve instantaneous high-thrust response, ultra-high operational reliability, and maximum energy efficiency under extreme environmental and load conditions. However, building such a chain presents extreme challenges: How to achieve the highest possible power-to-weight ratio? How to ensure absolute reliability of power devices under intense vibration, thermal cycling, and high-altitude conditions? How to intelligently manage power between propulsion and mission-critical avionics? The answers lie within every engineering detail, from the selection of key components to system-level integration.
I. Three Dimensions for Core Power Component Selection: Coordinated Consideration of Voltage, Current, and Topology
1. Main Propulsion Inverter MOSFET: The Heart of Thrust and Efficiency
The key device selected is the VBL17R15S (700V/15A/TO-263, Super Junction MOSFET).
Voltage Stress & Power Density: The 700V drain-source voltage rating is ideally suited for high-performance aviation powertrain buses operating in the 400-500VDC range, providing ample margin for transients. The Super Junction (SJ_Multi-EPI) technology is critical, enabling exceptionally low specific on-resistance (RDS(on) of 350mΩ @10V). This directly translates to lower conduction losses at high currents, maximizing motor efficiency and thrust. The TO-263 (D²PAK) package offers an excellent balance of power handling capability and footprint, crucial for minimizing the weight and volume of multi-motor inverter stacks.
Dynamic Performance: The low gate charge typical of SJ technology allows for fast switching, reducing switching losses. This is paramount for the high fundamental frequencies of high-pole-count propulsion motors. Careful gate driver design with active clamping is required to manage voltage spikes and ensure safe operation.
Thermal & Weight Relevance: The low RDS(on) minimizes heat generation per unit output. The package must be mounted on a lightweight, high-performance liquid-cooled or forced-air heatsink. The goal is to maintain junction temperature well within limits during maximum continuous thrust and aggressive climb phases, directly impacting motor availability and system longevity.
2. Flight-Critical Actuator & Load Management MOSFET: The Enabler of Redundant Control
The key device selected is the VBA4436 (Dual -40V/-6A/SOP8, P+P Trench MOSFET).
High-Density Intelligent Load Control: Flight control surfaces, landing gear actuators, and mission systems (rescue hoists, lighting) require highly reliable, distributed switching. This dual P-channel device in a tiny SOP8 package allows for controlling two independent high-current (up to 6A each) low-voltage (typically 28V) loads with minimal board space. The extremely low on-resistance (as low as 38mΩ @10V) ensures minimal voltage drop and power loss, which is vital for maintaining bus stability and reducing thermal loads in densely packed avionics bays.
Safety and Redundancy Implementation: The common-source configuration (implied by Dual-P+P) is ideal for high-side switching. This facilitates the implementation of redundant power paths and fault isolation. Its robust trench technology ensures stable performance. PCB design must incorporate ample copper pour and thermal vias to dissipate heat, as the small package has limited thermal mass.
System Integration Logic: These switches are controlled by redundant Flight Control Computers (FCCs). They enable smart power sequencing, load shedding in contingency scenarios, and precise PWM control for proportional actuators, forming the backbone of the aircraft's electrical load management system.
3. Core Avionics & Low-Voltage Power Distribution MOSFET: Guardian of System Stability
The key device selected is the VBI1226 (20V/6.8A/SOT89, N-Channel Trench MOSFET).
Ultra-Compact Power Rail Switching: This device is engineered for point-of-load (POL) regulation and power distribution within mission-critical avionics units (FCCs, sensors, communication suites). Its standout feature is the ultra-low RDS(on) (26mΩ @4.5V) in a minuscule SOT89 package. This enables efficient switching and linear regulation of low-voltage rails (e.g., 5V, 3.3V) derived from the primary 28VDC bus, with almost negligible loss.
Logic-Level Compatibility & Reliability: The low gate threshold voltage (Vth as low as 0.5V) allows direct drive from low-voltage microcontroller GPIOs or power management ICs without needing level shifters, simplifying design and saving space. Its high current capability relative to its size makes it perfect for managing power to high-performance computing modules. The robust trench technology ensures long-term reliability in the constant-on/cycling conditions typical of avionics.
II. System Integration Engineering Implementation
1. Weight-Optimized Multi-Zone Thermal Management
A tiered, weight-conscious approach is essential.
Zone 1: Propulsion Inverter Cooling: The VBL17R15S devices on each motor inverter are mounted on a lightweight, liquid-cooled cold plate shared with the motor. Coolant is circulated by redundant pumps. The focus is on managing peak heat loads during takeoff and climb.
Zone 2: Avionics Bay Forced-Air Cooling: The VBA4436 and VBI1226 devices, along with other avionics, are cooled via a dedicated, filtered forced-air system. The PCB designs for these components must maximize heat spreading to the board and into this airflow.
Material Science: Use of advanced composite heatsinks and thermally conductive but electrically insulating interface materials is critical to minimize added mass.
2. Extreme Electromagnetic Compatibility (EMC) and Safety Design
Conducted & Radiated Emission Control: For propulsion inverters, use symmetric laminated busbars and input filters with wide-bandgap compatible snubbers. Fully shield motor phase cables. For avionics, employ multi-layer PCB design with dedicated power and ground planes, and localized ferrite beads. The entire airframe must act as a Faraday cage.
Functional Safety & Redundancy (SAE ARP4754, DO-254/DO-178C): Design to DAL A/B levels for flight-critical functions. Implement hardware and software monitoring for overcurrent, overtemperature, and gate driver faults on all key MOSFETs. Use redundant power supplies and voting logic for switches like the VBA4436 controlling critical actuators.
3. Reliability Enhancement for Aviation Environments
Vibration and Shock Resilience: All power devices, especially those in TO-263 and surface-mount packages, must be secured with appropriate mechanical fastening and conformal coating. PCB assemblies should be potted or mechanically constrained to prevent resonant vibration.
Fault Prognostics and Health Management (PHM): Implement onboard monitoring of MOSFET parameters such as RDS(on) trend and thermal cycling. Data can be used for predictive maintenance, alerting to potential degradation before failure, which is crucial for mission readiness.
III. Performance Verification and Testing Protocol
1. Key Test Items and Standards
Testing must exceed typical automotive standards to meet aviation rigor.
Power Density & Efficiency Mapping: Measure system efficiency (battery to propeller thrust) across the entire flight envelope, with emphasis on hover and climb efficiency.
Environmental Stress Screening (ESS): Execute thermal cycling tests from -55°C to +125°C, combined with high-vibration profiles simulating takeoff, cruise, and landing.
EMC/EMI Testing: Must comply with stringent aviation standards (e.g., DO-160G), ensuring no interference with sensitive navigation and communication equipment.
Altitude Testing: Verify performance and cooling derating at high altitudes (e.g., 10,000+ feet).
Endurance & Reliability Testing: Perform accelerated life testing equivalent to thousands of flight hours under combined electrical, thermal, and mechanical stress.
IV. Solution Scalability and Technology Roadmap
1. Adjustments for Different eVTOL Configurations & Power Levels
Lift-Plus-Cruise (High Power): Requires multiple parallel VBL17R15S devices per lift motor inverter. The thermal system must handle simultaneous peak loads from all lift fans.
Vectored Thrust / Multirotor (High Redundancy): The distributed architecture inherently uses many instances of the VBL17R15S and VBA4436. The load management system becomes even more critical for managing fault isolation and post-failure power re-allocation.
2. Integration of Cutting-Edge Technologies
Wide Bandgap (WBG) Roadmap:
Phase 1 (Current): The Super Junction-based VBL17R15S offers the best balance of performance, reliability, and cost for initial certification.
Phase 2 (Next Generation): Gradual introduction of Silicon Carbide (SiC) MOSFETs in the main propulsion inverter to gain 2-4% system efficiency, further increase switching frequency, and significantly reduce cooling system weight.
Phase 3 (Future): Adoption of Gallium Nitride (GaN) for high-frequency DC-DC converters and auxiliary systems, pushing power density to new extremes.
Model-Based System Engineering (MBSE) & Digital Twin: Utilize digital twins for real-time performance prediction and in-flight optimization of the power chain based on actual conditions.
Conclusion
The power chain design for high-end rescue eVTOLs is a pinnacle of multi-disciplinary systems engineering, balancing extreme constraints of power density, weight, reliability, and safety. The tiered optimization scheme proposed—employing high-voltage Super Junction MOSFETs for maximum propulsion efficiency, highly integrated dual MOSFETs for intelligent actuator control, and ultra-low-loss micro-MOSFETs for avionics stability—provides a clear, weight-aware implementation path. Adherence to aviation-grade design, verification processes, and rigorous testing protocols is non-negotiable. As eVTOL technology matures, the power chain will evolve towards even greater integration and intelligence, with Wide Bandgap semiconductors poised to unlock the next leap in performance. Ultimately, excellence in this domain remains invisible but is fundamentally what enables these aircraft to perform reliably in the most critical moments, saving lives and defining the future of emergency response.

Detailed Topology Diagrams

Main Propulsion Inverter Topology Detail

graph LR subgraph "Three-Phase Half-Bridge Inverter" HV_IN["High-Voltage DC Input
400-500VDC"] --> C_DC["DC-Link Capacitors"] C_DC --> Q_U_H["VBL17R15S
High-Side"] C_DC --> Q_V_H["VBL17R15S
High-Side"] C_DC --> Q_W_H["VBL17R15S
High-Side"] Q_U_H --> PHASE_U["Phase U Output"] Q_V_H --> PHASE_V["Phase V Output"] Q_W_H --> PHASE_W["Phase W Output"] Q_U_L["VBL17R15S
Low-Side"] --> GND_INV["Inverter Ground"] Q_V_L["VBL17R15S
Low-Side"] --> GND_INV Q_W_L["VBL17R15S
Low-Side"] --> GND_INV PHASE_U --> Q_U_L PHASE_V --> Q_V_L PHASE_W --> Q_W_L end subgraph "Gate Drive & Protection Network" DRIVER_IC["Isolated Gate Driver IC"] --> GATE_U_H["Gate U High"] DRIVER_IC --> GATE_U_L["Gate U Low"] DRIVER_IC --> GATE_V_H["Gate V High"] DRIVER_IC --> GATE_V_L["Gate V Low"] DRIVER_IC --> GATE_W_H["Gate W High"] DRIVER_IC --> GATE_W_L["Gate W Low"] GATE_U_H --> Q_U_H GATE_U_L --> Q_U_L GATE_V_H --> Q_V_H GATE_V_L --> Q_V_L GATE_W_H --> Q_W_H GATE_W_L --> Q_W_L subgraph "Active Protection" DESAT["Desaturation Detection"] ACTIVE_CLAMP["Active Clamping"] CURRENT_SENSE["Current Sensing"] end DESAT --> DRIVER_IC ACTIVE_CLAMP --> Q_U_H ACTIVE_CLAMP --> Q_U_L CURRENT_SENSE --> PHASE_U end style Q_U_H fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style Q_U_L fill:#e8f5e8,stroke:#4caf50,stroke-width:2px

Avionics Power Distribution & Load Management Topology Detail

graph LR subgraph "28VDC Actuator Control Channels" LV_BUS["28VDC Primary Bus"] --> FUSE_BANK["Redundant Fuse Array"] FUSE_BANK --> SW_CH1["VBA4436 Channel 1"] FUSE_BANK --> SW_CH2["VBA4436 Channel 2"] FUSE_BANK --> SW_CH3["VBA4436 Channel 3"] FUSE_BANK --> SW_CH4["VBA4436 Channel 4"] SW_CH1 --> ACT1["Flight Control Actuator"] SW_CH2 --> ACT2["Landing Gear Actuator"] SW_CH3 --> ACT3["Rescue Hoist"] SW_CH4 --> ACT4["Emergency Lights"] ACT1 --> GND_ACT["Actuator Ground"] ACT2 --> GND_ACT ACT3 --> GND_ACT ACT4 --> GND_ACT subgraph "Redundant Control Logic" FCC_A["FCC Channel A"] --> VOTING_LOGIC["Voting Logic"] FCC_B["FCC Channel B"] --> VOTING_LOGIC VOTING_LOGIC --> GATE_DRIVE["Gate Drive Circuit"] end GATE_DRIVE --> SW_CH1 GATE_DRIVE --> SW_CH2 GATE_DRIVE --> SW_CH3 GATE_DRIVE --> SW_CH4 end subgraph "Low-Voltage Avionics Power Rails" LV_BUS --> BUCK_5V["5V Buck Converter"] LV_BUS --> BUCK_3V3["3.3V Buck Converter"] BUCK_5V --> POL_SW1["VBI1226 POL Switch 1"] BUCK_5V --> POL_SW2["VBI1226 POL Switch 2"] BUCK_3V3 --> POL_SW3["VBI1226 POL Switch 3"] BUCK_3V3 --> POL_SW4["VBI1226 POL Switch 4"] POL_SW1 --> LOAD1["FCC Core Power"] POL_SW2 --> LOAD2["Navigation System"] POL_SW3 --> LOAD3["Sensor Array"] POL_SW4 --> LOAD4["Communication Module"] MCU_GPIO["MCU GPIO"] --> LEVEL_SHIFTER["Level Shifter"] LEVEL_SHIFTER --> POL_SW1 LEVEL_SHIFTER --> POL_SW2 LEVEL_SHIFTER --> POL_SW3 LEVEL_SHIFTER --> POL_SW4 end style SW_CH1 fill:#fff3e0,stroke:#ff9800,stroke-width:2px style POL_SW1 fill:#e3f2fd,stroke:#2196f3,stroke-width:2px

Thermal Management & EMC Protection Topology Detail

graph LR subgraph "Three-Zone Cooling System Architecture" subgraph "Zone 1: Propulsion Inverter Liquid Cooling" COLD_PLATE["Liquid Cold Plate"] --> MOSFET_INV["Inverter MOSFETs"] PUMP_ASSY["Redundant Pump Assembly"] --> COLD_PLATE RADIATOR["High-Efficiency Radiator"] --> PUMP_ASSY COLD_PLATE --> RADIATOR TEMP_SENSOR1["Temperature Sensors"] --> THERMAL_MCU["Thermal Management MCU"] THERMAL_MCU --> PUMP_SPEED["Pump Speed Control"] end subgraph "Zone 2: Avionics Bay Forced Air" FAN_ASSY["Filtered Fan Assembly"] --> AVIONICS_BAY["Avionics Components"] THERMAL_MCU --> FAN_SPEED["Fan Speed PWM"] FAN_SPEED --> FAN_ASSY TEMP_SENSOR2["Bay Temperature Sensors"] --> THERMAL_MCU HEAT_SPREADER["PCB Heat Spreader"] --> AVIONICS_BAY end subgraph "Zone 3: Natural Convection Design" THERMAL_VIAS["Thermal Via Arrays"] --> CONTROL_ICS["Control ICs"] COPPER_POUR["Heavy Copper Pour"] --> THERMAL_VIAS end end subgraph "EMI/EMC Mitigation & Protection" subgraph "Input Filtering & Shielding" EMI_FILTER["Three-Stage EMI Filter"] --> HV_INPUT["HV Input"] SHIELDED_CABLES["Shielded Motor Cables"] --> MOTOR_OUTPUT["Motor Output"] FARADAY_CAGE["Airframe Faraday Cage"] --> ALL_COMPONENTS["All Electronics"] end subgraph "PCB-Level EMC Design" SYM_LAYOUT["Symmetric Power Layout"] --> POWER_STAGE["Power Stage"] GROUND_PLANE["Continuous Ground Plane"] --> SYM_LAYOUT GUARD_TRACES["Guard Traces"] --> SENSITIVE_TRACES["Sensitive Signals"] FERRITE_ARRAY["Ferrite Bead Array"] --> POWER_ENTRY["Power Entry Points"] end subgraph "Transient Protection" TVS_ARRAY["TVS Diode Array"] --> GATE_DRIVERS["Gate Drivers"] SNUBBER_CIRCUIT["RC Snubber Network"] --> MOSFET_INV VARISTORS["MOV Varistors"] --> POWER_INPUTS["Power Inputs"] end end style MOSFET_INV fill:#e8f5e8,stroke:#4caf50,stroke-width:2px style AVIONICS_BAY fill:#e3f2fd,stroke:#2196f3,stroke-width:2px
Download PDF document
Download now:VBA4436

Sample Req

Online

Telephone

400-655-8788

WeChat

Topping

Sample Req
Online
Telephone
WeChat