京东商城一堆

This commit is contained in:
苏尹岚
2020-05-12 15:37:04 +08:00
parent 9e8b8dbf13
commit 35cd9ffa79
7 changed files with 577 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
package jdshopapi
import "testing"
func TestCreateEntityStore(t *testing.T) {
err := api.CreateEntityStore(&CreateEntityStoreParam{})
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}