Commit 3ec74346 authored by jianghaiming's avatar jianghaiming

update:Se

parent c433ea5d
......@@ -11,6 +11,15 @@ use Validate\TakePlaceValidate;
class TakeplaceController extends Base
{
public function detailAction()
{
if (empty($this->params['take_place_id'])) {
$this->success(['result'=>[]]);
}
$res = TakePlaceService::detail($this->params['take_place_id']);
$this->success(['result'=>$res]);
}
/**
* 获取自提点列表
* http://ydwiki.yidian-inc.com/pages/viewpage.action?pageId=71671761
......
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