提交 ccf27f0c authored 作者: 窦斌's avatar 窦斌

edit

上级 4f56b06e
...@@ -506,4 +506,15 @@ class PublicSearchController extends Controller ...@@ -506,4 +506,15 @@ class PublicSearchController extends Controller
} }
return response()->json(['code'=>200,'msg'=>'success','data'=>$new_data]); return response()->json(['code'=>200,'msg'=>'success','data'=>$new_data]);
} }
/**|---------------------------------------------------------------------------------
* @name 获取服务标准
* @retrun \Illuminate\Http\JsonResponse
* @author dou 2026/4/24 9:59
* |---------------------------------------------------------------------------------
*/
public function getServiceStandard ( Request $request ){
$service = new PublicSearch();
return $service->getServiceStandard();
}
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论