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) +}