配置接口lang请求头
This commit is contained in:
@@ -10,7 +10,7 @@ use app\dice\model\play_record\DicePlayRecord;
|
||||
use app\dice\model\player_wallet_record\DicePlayerWalletRecord;
|
||||
use app\dice\model\player_ticket_record\DicePlayerTicketRecord;
|
||||
use support\think\Db;
|
||||
use plugin\saiadmin\basic\OpenController;
|
||||
use app\api\controller\BaseController;
|
||||
use support\Request;
|
||||
use support\Response;
|
||||
|
||||
@@ -18,7 +18,7 @@ use support\Response;
|
||||
* 平台 v1 游戏接口
|
||||
* 请求头:auth-token
|
||||
*/
|
||||
class GameController extends OpenController
|
||||
class GameController extends BaseController
|
||||
{
|
||||
/**
|
||||
* 获取游戏地址
|
||||
|
||||
Reference in New Issue
Block a user