企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
### c\_listJson **获取所有数据返回json** 多用于可编辑表格 ~~~ function c_listJson() { $service = $this->service; $service->getParam ( $_REQUEST ); $rows = $service->list_d (); //数据加入安全码 $rows = $this->sconfig->md5Rows ( $rows ); echo util_jsonUtil::encode ( $rows ); } ~~~