- fix bug when getting timestamp

This commit is contained in:
gazebo
2018-09-28 09:47:11 +08:00
parent 72ad9c4731
commit afb52e64f9
4 changed files with 5 additions and 5 deletions

View File

@@ -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 {