Commit f25c2acf authored by suntengda's avatar suntengda

update 自提点相关接口

parent 5b152afa
......@@ -9,8 +9,8 @@ use App\Base\Base;
use App\Services\marketing\TakePlaceService;
use Validate\TakePlaceValidate;
class TakePlaceController extends Base {
class TakeplaceController extends Base
{
/**
* 获取自提点列表
* http://ydwiki.yidian-inc.com/pages/viewpage.action?pageId=71671761
......@@ -58,7 +58,7 @@ class TakePlaceController extends Base {
* 获取活动绑定的自提点列表
* @throws \App\Exception\custom\ParamException
*/
public function getBindListAction()
public function get_bind_listAction()
{
(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