This commit is contained in:
邹宗楠
2022-10-25 17:22:00 +08:00
parent 1cdfd69d5d
commit f8c58e95be
2 changed files with 10 additions and 1 deletions

View File

@@ -36,8 +36,9 @@ func TestCategory(t *testing.T) {
}
func TestGetCatePropertyV2(t *testing.T) {
data, err := a.GetCatePropertyV2(29146)
data, err := a.GetCatePropertyV2(35237)
fmt.Println("err=====", err)
globals.SugarLogger.Debugf("data:=%s", utils.Format4Output(data, false))
fmt.Println("data====", data) // 202209281558450102081001701D7B32C5
}
@@ -328,6 +329,10 @@ func TestGetSkuList(t *testing.T) {
})
}
func TestGetBrandId(t *testing.T) {
a.GetSkuBrand(29146)
}
func Test11111(t *testing.T) {
fmt.Println((1 & 1) != 0)
fmt.Println(1&2 == 0)