💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
<h2 style="font-weight:bold">数据库表结构说明</h2> **mini_apiconfig** (api配置表) id 编号 key 配置项名称 value 配置项值 description 配置描述 **mini_banner** (轮播图表) id 编号 name 广告名称 description 广告位置描述 position 广告位置 banner_path 图片地址 link 链接地址 level 优先级 status 状态(0:禁用 1:正常) createtime 创建时间 endtime 结束时间 **mini_banner_position**(广告位置表) id 编号 title 广告位名称 width 位置宽度 height 位置高度 status 状态(0:禁用 1:正常) **mini_cart** (购物车表) id 编号 uid 登录用户id goods_id 商品id goods_name 商品名称 goods_price 商品价格 goods_spec 商品属性 goods_num 商品数量 create_time 创建时间 **mini_code**(手机验证码表) id 编号 mobile 手机号 code 手机验证码 yzm_time 验证码发送时间 num 验证码发送次数 captcha 图形验证码 **mini_comment** (评论表) id 自增唯一id post_id 对应文章id author 评论者 author_email 评论者邮箱 author_url 评论者网址 author_ip 评论者ip createtime 评论时间 content 评论正文 approved 评论是否被批准 agent 评论者的user agent pid 父评论的id uid 评论者的用户id **mini_email-check** (邮箱校验表) id 编号 username 用户名 email 邮箱号 passtime 发送邮件时间 token 密钥 **mini_key_value** (扩展表(键值对形式存在)) id 编号 collection 命名集合键和值对 uuid 系统唯一标识 name 键名 value 键值 **mini_links**(友情链接表) id 编号 url 链接地址 name 链接标题 image 链接图片 target 链接打开方式 description 链接描述 visible 是否可见(Y/N) owner 添加者用户id createtime 创建时间 **mini_menu**(菜单表) id 文档id name 名称 icon 图标 pid 上级分类id sort 排序(同级有效) url 链接地址 hide 是否隐藏 status 状态(0:禁用 1:正常) **mini_navigation**(导航表) id 文档id name 名称 icon 图标 pid 上级分类id sort 排序(同级有效) url 链接地址 hide 是否隐藏 status 状态 **mini_orders** (订单表) id 编号 uuid 系统唯一标识 uid 登录用户id order_no 订单号 ticket_no 打印小票编号 post_id 商品id post_name 商品名称 post_address 商品发货地址 pay_type 支付方式 send_tel 联系电话 send_name 联系人姓名 price 商品单价 num 购买数量 amount 总金额 createtime 创建时间 is_pay 支付与否(0:未支付) status 支付状态 memo 订单备注 **mini_orders_status** (订单状态表) id 编号 order_id 订单id status 状态 createtime 创建时间 user 管理员用户名称 trade_no 支付接口流水号 trade_status 支付接口状态 **mini_posts** (文章表) id 自增唯一id uid 对应作者id uuid 系统唯一标识 createtime 创建时间 content 正文 title 标题 description 描述 status文章状态(publish/draft/inherit) comment_status 评论状态(open/closed) password 文章密码 name 文章缩略名 updatetime 修改时间 pid 父文章 level 排序 type 文章类型 comment 评论总数 **mini_term_relationships** (分类关系表) object_id 对应文章id/链接id term_taxonomy_id 对应分类方法id sort 排序 **mini_term_taxonomy**(分类方法表) id 分类方法id term_id 分类方法(post_tag) uuid 系统唯一标识 taxonomy 分类方法(category) description 描述 pid 所属父分类方法id count 文章数统计 **mini_terms** (分类表) id 分类id name 分类名 slug 缩略名 term_group 分类组 **mini_user_extend**(用户扩展表) group_id 用户id extend_id 扩展表中数据的id type 扩展那类型标识(1:栏目分类权限;2:模型权限) **mini_user_group**(用户组表) id 用户组id,自增主键 module 用户组所属模块 type 组类型 title 用户组中文名称 description 描述信息 status 用户组状态:1正常 -1禁用 rules 用户组拥有的规则id,多个规则 **mini_user_group_access**(用户组权限表) uid 用户id group_id 用户组id **mini_user_rule** (规则表) id 规则id module 规则所属module type 规则类型(1-url;2-主菜单) name 规则唯一英文标识 title 规则中文描述 status 是否有效(0:无效;1:有效) condition 规则附加条件 **mini_users**(用户表) id 自增id uuid 系统唯一标识符 username 用户名 password 密码 nickname 昵称 email 邮箱 mobile 手机号 regdate 注册时间 regip 注册ip salt 盐(用户密码加密) status 状态(1:正常 2:禁用;-1:删除) **mini_wx_menu**(微信菜单表) id 自增id name 菜单名 type 菜单类型(1:跳转 2:信息) url 菜单跳转地址 msg 回复消息 parent 父id key 关键词 **mini_wx_reply** (微信回复表) id 自增id type 回复类型(1关注回复 2消息回复 3关键词回复) key 关键词 msg 回复内容