企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
* 列表获取数据 | 传入参 | 说明 | | --- | --- | | json | [ 必填 ] 响应数组 | | - 0 | [ 必填 ] 字段参 | | - - 0 table | [ 必填 ] 表名 | | - - 1 where | [ 必填 ] 判断语句数组 | | - - 2 order | [ 必填 ] 自定义排序语句 ( 如 : abc desc ) | | - - 3 total | [ 必填 ] 数据总数 | | - 1 | [ 必填 ] 配置参 | | - - 0 classify_arr | [ 必填 ] 分组选项数组 | | - - 1 PIN | [ 必填 ] 当前页码 | | - - 2 paging_total | [ 必填 ] 总页数 | | - - 3 paging_every | [ 必填 ] 每页条数 | | - - 4 list_order | [ 必填 ] 用户操作排序字段数组 | | - - 5 search_result | [ 必填 ] 用户操作搜索语句数组 | | 回调参 | 说明 | | --- | --- | | [list data] | 列表数据数组 | * 案例 ~~~ $where = []; $order = 'abc desc'; $arr = $iframe->data($json,sbh_table, $where, $classify_arr, $PIN, $paging_total, $paging_every, $order); ~~~