作者 lyh

gx

... ... @@ -22,7 +22,7 @@ class ATemplateLogic extends BaseLogic
* @method :post
* @time :2023/6/28 17:03
*/
public function aTemplateList($map,$page,$row,$order = ['created_at'],$filed = ['id','name','status','deleted_status','html','sort']){
public function aTemplateList($map,$page,$row,$order = ['created_at'],$filed = ['id','name','status','deleted_status','html','sort','image']){
$lists = $this->model->lists($map,$page,$row,$order,$filed);
return $this->success($lists);
}
... ...