调整
This commit is contained in:
parent
9fddc59c56
commit
c94f4d0ee7
|
@ -252,6 +252,9 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq
|
||||||
logc.Infof(ctx, "合图--算法请求--合图--开始时间:%v", time.Now().UTC())
|
logc.Infof(ctx, "合图--算法请求--合图--开始时间:%v", time.Now().UTC())
|
||||||
var startTimeLogoCombine = time.Now().UnixMilli() //合图--处理--开始时间
|
var startTimeLogoCombine = time.Now().UnixMilli() //合图--处理--开始时间
|
||||||
|
|
||||||
|
postMapB, _ := json.Marshal(postMap)
|
||||||
|
logc.Info(ctx, "合图参数--%v", string(postMapB))
|
||||||
|
|
||||||
var resultBLM constants.BLMServiceUrlResult
|
var resultBLM constants.BLMServiceUrlResult
|
||||||
err = curl.NewClient(ctx, &curl.Config{
|
err = curl.NewClient(ctx, &curl.Config{
|
||||||
BaseUrl: bLMServicePort,
|
BaseUrl: bLMServicePort,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user