This commit is contained in:
邹宗楠
2022-08-26 09:35:34 +08:00
parent d3c3dbf388
commit c950fb0d12
2 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package mtwmapi
import (
"fmt"
"strings"
"testing"
"time"
@@ -170,3 +171,10 @@ func TestAa2(t *testing.T) {
"response_type": "token",
}), time)
}
func TestDeleving(t *testing.T) {
err := api.OrderLogisticsChange2Self(148815412830472574)
fmt.Println(strings.Contains(err.Error(), "1047"))
t.Fatal(err)
}