[API节点]支持HTTP API

This commit is contained in:
GoEdgeLab
2021-01-01 20:49:09 +08:00
parent 9cb2f99037
commit afe17d1001
18 changed files with 667 additions and 80 deletions

View File

@@ -168,6 +168,7 @@ func (this *HTTPAccessLogDAO) listAccessLogs(lastRequestId string, size int64, d
dao := daoWrapper.DAO
tableName, exists, err := findAccessLogTableName(dao.Instance, day)
logs.Println("tableName:", tableName, exists, err) // TODO
if !exists {
// 表格不存在则跳过
return