fix:订单模块修改数字金额
This commit is contained in:
parent
7530b6dfdc
commit
905300ec47
|
@ -90,12 +90,13 @@ func (l *defaultImageHandle) LogoInfoSet(ctx context.Context, in *LogoInfoSetReq
|
||||||
postMap := make(map[string]string, 2)
|
postMap := make(map[string]string, 2)
|
||||||
postMap["logo_url"] = in.LogoUrl
|
postMap["logo_url"] = in.LogoUrl
|
||||||
postMap["version"] = in.Version
|
postMap["version"] = in.Version
|
||||||
|
|
||||||
if in.Debug != nil && in.Debug.IsAllTemplateTag == 1 {
|
|
||||||
postMap["is_all_template"] = "1"
|
|
||||||
} else {
|
|
||||||
postMap["is_all_template"] = "0"
|
postMap["is_all_template"] = "0"
|
||||||
}
|
|
||||||
|
// 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())
|
logc.Infof(ctx, "算法请求--LOGO基础信息--开始时间:%v", time.Now().UTC())
|
||||||
err := curl.NewClient(ctx, &curl.Config{
|
err := curl.NewClient(ctx, &curl.Config{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user