[网站服务]可以审核域名、查看审核结果,用户端可以启用、停用域名

This commit is contained in:
GoEdgeLab
2020-12-19 19:09:14 +08:00
parent 8dcaab40af
commit 1534579f7e
8 changed files with 394 additions and 121 deletions

View File

@@ -0,0 +1,5 @@
package models
import "github.com/TeaOSLab/EdgeAPI/internal/errors"
var ErrNotFound = errors.New("not found")