This commit is contained in:
邹宗楠
2024-07-31 15:04:11 +08:00
parent 4cf9001c9a
commit e19d3ed472
3 changed files with 21 additions and 11 deletions

View File

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