datasnap的Restful的接口方法
//Restful接口测试 //GET function Test(Value: string): string; //POST function updateTest(Value: string; Obj: TJSONObject): string; //DELETE function cancelTest(Value: string): string; //PUT function acceptTest(Value: string; Obj: TJSONObject): string;