Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
newShopBack
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
newshop
newShopBack
Commits
1ce989cc
Commit
1ce989cc
authored
Nov 14, 2019
by
郭勇志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索地区通用
parent
8bd61753
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
ShopTransportAreaController.php
...end/controllers/v1/common/ShopTransportAreaController.php
+12
-0
ShopTransportArea.php
backend/models/v1/commom/ShopTransportArea.php
+1
-1
No files found.
backend/controllers/v1/common/ShopTransportAreaController.php
0 → 100644
View file @
1ce989cc
<?php
namespace
backend\controllers\v1\common
;
class
ShopTransportAreaController
extends
\yii\web\Controller
{
public
function
actionIndex
()
{
return
$this
->
render
(
'index'
);
}
}
backend/models/v1/
branch
/ShopTransportArea.php
→
backend/models/v1/
commom
/ShopTransportArea.php
View file @
1ce989cc
<?php
<?php
namespace
app\models\v1\
branch
;
namespace
app\models\v1\
common
;
use
app\models\v1\BaseModel
;
use
app\models\v1\BaseModel
;
use
Yii
;
use
Yii
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment