京东商城商品修改

This commit is contained in:
苏尹岚
2020-05-26 10:48:37 +08:00
parent 2cf9d698fd
commit 697fda029e
4 changed files with 47 additions and 20 deletions

View File

@@ -0,0 +1,13 @@
package jdshopapi
import (
"testing"
)
func TestEnGet(t *testing.T) {
err := api.EnGet(116889545275)
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}