fix
This commit is contained in:
parent
50da55d7bb
commit
1c03e5bb01
|
@ -17,7 +17,6 @@ import (
|
|||
"github.com/zeromicro/go-zero/core/logx"
|
||||
"gorm.io/gorm"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"strconv"
|
||||
"time"
|
||||
)
|
||||
|
@ -250,7 +249,7 @@ func getCombineImage(ctx context.Context, svcCtx *svc.ServiceContext, parseInfo
|
|||
}
|
||||
var pythonApiInfo pythonApiRsp
|
||||
if err = json.Unmarshal(bytes, &pythonApiInfo); err != nil {
|
||||
logx.Error("failed to parse python api rsp:", err)
|
||||
logx.Error("请求python合图失败,err:", err, " 请求数据:", string(postData))
|
||||
return "", err
|
||||
}
|
||||
//上传刀版图
|
||||
|
|
Loading…
Reference in New Issue
Block a user