后台:
添加服务逻辑的编辑 接口: 添加服务列表 添加服务详情 添加服务点赞、收藏
This commit is contained in:
@@ -23,6 +23,6 @@ class City extends ApiBase
|
||||
public function index()
|
||||
{
|
||||
$array = $this->cityService->list();
|
||||
return $this->_success($array);
|
||||
return $this->_success('成功',$array);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user