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