fix: issues
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package http
|
||||
|
||||
import "github.com/gofiber/fiber/v3"
|
||||
|
||||
// @provider
|
||||
type weChat struct{}
|
||||
|
||||
// Verify
|
||||
// @Router /MP_verify_:code.txt [get]
|
||||
// @Bind code path
|
||||
func (*weChat) Verify(ctx fiber.Ctx, code string) error {
|
||||
return ctx.SendString(code)
|
||||
}
|
||||
Reference in New Issue
Block a user