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

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