This commit is contained in:
邹宗楠
2025-01-06 14:34:40 +08:00
parent a759b1d05f
commit 7ac9146ca5
4 changed files with 37 additions and 24 deletions

View File

@@ -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))