优化测试程序

This commit is contained in:
boyce
2019-01-28 14:49:06 +08:00
parent ab404c44e1
commit 34002c31a0
3 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ type HttpRequest struct {
}
type HttpRespone struct {
Respone string
Respone []byte
}
type ControllerMapsType map[string]reflect.Value