From 1da30493ccc05b911a992c98db969b0134d3da86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 22 Jan 2024 10:25:58 +0800 Subject: [PATCH] 1 --- platformapi/mtpsapi/shop_test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 {