mirror of
https://github.com/wonli/aqi.git
synced 2025-12-24 10:40:58 +08:00
8 lines
127 B
Go
8 lines
127 B
Go
package ws
|
|
|
|
import "github.com/wonli/aqi/utils/ip"
|
|
|
|
func (c *Client) GetIP() string {
|
|
return ip.GetIPAddress(c.HttpRequest)
|
|
}
|