package requestmapping var FrontRequestMap = map[string]func() interface{}{ "/v1/GenerateSm2Key": func() interface{} { return new(struct{}) }, }