diff --git a/platformapi/mtpsapi/shop_test.go b/platformapi/mtpsapi/shop_test.go index c4e9d052..40550f12 100644 --- a/platformapi/mtpsapi/shop_test.go +++ b/platformapi/mtpsapi/shop_test.go @@ -49,9 +49,10 @@ func TestShopCreate(t *testing.T) { func TestShopUpdate(t *testing.T) { shopInfo := &ShopInfo{ - ShopID: "667018", - ShopLng: 113015935, - ShopLat: 25776427, + ShopID: "667071", + ShopLng: 117122952, + ShopLat: 34244733, + ShopAddress: "徐州市泉山区临湖路与乐雅路湖西雅苑C区6栋扎堆地酒店对面", } _, err := api.ShopUpdate(shopInfo) if err != nil {