京东商城

This commit is contained in:
苏尹岚
2020-06-04 09:58:20 +08:00
parent a71f902289
commit 6a4077f441
7 changed files with 47 additions and 18 deletions

View File

@@ -423,9 +423,7 @@ func TestFindWareById(t *testing.T) {
}
func TestTransparentImageAdd(t *testing.T) {
// err := api.TransparentImageAdd(wareId, imageUrl)
// if err != nil {
// t.Fatal(err)
// }
// t.Log(utils.Format4Output(result, false))
str := "12300548611401"
// suffix := str[12:len(str)]
fmt.Println(str[:12])
}