XinYeYouKu/app/http/requestmapping/front.go

6 lines
147 B
Go
Raw Normal View History

2024-06-07 18:24:56 +08:00
package requestmapping
var FrontRequestMap = map[string]func() interface{}{
2024-06-11 14:57:08 +08:00
"/v1/GenerateSm2Key": func() interface{} { return new(struct{}) },
2024-06-07 18:24:56 +08:00
}