1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user