💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
### 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 ); } ~~~