0

在下面的源代码中:

@Override
protected void execute(WebScriptRequest request, Map params, JSONObject resultat) throws Exception
{
 String user = request.getParameter( PARAM_USER );
 //Need to set the parameter here using instruction like  request.setParameter(...)
 resultat.put(RESULTAT_JSON_PARAM, "OK");
}

我需要在 webscript 中设置请求参数。关于如何做的任何想法?

4

0 回答 0