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
f25c2acf
Commit
f25c2acf
authored
Aug 05, 2021
by
suntengda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update 自提点相关接口
parent
5b152afa
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 @
f25c2acf
...
@@ -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
BindL
istAction
()
public
function
get
_bind_l
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