infoGetter/api/detail_test.go

14 lines
165 B
Go
Raw Normal View History

2021-12-02 13:19:43 +08:00
package api
import (
"testing"
)
func TestSingleReq(t *testing.T) {
body := DetailReq{
ScriptId: "52586724875648103",
CityCode: "310000",
}
detail(body)
}