1.4.5.2
This commit is contained in:
7
EdgeAPI/internal/dnsclients/gname/response_base.go
Normal file
7
EdgeAPI/internal/dnsclients/gname/response_base.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package gname
|
||||
|
||||
type BaseResponse struct {
|
||||
Code int `json:"code"` // 1: 成功, -1: 失败
|
||||
Msg string `json:"msg"` // 返回描述
|
||||
Data interface{} `json:"data"` // 返回数据
|
||||
}
|
||||
Reference in New Issue
Block a user