This commit is contained in:
邹宗楠
2024-01-12 16:58:34 +08:00
parent 2bfc9a22c0
commit 2fd23aff1f

View File

@@ -1,6 +1,7 @@
package aliupcapi
import (
"fmt"
"testing"
"git.rosy.net.cn/baseapi"
@@ -28,3 +29,9 @@ func TestGetAliUpcInfo(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
}
func TestName11111(t *testing.T) {
syncFlag := 0
syncFlag |= 8
fmt.Println(syncFlag)
}