1
This commit is contained in:
@@ -6279,6 +6279,7 @@ func SetStoreAutoCallRider(vendorOrgCode string, openIDs, closeIDs []int64) (str
|
||||
type MtRelInfo struct {
|
||||
PoiCode string `json:"poi_code"`
|
||||
PicUrl string `json:"pic_url"`
|
||||
Address string `json:"address"`
|
||||
}
|
||||
|
||||
//[]{PoiCode:"16594433",PicUrl:"http://p0.meituan.net/business/e23d337029fcf74f5a7bcea4e01dac98219292.jpg"}
|
||||
@@ -6307,6 +6308,7 @@ func BatchUpdateMTStoreLogos(vendorOrgCode string, relInfo []MtRelInfo) (hint st
|
||||
for _, v := range relInfo {
|
||||
param := map[string]interface{}{
|
||||
"pic_url": v.PicUrl,
|
||||
"address": v.Address,
|
||||
}
|
||||
storeDetail, err1 := dao.GetStoreDetailForDD(dao.GetDB(), 0, model.VendorIDMTWM, v.PoiCode, "")
|
||||
if err1 != nil {
|
||||
|
||||
Reference in New Issue
Block a user