white.go 130 B

1234567
  1. package http
  2. import bm "go-common/library/net/http/blademaster"
  3. func whiteList(c *bm.Context) {
  4. c.JSON(whiteSvc.List(), nil)
  5. }