Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ GetTableFreeDown
Function
GetTableFreeDown
models/FreeDownModel.go:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
func
GetTableFreeDown() string {
22
return
getTable(
"free_down"
)
23
}
24
25
//是否可以免费下载,如果之前下载过而且未过免费下载期,可以继续免费下载【注意时间校验,这里只是返回值】
26
//@param uid 用户id
Callers
1
IsFreeDown
Method · 0.85
Calls
1
getTable
Function · 0.85
Tested by
no test coverage detected