aa
This commit is contained in:
@@ -1907,6 +1907,9 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
`
|
||||
dao.GetRows(db, &goods, sql, nil)
|
||||
for _, v := range goods {
|
||||
if configs, err := dao.QueryConfigs(dao.GetDB(), "jdStorePageCookie", model.ConfigTypeCookie, ""); err == nil {
|
||||
api.JdAPI.SetCookieWithStr(configs[0].Value)
|
||||
}
|
||||
mobile, _ := api.JdAPI.GetRealMobile4Order(v.VendorOrderID, v.VendorStoreID)
|
||||
if v.ConsigneeMobile2 == "" {
|
||||
v.ConsigneeMobile2 = mobile
|
||||
|
||||
Reference in New Issue
Block a user