服务类修改
This commit is contained in:
@@ -5,7 +5,7 @@ namespace app\api\controller;
|
||||
use app\admin\model\PromoReward;
|
||||
use app\common\controller\Api;
|
||||
use app\common\model\Config;
|
||||
use app\common\service\Jk8Services;
|
||||
use app\common\service\JK8Services;
|
||||
use app\common\model\User;
|
||||
|
||||
class External extends Api
|
||||
@@ -14,7 +14,7 @@ class External extends Api
|
||||
public function initialize(): void
|
||||
{
|
||||
parent::initialize();
|
||||
$this->jk8Services = app(Jk8Services::class);
|
||||
$this->jk8Services = app(JK8Services::class);
|
||||
}
|
||||
|
||||
public function depositNotify()
|
||||
|
||||
Reference in New Issue
Block a user