This commit is contained in:
邹宗楠
2024-04-13 00:00:29 +08:00
parent 676a9c3dbf
commit a9a62e6c65
2 changed files with 15 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ func TestOnFinancialMsg(t *testing.T) {
}
func TestOnOrderDetail(t *testing.T) {
orderID := "1554939646172038357"
orderID := "4088600070462723689"
result, err := api.EbaiAPI.OrderGet(orderID)
if err == nil {
new(PurchaseHandler).OnOrderDetail(result, partner.CreatedPeration)