MCPcopy Index your code
hub / github.com/TruthHun/DocHub / GetTableFriend

Function GetTableFriend

models/FriendModel.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func GetTableFriend() string {
20 return getTable("friend")
21}
22
23//获取指定状态的友链
24//@param status 友链状态,-1表示全部状态的友链,0表示关闭状态的友链,1表示正常状态的友链

Callers 1

GetListByStatusMethod · 0.85

Calls 1

getTableFunction · 0.85

Tested by

no test coverage detected