FC21/FC20 How to find the IP address in Wifi Station mode?

I have EG25 + FC21 on Quectel’s UMTS &LTE EVB kit connected to my PC’s serial port.
I connect the WIFI STA to a test WiFi AP router like this:

AT
OK
AT+QWIFI?
+QWIFI: 0
OK
AT+QWIFICFG="workmode"
+QWIFICFG: "workmode",1      // STA only.
OK
AT+QWIFICFG="ssid",2,TestOJL
OK
AT+QWIFICFG="auth",2,0
OK
AT+QWIFI=1
OK
+QWIFICFG: "stastatus",1,"TestOJL"

So I’m connected.
But how can I now retrieve the WiFi STA IP address?

Currently, this version does not have AT command to query module IP. We have received relevant questions and are processing them.