|
...
|
...
|
@@ -31,7 +31,7 @@ class CreateKeywordController extends BaseController |
|
|
|
* @time :2023/12/19 9:31
|
|
|
|
*/
|
|
|
|
public function lists(CreateKeyword $createKeyword){
|
|
|
|
$list = $createKeyword->list($this->map);
|
|
|
|
$list = $createKeyword->list($this->map,'id',['*'],'asc');
|
|
|
|
$this->response('success',Code::SUCCESS,$list);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|