从响应体中获取list,无法传递到下个请求头中

1、这是我的响应体的一部分,我把该部分用后置脚本存到变量中


2、这是我保存到变量的代码,因为vars.put只能传递string,所以我进行了转换

3、在同一场景的下一步,我使用前置操作进行格式转换

4、我需要传递该参数到请求体中

5、会报错

这是控制台的结果,证明我是已经保存成功了

6、这是错误信息的全文
{“msg”:“JSON parse error: Cannot deserialize instance of java.util.ArrayList out of VALUE_STRING token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of java.util.ArrayList out of VALUE_STRING token\n at [Source: (PushbackInputStream); line: 1, column: 313] (through reference chain: com.pkfare.supplier.standard.bean.req.CtVerifyParam["routing"]->com.pkfare.supplier.standard.bean.CtRouting["fromSegments"])”,“status”:5}


看下这里实际的请求内容中,请求体是怎样的