💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## pdo_get 查询一条数据 查到数据返回数据,查不到返回 false ```php $where = [ 'id' => $luckId, 'uniacid' => $_W['uniacid'], 'status' => 1, 'examine' => 2, ]; $luck = pdo_get('lc_cj_luck', $where); ```