fix com298y
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user