package api
import "github.com/gin-gonic/gin"
type CommonApi interface {
SendAuthCode(c *gin.Context) // 发送验证码
}