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