This commit is contained in:
suyl
2021-06-18 10:53:33 +08:00
parent 921255c4e8
commit 03ef52656c

View File

@@ -1931,10 +1931,10 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
//}
//换美团菜市图片
stores, _ := dao.GetStoresMapList(dao.GetDB(), []int{model.VendorIDMTWM}, nil, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "589")
stores, _ := dao.GetStoresMapList(dao.GetDB(), []int{model.VendorIDMTWM}, nil, nil, model.StoreStatusAll, model.StoreIsSyncAll, "", "", "4123")
for _, v := range stores {
api.MtwmAPI.PoiSave(v.VendorStoreID, map[string]interface{}{
"pic_url": "http://image.jxc4.com/image/ff8c9443c894bfb4822f7d2f742718df.jpg",
"pic_url": "http://image.jxc4.com/image/e94cf1a05b28387cde67b0b587b95757.jpg",
})
}
return err