This commit is contained in:
		| @@ -3,7 +3,7 @@ package serializer | ||||
| import "net/http" | ||||
|  | ||||
| type Response struct { | ||||
| 	Code int32       `json:"code"` | ||||
| 	Code int         `json:"code"` | ||||
| 	Msg  string      `json:"msg"` | ||||
| 	Data interface{} `json:"data"` | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user