fix
This commit is contained in:
parent
142bdbdcb9
commit
83585d1c37
|
@ -313,7 +313,10 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq
|
|||
postMap["module_data"] = moduleDataMap
|
||||
postMap["tag_data"] = in.ProductTemplateTagGroups
|
||||
postMap["param_data"] = combineParam
|
||||
|
||||
logx.Info("合图数据起点×××××××××××××××××××××××××××××××××××××××××")
|
||||
b, _ := json.Marshal(postMap)
|
||||
logx.Info(string(b))
|
||||
logx.Info("合图数据终点×××××××××××××××××××××××××××××××××××××××××")
|
||||
logc.Infof(ctx, "合图--算法请求--合图--开始时间:%v", time.Now().UTC())
|
||||
var startTimeLogoCombine = time.Now().UnixMilli() //合图--处理--开始时间
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user