micro-account/pkg/common/utils/ip_test.go

12 lines
131 B
Go
Raw Normal View History

2025-02-20 08:18:23 +00:00
package utils
import (
"fmt"
"testing"
)
func TestAliIpAddress(t *testing.T) {
fmt.Println(AliIpAddress("58.208.146.190"))
}