Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
These informations should be generated and encapsulate them to the full json request.
Currently they are hardcoded.
json_object *jreqid = json_object_new_string("1"); json_object_object_add(jrequest, "requestId", jreqid); json_object *jclientip = json_object_new_string("123.0.0.21"); json_object_object_add(jrequest, "clientIp", jclientip); json_object *jcontext = json_object_new_string("SELECT * FROM DDDDDDD"); json_object_object_add(jrequest, "context", jcontext);
Attachments
Issue Links
- links to