dev #21

Merged
weiz merged 11 commits from dev into master 2023-11-07 16:57:39 +08:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 40442aaaeb - Show all commits

View File

@ -1,14 +1,13 @@
<?php <?php
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'];