micro-account/pkg/common/utils/ip_test.go
2025-02-20 16:18:23 +08:00

12 lines
131 B
Go

package utils
import (
"fmt"
"testing"
)
func TestAliIpAddress(t *testing.T) {
fmt.Println(AliIpAddress("58.208.146.190"))
}