This commit is contained in:
2022-10-29 14:11:21 -04:00
parent f32fcf808e
commit 4e71984ca2
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -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";