我想添加一些数据并更改API响应的结构。他们有没有支持这项功能的服务?举个例子:
我有以下API响应:
[
{"text-message": "Welcome to our store!"},
{"text-message": "How can I help you?"}
]我想把它改成:
[
{"text": "Welcome to our store!"},
{"text": "How can I help you?"}
]https://stackoverflow.com/questions/38478217
复制相似问题