From b78aae3c0ac58c243702b8b3a9b4d6027000cf2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 19 Feb 2025 14:18:57 +0800 Subject: [PATCH] 1 --- platformapi/ebaiapi/order_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platformapi/ebaiapi/order_test.go b/platformapi/ebaiapi/order_test.go index f76ef01a..cc4fb9a5 100644 --- a/platformapi/ebaiapi/order_test.go +++ b/platformapi/ebaiapi/order_test.go @@ -40,8 +40,9 @@ func TestOrderGet(t *testing.T) { } func TestNamegetTimeFromInterface1(t *testing.T) { - fmt.Println(getTimeFromInterface1(1722394671)) - fmt.Println(getTimeFromInterface1(1722394671) == utils.ZeroTimeValue) + fmt.Println((1 & 4) != 0) // 删除 + fmt.Println((1 & 2) != 0) // 创建 + fmt.Println((1 & 1) != 0) // 更新 } func getTimeFromInterface1(timeValue interface{}) time.Time { var timeStamp int64