Commit 8a735d4c authored by luhongguang's avatar luhongguang

update:语法调整

parent 01183a5d
...@@ -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 get_bind_listAction() public function getBindListAction()
{ {
(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