This commit is contained in:
邹宗楠
2024-01-22 10:25:58 +08:00
parent be9ca465fa
commit 1da30493cc

View File

@@ -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 {