京东商城一堆
This commit is contained in:
11
platformapi/jdshopapi/store_test.go
Normal file
11
platformapi/jdshopapi/store_test.go
Normal 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))
|
||||
}
|
||||
Reference in New Issue
Block a user