i want modify the request data, such as :
{
"@class": ".AuthenticationRequest",
"password": "test2",
"userName": "test2"
}
i want to modify userName or password in cloud code `AuthenticationRequest`, is any way to do so?
Hi Cao,
It's not possible to change parameters in Cloud Code after the request has been sent.
Regards,
Liam
cao nanya
i want modify the request data, such as :
{
"@class": ".AuthenticationRequest",
"password": "test2",
"userName": "test2"
}
i want to modify userName or password in cloud code `AuthenticationRequest`, is any way to do so?