- fix bug when getting timestamp
This commit is contained in:
@@ -16,7 +16,7 @@ func TestSkuCategoryList(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestSkuBrandList(t *testing.T) {
|
||||
result, err := api.SkuBrandList("", 1)
|
||||
result, err := api.SkuBrandList("中", 1)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user