|
|
@ -45,8 +45,8 @@ class BaseController extends RestController{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!(in_array($c, $this->noToken)
|
|
|
|
if (!(in_array($c, $this->noToken)
|
|
|
|
|| in_array($a, $this->noToken)
|
|
|
|
|| in_array($a, $this->noToken)
|
|
|
|
|| in_array($c.".".$a, $this->noToken))) {
|
|
|
|
|| in_array($c.".".$a, $this->noToken))) {
|
|
|
|
|
|
|
|
|
|
|
|
if ($data['api_ver'] == 2) {
|
|
|
|
if ($data['api_ver'] == 2) {
|
|
|
|
self::apiverify($data['user_id'], $data['game_id'], $data['user_token']);
|
|
|
|
self::apiverify($data['user_id'], $data['game_id'], $data['user_token']);
|
|
|
|