- 更新ebai store page token

This commit is contained in:
gazebo
2019-05-20 10:32:56 +08:00
parent 4a82d71f0d
commit a55156e77e
2 changed files with 4 additions and 4 deletions

View File

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