合图调整
This commit is contained in:
parent
53e20dfd63
commit
680201e43e
|
@ -78,7 +78,6 @@ type (
|
||||||
)
|
)
|
||||||
|
|
||||||
func (l *defaultImageHandle) LogoInfoSet(ctx context.Context, in *LogoInfoSetReq) (*LogoInfoSetRes, error) {
|
func (l *defaultImageHandle) LogoInfoSet(ctx context.Context, in *LogoInfoSetReq) (*LogoInfoSetRes, error) {
|
||||||
fmt.Println("算法请求轮训下标:", globalBLMServiceIndex)
|
|
||||||
var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex]
|
var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex]
|
||||||
if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) {
|
if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) {
|
||||||
globalBLMServiceIndex = 0
|
globalBLMServiceIndex = 0
|
||||||
|
@ -253,7 +252,6 @@ func (l *defaultImageHandle) LogoCombine(ctx context.Context, in *LogoCombineReq
|
||||||
postMap["tag_data"] = in.ProductTemplateTagGroups
|
postMap["tag_data"] = in.ProductTemplateTagGroups
|
||||||
postMap["param_data"] = combineParam
|
postMap["param_data"] = combineParam
|
||||||
|
|
||||||
fmt.Println("算法请求轮训下标:", globalBLMServiceIndex)
|
|
||||||
var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex]
|
var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex]
|
||||||
if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) {
|
if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) {
|
||||||
globalBLMServiceIndex = 0
|
globalBLMServiceIndex = 0
|
||||||
|
@ -409,7 +407,6 @@ func (l *defaultImageHandle) LogoStandard(ctx context.Context, in *LogoStandardR
|
||||||
postMap["height"] = in.Height
|
postMap["height"] = in.Height
|
||||||
postMap["proportion"] = in.Proportion
|
postMap["proportion"] = in.Proportion
|
||||||
|
|
||||||
fmt.Println("算法请求轮训下标:", globalBLMServiceIndex)
|
|
||||||
var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex]
|
var bLMServicePort = l.BLMServiceUrls[globalBLMServiceIndex]
|
||||||
if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) {
|
if len(l.BLMServiceUrls) == (globalBLMServiceIndex + 1) {
|
||||||
globalBLMServiceIndex = 0
|
globalBLMServiceIndex = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user