Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goods
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
bp
goods
Commits
8a735d4c
Commit
8a735d4c
authored
Aug 02, 2021
by
luhongguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:语法调整
parent
01183a5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Takeplace.php
application/modules/Marketing/controllers/Takeplace.php
+3
-3
No files found.
application/modules/Marketing/controllers/Takeplace.php
View file @
8a735d4c
...
@@ -9,8 +9,8 @@ use App\Base\Base;
...
@@ -9,8 +9,8 @@ use App\Base\Base;
use
App\Services\marketing\TakePlaceService
;
use
App\Services\marketing\TakePlaceService
;
use
Validate\TakePlaceValidate
;
use
Validate\TakePlaceValidate
;
class
Take
placeController
extends
Base
class
Take
PlaceController
extends
Base
{
{
/**
/**
* 获取自提点列表
* 获取自提点列表
* http://ydwiki.yidian-inc.com/pages/viewpage.action?pageId=71671761
* http://ydwiki.yidian-inc.com/pages/viewpage.action?pageId=71671761
...
@@ -58,7 +58,7 @@ class TakeplaceController extends Base
...
@@ -58,7 +58,7 @@ class TakeplaceController extends Base
* 获取活动绑定的自提点列表
* 获取活动绑定的自提点列表
* @throws \App\Exception\custom\ParamException
* @throws \App\Exception\custom\ParamException
*/
*/
public
function
get
_bind_l
istAction
()
public
function
get
BindL
istAction
()
{
{
(
new
takePlaceValidate
())
->
scene
(
'bindList'
)
->
validate
();
(
new
takePlaceValidate
())
->
scene
(
'bindList'
)
->
validate
();
...
...
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