fix str
This commit is contained in:
@@ -45,7 +45,7 @@ long WrenchContractStatus( CVars in, CVars &out )
|
|||||||
logfmt( logINFO, "WrenchContractStatus()" );
|
logfmt( logINFO, "WrenchContractStatus()" );
|
||||||
REQ_LONG( in, "member_id", 1, -1 );
|
REQ_LONG( in, "member_id", 1, -1 );
|
||||||
REQ_STRING (in, "contract", 7, 25, "(.*)");
|
REQ_STRING (in, "contract", 7, 25, "(.*)");
|
||||||
contract_uid (in, "contract_uid", 7, 125, "(.*)");
|
REQ_STRING (in, "contract_uid", 7, 125, "(.*)");
|
||||||
//REQ_LONG( in, "job_id", 1, -1 );
|
//REQ_LONG( in, "job_id", 1, -1 );
|
||||||
long job_action = REQ_LONG( in, "job_action", 1, -1 );
|
long job_action = REQ_LONG( in, "job_action", 1, -1 );
|
||||||
out["result"] = "Yes i go to this back end";
|
out["result"] = "Yes i go to this back end";
|
||||||
|
|||||||
Reference in New Issue
Block a user