From 3628c24ee7f50f2b7b7c0d4f5d24a2446c7d1ed9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 3 Nov 2022 18:34:10 +0800 Subject: [PATCH] 1 --- platformapi/tiktok_shop/tiktok_api/sku_test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/platformapi/tiktok_shop/tiktok_api/sku_test.go b/platformapi/tiktok_shop/tiktok_api/sku_test.go index 355dbaf2..84d46010 100644 --- a/platformapi/tiktok_shop/tiktok_api/sku_test.go +++ b/platformapi/tiktok_shop/tiktok_api/sku_test.go @@ -15,6 +15,7 @@ import ( "go.uber.org/zap" "strings" "testing" + "time" ) func init() { @@ -335,7 +336,5 @@ func TestGetBrandId(t *testing.T) { } func Test11111(t *testing.T) { - fmt.Println((1 & 1) != 0) - fmt.Println(1&2 == 0) - fmt.Println(200 / 100) + fmt.Println(time.Now().Add(-10 * time.Minute).After(time.Now())) }