add mobile api

This commit is contained in:
2022-02-03 23:38:39 +01:00
parent 858f7b03fc
commit 9856411844
73 changed files with 43307 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?php
/**
* Created by IntelliJ IDEA.
* User: rocho
* Date: 2018.08.29.
* Time: 21:58
*/
namespace mobileapi\controllers;
use common\components\Helper;
use common\models\Card;
use common\models\Ticket;
use yii\web\BadRequestHttpException;
use yii\web\NotFoundHttpException;
class CustomerApiController extends RestController
{
}