f
This commit is contained in:
@@ -39,8 +39,9 @@ func ProcessQYGL6S1BRequest(ctx context.Context, params []byte, deps *processors
|
|||||||
if errors.Is(err, shujubao.ErrQueryEmpty) {
|
if errors.Is(err, shujubao.ErrQueryEmpty) {
|
||||||
// return nil, errors.Join(processors.ErrNotFound, e
|
// return nil, errors.Join(processors.ErrNotFound, e
|
||||||
data = map[string]interface{}{}
|
data = map[string]interface{}{}
|
||||||
|
} else {
|
||||||
|
return nil, errors.Join(processors.ErrSystem, err)
|
||||||
}
|
}
|
||||||
return nil, errors.Join(processors.ErrSystem, err)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 解析响应中的 JSON 字符串(使用 RecursiveParse)
|
// 解析响应中的 JSON 字符串(使用 RecursiveParse)
|
||||||
|
|||||||
Reference in New Issue
Block a user