摘要: Apipost 支持在后执行脚本里对响应数据进行二次加工。例如你的响应内容如下: 你可以通过在接口的 后执行脚本 中,通过如下脚本使响应json中的 data.time 字段转换为格式化的日期。 let res = JSON.parse(response.raw.responseText); res 阅读全文
posted @ 2023-02-03 11:15 叶小柒 阅读(161) 评论(0) 推荐(0)