This commit is contained in:
邹宗楠
2023-05-30 15:21:15 +08:00
parent 641e633f6d
commit 2579878885
2 changed files with 8 additions and 2 deletions

View File

@@ -70,7 +70,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("1100561003845430062")
result, err := dadaapi.QueryOrderInfo("1100568013516213472")
if err != nil {
t.Fatal(err)
}