go-platform/routers/api/api.go
2026-03-31 17:28:07 +08:00

8 lines
135 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package api
// Register 注册移动端 / 开放 APIapi路由。
// 按 /api/* 规则补充具体接口。
func Register() {
}