- 添加个人客户微信登录和手机验证码登录接口 - 实现个人客户设备、ICCID、手机号关联管理 - 添加短信发送服务(HTTP 客户端) - 添加微信认证服务(含 mock 实现) - 添加 JWT Token 生成和验证工具 - 创建数据库迁移脚本(personal_customer 关联表) - 修复测试文件中的路由注册参数错误 - 重构 scripts 目录结构(分离独立脚本到子目录) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
72 lines
804 B
Plaintext
72 lines
804 B
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
bin/
|
|
*.test
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
coverage/
|
|
*.coverprofile
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go build cache
|
|
.cache/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Log files
|
|
logs/
|
|
*.log
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.bak
|
|
|
|
# Redis dump
|
|
dump.rdb
|
|
|
|
# Database files
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Configuration overrides (keep templates)
|
|
config/local.yaml
|
|
configs/local.yaml
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
|
|
# Auto-generated OpenAPI documentation
|
|
/openapi.yaml
|
|
.claude/settings.local.json
|
|
cmd/api/api
|
|
2026-01-09-local-command-caveatcaveat-the-messages-below-w.txt
|