working commit
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
"mproxy/app/servoper"
|
||||
)
|
||||
|
||||
func (hand *Handler) SendHello(rctx *router.Context) {
|
||||
params := &servoper.SendHelloParams{}
|
||||
res, _ := hand.seop.SendHello(params)
|
||||
func (hand *Handler) GetHello(rctx *router.Context) {
|
||||
params := &servoper.GetHelloParams{}
|
||||
res, _ := hand.seop.GetHello(params)
|
||||
hand.SendResult(rctx, res)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user