- 更新ebai store page token
This commit is contained in:
@@ -49,7 +49,7 @@ func TestSkuGetItemsByCategoryId(t *testing.T) {
|
||||
|
||||
func TestSkuList(t *testing.T) {
|
||||
result, err := api.SkuList(testShopID, map[string]interface{}{
|
||||
KeySkuID: 15570439700710601,
|
||||
KeySkuID: 15579787500720732,
|
||||
// "delete": 1,
|
||||
})
|
||||
if err != nil {
|
||||
@@ -96,7 +96,7 @@ func TestSkuCreate(t *testing.T) {
|
||||
func TestSkuUpdate(t *testing.T) {
|
||||
result, err := api.SkuUpdate("2", 15579787500720732, map[string]interface{}{
|
||||
// "name": "高级商品2015a333约1100g/份",
|
||||
"rtf": "https://image-star.elemecdn.com/pb/488b65e430305e54acae89f64c24e6d01b",
|
||||
"rtf": "http://www.rosy.net.cn/rtf.html",
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
||||
Reference in New Issue
Block a user