This commit is contained in:
苏尹岚
2021-01-22 15:00:15 +08:00
parent fc595546ea
commit dbeeab48ab
12 changed files with 247 additions and 45 deletions

View File

@@ -21,7 +21,7 @@ func init() {
}
func TestGetWaybillDetailInfo(t *testing.T) {
result, err := api.GetWaybillDetailInfo("JDVD01294351024", "")
result, err := api.GetWaybillDetailInfo("4606698717581", "")
if err != nil {
t.Fatal(err)
}