fix:前台字典获取接口修改
This commit is contained in:
parent
96f39e6c52
commit
6acc90760c
@ -31,7 +31,7 @@ class CommonApi extends BaseController
|
||||
{
|
||||
$params = $request->param();
|
||||
$this->validate($params, [
|
||||
'dictionary_value|数据字典值' => 'require|in:library_type',
|
||||
'dictionary_value|数据字典值' => 'require|in:library_type,global_mode',
|
||||
]);
|
||||
$select = ModelDictionary::getDictionaryData($params['dictionary_value']);
|
||||
return [
|
||||
|
Loading…
Reference in New Issue
Block a user