管理员也支持AccessKey,Rest API增加所有的服务

This commit is contained in:
刘祥超
2021-06-20 19:22:24 +08:00
parent 1bfaf041ea
commit cca97f5c51
12 changed files with 617 additions and 113 deletions

View File

@@ -9,7 +9,7 @@ import (
func TestDNSTaskDAO_CreateDNSTask(t *testing.T) {
dbs.NotifyReady()
err := SharedDNSTaskDAO.CreateDNSTask(nil, 1, 2, 3, "taskType")
err := SharedDNSTaskDAO.CreateDNSTask(nil, 1, 2, 3, 0, "taskType")
if err != nil {
t.Fatal(err)
}