This commit is contained in:
邹宗楠
2023-05-25 10:57:42 +08:00
parent 259708e2cb
commit 05b9fe2a06
2 changed files with 15 additions and 15 deletions

View File

@@ -69,7 +69,7 @@ func TestCancel(t *testing.T) {
//
func TestQueryOrderInfo(t *testing.T) {
dadaapi = New("dada154e2a41fd6cef3", "7f97d8f258b70b450f04e7ab274ed8f8", "6660", "http://callback.jxc4.com/dadadelivery/msg", true)
result, err := dadaapi.QueryOrderInfo("88421859678001")
result, err := dadaapi.QueryOrderInfo("1100558421786954920")
if err != nil {
t.Fatal(err)
}