服务类修改
This commit is contained in:
@@ -5,7 +5,7 @@ namespace app\admin\controller\embed;
|
||||
use app\admin\model\Config as ConfigModel;
|
||||
use app\admin\model\Game;
|
||||
use app\admin\model\Provider;
|
||||
use app\common\service\Jk8Services;
|
||||
use app\common\service\JK8Services;
|
||||
use think\facade\Db;
|
||||
use app\common\controller\Backend;
|
||||
use Throwable;
|
||||
@@ -26,7 +26,7 @@ class Embed extends Backend
|
||||
{
|
||||
parent::initialize();
|
||||
$this->model = new Game();
|
||||
$this->jk8Services = app(Jk8Services::class);
|
||||
$this->jk8Services = app(JK8Services::class);
|
||||
}
|
||||
|
||||
public function gameRtp()
|
||||
|
||||
Reference in New Issue
Block a user