| xqd
@@ -32,7 +32,7 @@ class DynamicController extends Controller
|
|
|
*/
|
|
|
public function get_tag_list(Request $request){
|
|
|
try {
|
|
|
- $data = $this->dynamicService->tag_list($request->keyword);
|
|
|
+ $data = $this->dynamicService->tag_list($request->keyword,$request->post('type',0));
|
|
|
}catch (\Exception $exception){
|
|
|
return $this->response->errorForbidden($exception->getMessage());
|
|
|
}
|