This commit is contained in:
邹宗楠
2023-03-10 10:09:30 +08:00
parent 07db7c0391
commit f3c10240d4
3 changed files with 6 additions and 5 deletions

View File

@@ -94,5 +94,5 @@ func TestOrderStatusAndPsInfo(t *testing.T) {
}
func TestMap(t *testing.T) {
fmt.Println((57 & 16) != 0)
fmt.Println((57 & 2) != 0)
}