From 99a06780497b01569e1e24a83f2636aa118e06bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 28 Sep 2023 15:30:07 +0800 Subject: [PATCH] 1 --- platformapi/jdapi/store_page_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platformapi/jdapi/store_page_test.go b/platformapi/jdapi/store_page_test.go index c1fb5b0a..632d388d 100644 --- a/platformapi/jdapi/store_page_test.go +++ b/platformapi/jdapi/store_page_test.go @@ -390,3 +390,8 @@ func TestGetAllCities(t *testing.T) { // timestamp string // sign string //} + +func TestName(t *testing.T) { + fmt.Println((25 & 2) != 0) + fmt.Println((25 & 4) != 0) +}