返回值变小写
This commit is contained in:
parent
351fbba30f
commit
1c0ceb29e7
|
@ -3,9 +3,9 @@ package res
|
|||
import "encoding/json"
|
||||
|
||||
type response struct {
|
||||
Code int
|
||||
Message string
|
||||
Uuid string
|
||||
Code int `json:"code"`
|
||||
Message string `json:"message"`
|
||||
Uuid string `json:"uuid"`
|
||||
Data interface{} `json:"data,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue