新增抖音授权登录
This commit is contained in:
@@ -204,4 +204,8 @@ func TestDaDa(t *testing.T) {
|
||||
fmt.Println("美团", 1&0)
|
||||
fmt.Println("达达", 2&0)
|
||||
fmt.Println("蜂鸟", 4&0)
|
||||
fmt.Println("蜂鸟", 19&16 != 0)
|
||||
fmt.Println("蜂鸟", 23&16 != 0)
|
||||
fmt.Println("蜂鸟", 21&16 != 0)
|
||||
fmt.Println("蜂鸟", 11&16 != 0)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user