增肌处理结果的响应数据
This commit is contained in:
@ -152,3 +152,14 @@ type CommitAuthor struct {
|
||||
Email string `json:"email"` // 邮箱
|
||||
Username string `json:"username"` // 用户名
|
||||
}
|
||||
|
||||
// ResponseData 处理结果的返回值
|
||||
//
|
||||
// Author : go_developer@163.com<白茶清欢>
|
||||
//
|
||||
// Date : 11:37 上午 2021/11/12
|
||||
type ResponseData struct {
|
||||
Code interface{} `json:"code"`
|
||||
Message string `json:"message"`
|
||||
Data interface{} `json:"data"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user