This commit is contained in:
weiz 2023-11-07 09:47:08 +08:00
parent c5d1a68dee
commit 40442aaaeb
1 changed files with 2 additions and 3 deletions

View File

@ -1,14 +1,13 @@
<?php
namespace app\api\controller;
use app\common\controller\BaseLikeAdminController;
use app\common\model\company\Company;
use app\common\model\contract\VehicleContract;
use think\facade\Db;
use think\facade\Log;
class HetongController extends BaseLikeAdminController
class HetongController extends BaseApiController
{
public array $notNeedLogin = ['url','info', 'toFaceCreate', 'notifyOrganizationFaceCreate'];