go-common/app/interface/main/creative/http/staff.go

12 lines
191 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package http
import (
bm "go-common/library/net/http/blademaster"
)
// staffConfig 获取联合投稿配置
func staffConfig(c *bm.Context) {
res := staffSvc.Config()
c.JSON(res, nil)
}