apimonitor.go 426 B

1234567891011121314151617
  1. /**********************************************
  2. ** @Des: This file ...
  3. ** @Author: haodaquan
  4. ** @Date: 2017-09-08 17:48:30
  5. ** @Last Modified by: haodaquan
  6. ** @Last Modified time: 2017-09-09 18:50:41
  7. ***********************************************/
  8. package backgroundc
  9. type ApiMonitorController struct {
  10. BaseController
  11. }
  12. func (self *ApiMonitorController) List() {
  13. self.Data["pageTitle"] = "API文档"
  14. self.display()
  15. }