fix com298y

This commit is contained in:
2025-06-14 15:37:55 +08:00
parent 0f83de521f
commit 9d1fdd8669
2 changed files with 2 additions and 2 deletions

View File

@@ -187,7 +187,7 @@ func (l *COMB298YLogic) COMB298Y(req *types.Request) (resp string, err *errs.App
respData, err = l.svcCtx.WestDexService.CallAPI(req.SourceId, req.Request, l.svcCtx.Config.WestConfig.SecretId)
}
if err != nil {
logx.Errorf("西部请求失败sourceId:%s,err:%v", req.SourceId, err)
logx.Errorf("西部请求失败sourceId:%s,err:%v, resp:%s", req.SourceId, err, string(respData))
if appErr, ok := err.(*errs.AppError); ok {
callAPIErr = appErr
} else {