1
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user