1
This commit is contained in:
@@ -23,12 +23,9 @@ func TestPoiGetIDs(t *testing.T) {
|
||||
// t.Log(result)
|
||||
}
|
||||
|
||||
func TestPoiGet(t *testing.T) {
|
||||
shop, err := api.PoiGet("18940973")
|
||||
fmt.Println(shop)
|
||||
fmt.Println(err)
|
||||
func Test1111(t *testing.T) {
|
||||
fmt.Println(utils.Float64TwoInt(float64(1132) / float64(2441) * float64(805)))
|
||||
}
|
||||
|
||||
func TestPoiMGet(t *testing.T) {
|
||||
result, err := api.PoiMGet([]string{"18580531"})
|
||||
t.Log(utils.Format4Output(result, false))
|
||||
|
||||
Reference in New Issue
Block a user