This commit is contained in:
邹宗楠
2026-06-11 10:49:42 +08:00
parent 9d96ef6426
commit 711da91cf4
2 changed files with 2 additions and 0 deletions

View File

@@ -3129,6 +3129,7 @@ func UpdateVendorImg(ctx *jxcontext.Context, storeId int, imgWaterMark string, v
i++
}
for _, v := range imgList {
globals.SugarLogger.Debugf("-------v := %s", v)
aa := strings.Split(v, "/")[3]
globals.SugarLogger.Debugf("-------aa := %s", aa)
jxutils.DeleteExportContent(aa)

View File

@@ -201,6 +201,7 @@ func onTLpayFinished(call *tonglianpayapi.CallBackResult) (err error) {
}
}
} else {
utils.Struct2MapByJson()
globals.SugarLogger.Debugf("onTLpayFinished msg:%s, err:%v", utils.Format4Output(call, true), err)
}
return err