forget99 commented on issue #9718:
URL: https://github.com/apache/apisix/issues/9718#issuecomment-1608960122
> In your code you haven't even used `setVars()` 🤦🏼♂️
This is my request parameter:
`
{
"partnerId": "test",
"appId": "test",
"args": {
"data": {
"idCode": "1111",
"name": "1111",
"sign": "1111"
},
"appKey": "1111",
"api": "1111"
}
}
`
But I want to reset the request parameters, like this:
`
{
"data": {
"idCode": "1111",
"name": "1111",
"sign": "1111"
},
"appKey": "1111",
"api": "1111"
}
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]