This commit is contained in:
苏尹岚
2021-03-09 11:03:48 +08:00
parent f66222cd30
commit ae08a80cd4
3 changed files with 9 additions and 9 deletions

View File

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