api_list_page_view.go 119 B

123456789
  1. package route
  2. import (
  3. "opennamu/route/tool"
  4. )
  5. func Api_list_page_view(config tool.Config) string {
  6. return ""
  7. }