This commit is contained in:
苏尹岚
2021-03-09 08:54:11 +08:00
parent f0a97f61c7
commit f66222cd30
8 changed files with 129 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ func TestShopCreate(t *testing.T) {
}
func TestShopGet(t *testing.T) {
result, err := api.ShopGet("", 2267237821) //2233065879 ,22267134648
result, err := api.ShopGet2("", 32267674055) //2233065879 ,22267134648
if err != nil {
t.Fatal(err)
} else {
@@ -241,3 +241,11 @@ func TestShopAptitudeUpload(t *testing.T) {
t.Fatal(err)
}
}
func TestShopDeliveryinfoGet(t *testing.T) {
err := api.ShopDeliveryinfoGet("", 32267674055)
if err != nil {
t.Fatal(err)
}
// t.Log(utils.Format4Output(result, false))
}