feat:合图新增debug模块
This commit is contained in:
parent
a5b0cc0a65
commit
82ff819cf8
|
@ -93,6 +93,8 @@ func (l *defaultImageHandle) LogoInfoSet(ctx context.Context, in *LogoInfoSetReq
|
|||
|
||||
if in.Debug != nil && in.Debug.IsAllTemplateTag == 1 {
|
||||
postMap["is_all_template"] = "1"
|
||||
} else {
|
||||
postMap["is_all_template"] = "0"
|
||||
}
|
||||
|
||||
logc.Infof(ctx, "算法请求--LOGO基础信息--开始时间:%v", time.Now().UTC())
|
||||
|
|
Loading…
Reference in New Issue
Block a user