This commit is contained in:
邹宗楠
2023-08-08 11:36:40 +08:00
parent 6ad1a24cef
commit 7bcf02f96f
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ import (
// 上传图片
func TestUploadImg(t *testing.T) {
uploadImg(apiTao, []string{"http://img20.360buyimg.com/vc/jfs/t2473/147/1629369634/4242813/e73adcd0/566a65f3N8aa04ec1.jpg"})
uploadImg(apiTao, []string{"http://img20.360buyimg.com/vc/jfs/t2473/147/1629369634/4242813/e73adcd0/566a65f3N8aa04ec1.jpg,http://img20.360buyimg.com/vc/jfs/t1/109293/32/7166/234234/5e576c17E8e493056/cd6b8ba6db7f1522.png"})
}
func TestAddStoreSku(t *testing.T) {