package utils

import (
	"fmt"
	"testing"
)

func TestAliIpAddress(t *testing.T) {

	fmt.Println(AliIpAddress("58.208.146.190"))
}