Commit 69967162 authored by luhongguang's avatar luhongguang

Merge branch 'jielong' of https://git.yidian-inc.com:8021/bp/goods into jielong

parents af8c0c3b 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 TakePlaceController extends Base { class TakeplaceController 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 getBindListAction() public function get_bind_listAction()
{ {
(new takePlaceValidate())->scene('bindList')->validate(); (new takePlaceValidate())->scene('bindList')->validate();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment