f
This commit is contained in:
@@ -43,7 +43,7 @@ func ProcessIVYZRAX2Request(ctx context.Context, params []byte, deps *processors
|
||||
|
||||
rawData, ok := resp.Data.(map[string]interface{})
|
||||
if !ok {
|
||||
return nil, errors.Join(processors.ErrSystem, errors.New("响应格式错误"))
|
||||
return processors.MarshalRawResponse(resp.Data)
|
||||
}
|
||||
|
||||
result := mapNuoerKunyuFixToResponse(rawData)
|
||||
|
||||
Reference in New Issue
Block a user