This commit is contained in:
Mrx
2026-05-26 11:21:58 +08:00
parent 1cb3363b5c
commit 9bd83ddaba

View File

@@ -39,9 +39,10 @@ func ProcessQYGL6S1BRequest(ctx context.Context, params []byte, deps *processors
if errors.Is(err, shujubao.ErrQueryEmpty) {
// return nil, errors.Join(processors.ErrNotFound, e
data = map[string]interface{}{}
}
} else {
return nil, errors.Join(processors.ErrSystem, err)
}
}
// 解析响应中的 JSON 字符串(使用 RecursiveParse
parsedResp, err := RecursiveParse(data)