This commit is contained in:
邹宗楠
2022-08-26 18:15:33 +08:00
parent a859475a4a
commit 9e139e79d7
3 changed files with 36 additions and 29 deletions

View File

@@ -173,8 +173,13 @@ func TestAa2(t *testing.T) {
}
func TestDeleving(t *testing.T) {
err := api.OrderLogisticsChange2Self(148815412830472574)
err := api.OrderLogisticsChange2Self(148815413321281654)
fmt.Println(strings.Contains(err.Error(), "1047"))
t.Fatal(err)
}
func TestOrderDelivering(t *testing.T) {
err := api.OrderDelivering(148815413321281654)
t.Fatal(err)
}