Backend useList<template>
Get parameters
Front-end error parameter transmission
"[{"templateId":234,"intentId":99,"template":"A sentence"}]"
There should not be double quotes before and after, this is an array, and the correct Json string is:
[{"templateId":234,"intentId":99,"template":"A word"}]