urban 3b6d1bf4d9 fix: 修复抢红包状态提前完成bug,优化群消息实时更新 пре 3 недеља
..
apis a8e35350b0 feat: 实现 Telegram 用户绑定功能及抢红包绑定校验 пре 3 недеља
cmds a8e35350b0 feat: 实现 Telegram 用户绑定功能及抢红包绑定校验 пре 3 недеља
commons 3b6d1bf4d9 fix: 修复抢红包状态提前完成bug,优化群消息实时更新 пре 3 недеља
deployment 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
k8s_config 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
sql 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
tasks 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
telegram 3b6d1bf4d9 fix: 修复抢红包状态提前完成bug,优化群消息实时更新 пре 3 недеља
.gitignore 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
.gitlab-ci.yml 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
Deployment.md 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
Dockerfile 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
PLAN.md 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
README.md 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
Taskfile.yaml 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
go.mod 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
go.sum 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
main.go 969561b519 Initial commit: lucky_bot project setup пре 3 недеља
migrate_only.go f0547f914e feat: 实现 Telegram 红包机器人核心功能 пре 3 недеља
sign_test.go 969561b519 Initial commit: lucky_bot project setup пре 3 недеља

README.md

使用模版的步骤
1、使用命令:go run main.go migrate  初始化数据库表结构
代码位置: juapp_template\app_server\cmds\migrate.go 

2、使用命令:go run main.go data  初始化数据
代码位置:juapp_template\app_server\commons\model\entity\dataInit.go

3、使用命令:go run main.go config  初始化配置文件
生成的配置文件路径:juapp_template\app_server\conf.d