The program in my Arduino IDE application cannot connect to the server. Where I use ESP8266. (If (!client.connect(host,80)) )

This is the result :pray:

To the platformio.ini not in the terminal

Do you mean I add build_flags = -DCORE_DEBUG_LEVEL=5 to Arduino IDE application, then upload it to EPS8266?

In the PlatformIO project, not in the Arduino IDE, you have a file called platformio.ini where you can add the line build_flags = -DCORE_DEBUG_LEVEL=5. If you are using the Arduino IDE, use Tools → Core Debug Level → 5 (Verbose) option and reupload