企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
获取数据 ``` m('common')->getSetData($uniacid = 0); ``` 获取设置 ``` m('common')->getSysset($key = "", $uniacid = 0); ``` 获取插件设置 ``` m('common')->getPluginset($key = "", $uniacid = 0); ``` 更新系统设置 ``` m('common')->updateSysset($values, $uniacid = 0); ``` 删除某个系统设置 ``` m('common')->deleteSysset($key, $uniacid = 0); ``` 更新系统插件设置 ``` m('common')->updatePluginset($values, $uniacid = 0); ``` 全局设置 ``` m('common')->setGlobalSet($uniacid = 0); ``` 生成订单号 ``` m('common')->createNO($table, $field, $prefix); ``` 获取区域地址 ``` m('common')->getAreas(); ``` 获取版权 ``` m('common')->getCopyright($ismanage = false); ```