In order to send two parameters the REST URL need to be
app.post('buttonclicked/:id/:submit',function(req,res){...}
and in the Client end, the post url would be like
http://<server domain>/buttonclicked/<id>/<accept/decline>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…