fix
This commit is contained in:
@@ -468,6 +468,13 @@ long WrenchBoardMobileSendUserWallet(CVars in, CVars &out) {
|
||||
char vname[30];
|
||||
long ret = PHP_API_BAD_PARAM;
|
||||
|
||||
REQ_LONG(in, "member_id", 1, -1);
|
||||
REQ_STRING(in, "sessionid", 2, 149, "(.*)");
|
||||
|
||||
if ( VerifySession(in, out) != PHP_API_OK ){
|
||||
return 0;
|
||||
}
|
||||
|
||||
try {
|
||||
REQ_LONG(in, "member_id", 1, -1);
|
||||
out["total_record"] = "0";
|
||||
|
||||
Reference in New Issue
Block a user