api fixes

This commit is contained in:
2018-09-26 23:13:50 +02:00
parent 7ea0572d79
commit 28ef5cb2f5
8 changed files with 12 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ if (!isset($INPUT['user_id'])) die(json_encode(['success' => false, 'errid'=>10
if (!isset($INPUT['user_key'])) die(json_encode(['success' => false, 'errid'=>102, 'message' => 'Missing parameter [[user_key]]']));
$user_id = $INPUT['user_id'];
$user_key = $INPUT['token'];
$user_key = $INPUT['user_key'];
//----------------------