💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 字典明细 ~~~[api] post:/vcrm/script/api/exec *string:apikey=hb.searchData#请求接口KEY *string:pushType=getDictDetail#推送类型 string:pushParams#推送参数,json,{"dataId":"1","operateType":""},operateType值为 insert|update|delete 中一个,dataId 值为 明细id int:pageIndex#分页索引,从 1 开始 int:pageSize#返回记录数,如果是 -1 表示所有数据,忽略 pageIndex 参数值 <<< success { "status": "00000", "sync": true, "data": { "count": 1, // 查询总记录数 "dataList": [ { "dictType": "check_status", // 字典类型 "dictDetailId": 19, // 明细id "dictDetailName": "审核成功", // 显示名称 "dictDetailValue": "1", // 明细值 "ifEnable": "1", // 是否启用 0:否;1:是; "dictDetailSort": 1 // 显示顺序(从小到大) } ] } } <<< error { "status": "10003", "sync": true, "data": {}, "info": "参数错误" } ~~~