aa
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"math"
|
||||
"sort"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
@@ -200,8 +199,8 @@ func TestUpdateBasic(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestUpdateExpand(t *testing.T) {
|
||||
str := "https://wx.jxc4.com/jxcsRegist?mobile=15520595380"
|
||||
fmt.Println(str[:strings.LastIndex(str, "?")])
|
||||
data, _, _ := DownloadFileByURL("http://image.jxc4.com/image/ac6c79112a0330006b40af3302df9f46.jpg")
|
||||
fmt.Println(string(data))
|
||||
}
|
||||
|
||||
func TestCreateGisFence(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user