.idea
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
app
|
1、优化营收分析接口,"当前有效用户数"之前只计算了当月和上个月数据;目前已改成统计当月之前的所有数据。
|
2025-02-06 16:55:59 +08:00 |
cmd
|
1.新增批量定时查询函数(未启用);
|
2024-12-05 19:13:42 +08:00 |
common
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
config
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
docs/admin
|
1、新增接口:历史汇总(按小时)、用户留存记录表(按天);
|
2024-12-13 20:35:36 +08:00 |
examples
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
scripts
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
ssh
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
static
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
template
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
test
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
tools
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
.DS_Store
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
go.mod
|
1.修复当日实时汇总翻页数据不准确的缺陷;
|
2024-10-25 18:56:12 +08:00 |
go.sum
|
1.修复当日实时汇总翻页数据不准确的缺陷;
|
2024-10-25 18:56:12 +08:00 |
main.go
|
Initial commit
|
2024-10-22 16:29:20 +08:00 |
Makefile
|
1.注释对外提供的接口,只保留后台相关接口;
|
2024-10-22 17:59:50 +08:00 |