geekai/api
2023-08-03 10:19:37 +08:00
..
core opt: add enabled_msg_service config var to system config database 2023-08-03 10:04:45 +08:00
handler feat: add rewards statistic in dashboard page 2023-08-03 10:19:37 +08:00
logger feat: add env var to set log level 2023-07-31 08:34:11 +08:00
modules/wexin chore: add error log for reading chat response buffer 2023-07-24 12:05:38 +08:00
res refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
service feat: allow user to login with username and mobile no 2023-07-27 15:37:50 +08:00
static refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
store feat: 完成众筹后台管理功能 2023-07-24 15:59:29 +08:00
test feat: 完成每日早报函数开发 2023-07-10 18:59:53 +08:00
utils feat: new function for add user in manger console user list page 2023-08-01 16:02:49 +08:00
.gitignore feat: 集成微信收款服务 2023-07-20 17:46:32 +08:00
config.sample.toml feat: 完成人机交互验证 API 接入,增加短信防刷验证 2023-07-25 17:00:24 +08:00
fresh.conf refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
go.mod feat: 头条,微博热搜等函数 API 实现 2023-07-25 15:02:43 +08:00
go.sum feat: 头条,微博热搜等函数 API 实现 2023-07-25 15:02:43 +08:00
main.go feat: the dashboard page is ready for admin console 2023-08-02 16:37:47 +08:00
Makefile refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00
README.md refactor: 调整项目目录结构,移除其他语言 API 目录 2023-07-10 09:42:11 +08:00

chatgpt-plus-go

chatgpt-plus 后端 API Go 语言实现。技术选型采用 Gin + Mysql 架构,依赖注入使用的是 fx 框架ORM 采用的是 GORM 框架。