transfer description
This commit is contained in:
@@ -423,6 +423,7 @@ long WrenchFamilyTransfer(CVars in, CVars &out){
|
|||||||
REQ_STRING(in, "origing_wallet_uid", 2, 50, "(.*)");
|
REQ_STRING(in, "origing_wallet_uid", 2, 50, "(.*)");
|
||||||
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
|
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
|
||||||
REQ_STRING(in, "currency", 2, 20, "(.*)");
|
REQ_STRING(in, "currency", 2, 20, "(.*)");
|
||||||
|
REQ_STRING(in, "description", 2, 100, "(.*)");
|
||||||
logfmt(logINFO, "WrenchFamilyWallet() Verify Session ");
|
logfmt(logINFO, "WrenchFamilyWallet() Verify Session ");
|
||||||
CVars rec0;
|
CVars rec0;
|
||||||
if ( VerifySession(in, out) != PHP_API_OK ){
|
if ( VerifySession(in, out) != PHP_API_OK ){
|
||||||
|
|||||||
Reference in New Issue
Block a user